You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

239 lines
9.5 KiB

  1. namespace HKCardManager
  2. {
  3. partial class Hairpin
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.radioButton1 = new System.Windows.Forms.RadioButton();
  29. this.radioButton2 = new System.Windows.Forms.RadioButton();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.comboBox1 = new System.Windows.Forms.ComboBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.textBox3 = new System.Windows.Forms.TextBox();
  38. this.textBox4 = new System.Windows.Forms.TextBox();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.button3 = new System.Windows.Forms.Button();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.SuspendLayout();
  45. //
  46. // radioButton1
  47. //
  48. this.radioButton1.AutoSize = true;
  49. this.radioButton1.Location = new System.Drawing.Point(35, 29);
  50. this.radioButton1.Name = "radioButton1";
  51. this.radioButton1.Size = new System.Drawing.Size(146, 21);
  52. this.radioButton1.TabIndex = 0;
  53. this.radioButton1.TabStop = true;
  54. this.radioButton1.Text = "直接录入人员进行发卡";
  55. this.radioButton1.UseVisualStyleBackColor = true;
  56. //
  57. // radioButton2
  58. //
  59. this.radioButton2.AutoSize = true;
  60. this.radioButton2.Location = new System.Drawing.Point(242, 29);
  61. this.radioButton2.Name = "radioButton2";
  62. this.radioButton2.Size = new System.Drawing.Size(134, 21);
  63. this.radioButton2.TabIndex = 1;
  64. this.radioButton2.TabStop = true;
  65. this.radioButton2.Text = "人员已录入进行发卡";
  66. this.radioButton2.UseVisualStyleBackColor = true;
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Location = new System.Drawing.Point(35, 83);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(68, 17);
  74. this.label1.TabIndex = 2;
  75. this.label1.Text = "机构名称:";
  76. //
  77. // comboBox1
  78. //
  79. this.comboBox1.FormattingEnabled = true;
  80. this.comboBox1.Location = new System.Drawing.Point(99, 80);
  81. this.comboBox1.Name = "comboBox1";
  82. this.comboBox1.Size = new System.Drawing.Size(121, 25);
  83. this.comboBox1.TabIndex = 3;
  84. //
  85. // label2
  86. //
  87. this.label2.AutoSize = true;
  88. this.label2.Location = new System.Drawing.Point(35, 136);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(44, 17);
  91. this.label2.TabIndex = 4;
  92. this.label2.Text = "姓名:";
  93. //
  94. // textBox1
  95. //
  96. this.textBox1.Location = new System.Drawing.Point(306, 133);
  97. this.textBox1.Name = "textBox1";
  98. this.textBox1.Size = new System.Drawing.Size(121, 23);
  99. this.textBox1.TabIndex = 6;
  100. //
  101. // label3
  102. //
  103. this.label3.AutoSize = true;
  104. this.label3.Location = new System.Drawing.Point(242, 139);
  105. this.label3.Name = "label3";
  106. this.label3.Size = new System.Drawing.Size(44, 17);
  107. this.label3.TabIndex = 7;
  108. this.label3.Text = "性别:";
  109. //
  110. // textBox2
  111. //
  112. this.textBox2.Location = new System.Drawing.Point(99, 136);
  113. this.textBox2.Name = "textBox2";
  114. this.textBox2.Size = new System.Drawing.Size(121, 23);
  115. this.textBox2.TabIndex = 8;
  116. //
  117. // label4
  118. //
  119. this.label4.AutoSize = true;
  120. this.label4.Location = new System.Drawing.Point(35, 190);
  121. this.label4.Name = "label4";
  122. this.label4.Size = new System.Drawing.Size(44, 17);
  123. this.label4.TabIndex = 9;
  124. this.label4.Text = "备注:";
  125. //
  126. // textBox3
  127. //
  128. this.textBox3.Location = new System.Drawing.Point(99, 190);
  129. this.textBox3.Multiline = true;
  130. this.textBox3.Name = "textBox3";
  131. this.textBox3.Size = new System.Drawing.Size(328, 107);
  132. this.textBox3.TabIndex = 10;
  133. //
  134. // textBox4
  135. //
  136. this.textBox4.Location = new System.Drawing.Point(306, 80);
  137. this.textBox4.Name = "textBox4";
  138. this.textBox4.Size = new System.Drawing.Size(121, 23);
  139. this.textBox4.TabIndex = 12;
  140. //
  141. // label5
  142. //
  143. this.label5.AutoSize = true;
  144. this.label5.Location = new System.Drawing.Point(242, 80);
  145. this.label5.Name = "label5";
  146. this.label5.Size = new System.Drawing.Size(68, 17);
  147. this.label5.TabIndex = 11;
  148. this.label5.Text = "证件号码:";
  149. //
  150. // button1
  151. //
  152. this.button1.Location = new System.Drawing.Point(47, 327);
  153. this.button1.Name = "button1";
  154. this.button1.Size = new System.Drawing.Size(88, 34);
  155. this.button1.TabIndex = 13;
  156. this.button1.Text = "卡验证";
  157. this.button1.UseVisualStyleBackColor = true;
  158. //
  159. // button2
  160. //
  161. this.button2.Location = new System.Drawing.Point(179, 327);
  162. this.button2.Name = "button2";
  163. this.button2.Size = new System.Drawing.Size(88, 34);
  164. this.button2.TabIndex = 14;
  165. this.button2.Text = "写卡";
  166. this.button2.UseVisualStyleBackColor = true;
  167. //
  168. // button3
  169. //
  170. this.button3.Location = new System.Drawing.Point(306, 327);
  171. this.button3.Name = "button3";
  172. this.button3.Size = new System.Drawing.Size(88, 34);
  173. this.button3.TabIndex = 15;
  174. this.button3.Text = "退出";
  175. this.button3.UseVisualStyleBackColor = true;
  176. //
  177. // label6
  178. //
  179. this.label6.AutoSize = true;
  180. this.label6.Dock = System.Windows.Forms.DockStyle.Bottom;
  181. this.label6.Location = new System.Drawing.Point(0, 369);
  182. this.label6.Name = "label6";
  183. this.label6.Size = new System.Drawing.Size(32, 17);
  184. this.label6.TabIndex = 16;
  185. this.label6.Text = "信息";
  186. //
  187. // Hairpin
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.ClientSize = new System.Drawing.Size(448, 386);
  192. this.Controls.Add(this.label6);
  193. this.Controls.Add(this.button3);
  194. this.Controls.Add(this.button2);
  195. this.Controls.Add(this.button1);
  196. this.Controls.Add(this.textBox4);
  197. this.Controls.Add(this.label5);
  198. this.Controls.Add(this.textBox3);
  199. this.Controls.Add(this.label4);
  200. this.Controls.Add(this.textBox2);
  201. this.Controls.Add(this.label3);
  202. this.Controls.Add(this.textBox1);
  203. this.Controls.Add(this.label2);
  204. this.Controls.Add(this.comboBox1);
  205. this.Controls.Add(this.label1);
  206. this.Controls.Add(this.radioButton2);
  207. this.Controls.Add(this.radioButton1);
  208. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  209. this.Name = "Hairpin";
  210. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  211. this.Text = "发卡";
  212. this.ResumeLayout(false);
  213. this.PerformLayout();
  214. }
  215. #endregion
  216. private RadioButton radioButton1;
  217. private RadioButton radioButton2;
  218. private Label label1;
  219. private ComboBox comboBox1;
  220. private Label label2;
  221. private TextBox textBox1;
  222. private Label label3;
  223. private TextBox textBox2;
  224. private Label label4;
  225. private TextBox textBox3;
  226. private TextBox textBox4;
  227. private Label label5;
  228. private Button button1;
  229. private Button button2;
  230. private Button button3;
  231. private Label label6;
  232. }
  233. }