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.

203 lines
9.2 KiB

  1. namespace HKCardManager
  2. {
  3. partial class PersonnelEntry
  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.label1 = new System.Windows.Forms.Label();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.comboBox1 = new System.Windows.Forms.ComboBox();
  32. this.comboBox2 = new System.Windows.Forms.ComboBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.SuspendLayout();
  40. //
  41. // label1
  42. //
  43. this.label1.AutoSize = true;
  44. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  45. this.label1.Location = new System.Drawing.Point(23, 35);
  46. this.label1.Name = "label1";
  47. this.label1.Size = new System.Drawing.Size(90, 21);
  48. this.label1.TabIndex = 0;
  49. this.label1.Text = "输入姓名:";
  50. this.label1.Click += new System.EventHandler(this.label1_Click);
  51. //
  52. // textBox1
  53. //
  54. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  55. this.textBox1.Location = new System.Drawing.Point(108, 35);
  56. this.textBox1.Name = "textBox1";
  57. this.textBox1.Size = new System.Drawing.Size(213, 28);
  58. this.textBox1.TabIndex = 1;
  59. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  60. //
  61. // label2
  62. //
  63. this.label2.AutoSize = true;
  64. this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  65. this.label2.Location = new System.Drawing.Point(23, 133);
  66. this.label2.Name = "label2";
  67. this.label2.Size = new System.Drawing.Size(90, 21);
  68. this.label2.TabIndex = 2;
  69. this.label2.Text = "选择姓别:";
  70. this.label2.Click += new System.EventHandler(this.label2_Click);
  71. //
  72. // comboBox1
  73. //
  74. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  75. this.comboBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  76. this.comboBox1.FormattingEnabled = true;
  77. this.comboBox1.Items.AddRange(new object[] {
  78. "男",
  79. "女"});
  80. this.comboBox1.Location = new System.Drawing.Point(108, 133);
  81. this.comboBox1.Name = "comboBox1";
  82. this.comboBox1.Size = new System.Drawing.Size(213, 29);
  83. this.comboBox1.TabIndex = 4;
  84. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  85. //
  86. // comboBox2
  87. //
  88. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  89. this.comboBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  90. this.comboBox2.FormattingEnabled = true;
  91. this.comboBox2.Items.AddRange(new object[] {
  92. "男",
  93. "女"});
  94. this.comboBox2.Location = new System.Drawing.Point(108, 183);
  95. this.comboBox2.Name = "comboBox2";
  96. this.comboBox2.Size = new System.Drawing.Size(213, 29);
  97. this.comboBox2.TabIndex = 6;
  98. this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
  99. //
  100. // label3
  101. //
  102. this.label3.AutoSize = true;
  103. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  104. this.label3.Location = new System.Drawing.Point(23, 183);
  105. this.label3.Name = "label3";
  106. this.label3.Size = new System.Drawing.Size(90, 21);
  107. this.label3.TabIndex = 5;
  108. this.label3.Text = "选择机构:";
  109. this.label3.Click += new System.EventHandler(this.label3_Click);
  110. //
  111. // textBox2
  112. //
  113. this.textBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  114. this.textBox2.Location = new System.Drawing.Point(108, 84);
  115. this.textBox2.Name = "textBox2";
  116. this.textBox2.Size = new System.Drawing.Size(213, 28);
  117. this.textBox2.TabIndex = 8;
  118. this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  119. //
  120. // label4
  121. //
  122. this.label4.AutoSize = true;
  123. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  124. this.label4.Location = new System.Drawing.Point(7, 84);
  125. this.label4.Name = "label4";
  126. this.label4.Size = new System.Drawing.Size(106, 21);
  127. this.label4.TabIndex = 7;
  128. this.label4.Text = "输入手机号:";
  129. this.label4.Click += new System.EventHandler(this.label4_Click);
  130. //
  131. // button1
  132. //
  133. this.button1.Location = new System.Drawing.Point(108, 239);
  134. this.button1.Name = "button1";
  135. this.button1.Size = new System.Drawing.Size(95, 32);
  136. this.button1.TabIndex = 9;
  137. this.button1.Text = "取消";
  138. this.button1.UseVisualStyleBackColor = true;
  139. this.button1.Click += new System.EventHandler(this.button1_Click);
  140. //
  141. // button2
  142. //
  143. this.button2.Location = new System.Drawing.Point(231, 239);
  144. this.button2.Name = "button2";
  145. this.button2.Size = new System.Drawing.Size(90, 32);
  146. this.button2.TabIndex = 10;
  147. this.button2.Text = "确认";
  148. this.button2.UseVisualStyleBackColor = true;
  149. this.button2.Click += new System.EventHandler(this.button2_Click);
  150. //
  151. // label5
  152. //
  153. this.label5.AutoSize = true;
  154. this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
  155. this.label5.Location = new System.Drawing.Point(0, 292);
  156. this.label5.Name = "label5";
  157. this.label5.Size = new System.Drawing.Size(32, 17);
  158. this.label5.TabIndex = 11;
  159. this.label5.Text = "信息";
  160. //
  161. // PersonnelEntry
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.ClientSize = new System.Drawing.Size(344, 309);
  166. this.Controls.Add(this.label5);
  167. this.Controls.Add(this.button2);
  168. this.Controls.Add(this.button1);
  169. this.Controls.Add(this.textBox2);
  170. this.Controls.Add(this.label4);
  171. this.Controls.Add(this.comboBox2);
  172. this.Controls.Add(this.label3);
  173. this.Controls.Add(this.comboBox1);
  174. this.Controls.Add(this.label2);
  175. this.Controls.Add(this.textBox1);
  176. this.Controls.Add(this.label1);
  177. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  178. this.Name = "PersonnelEntry";
  179. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  180. this.Text = "人员录入";
  181. this.ResumeLayout(false);
  182. this.PerformLayout();
  183. }
  184. #endregion
  185. private Label label1;
  186. private TextBox textBox1;
  187. private Label label2;
  188. private ComboBox comboBox1;
  189. private ComboBox comboBox2;
  190. private Label label3;
  191. private TextBox textBox2;
  192. private Label label4;
  193. private Button button1;
  194. private Button button2;
  195. private Label label5;
  196. }
  197. }