Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

190 lignes
8.7 KiB

  1. namespace HKCardManager.UserPages
  2. {
  3. partial class CarMangerPage
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button2 = new System.Windows.Forms.Button();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.textBox4 = new System.Windows.Forms.TextBox();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.comboBox1 = new System.Windows.Forms.ComboBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.radioButton2 = new System.Windows.Forms.RadioButton();
  37. this.radioButton1 = new System.Windows.Forms.RadioButton();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.panel1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // button2
  43. //
  44. this.button2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  45. this.button2.Location = new System.Drawing.Point(98, 285);
  46. this.button2.Name = "button2";
  47. this.button2.Size = new System.Drawing.Size(190, 34);
  48. this.button2.TabIndex = 29;
  49. this.button2.Text = "写卡";
  50. this.button2.UseVisualStyleBackColor = true;
  51. this.button2.Click += new System.EventHandler(this.button2_Click);
  52. //
  53. // button1
  54. //
  55. this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  56. this.button1.Location = new System.Drawing.Point(98, 229);
  57. this.button1.Name = "button1";
  58. this.button1.Size = new System.Drawing.Size(190, 34);
  59. this.button1.TabIndex = 28;
  60. this.button1.Text = "读卡";
  61. this.button1.UseVisualStyleBackColor = true;
  62. this.button1.Click += new System.EventHandler(this.button1_Click);
  63. //
  64. // textBox4
  65. //
  66. this.textBox4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  67. this.textBox4.Location = new System.Drawing.Point(98, 131);
  68. this.textBox4.Name = "textBox4";
  69. this.textBox4.Size = new System.Drawing.Size(190, 28);
  70. this.textBox4.TabIndex = 27;
  71. //
  72. // label5
  73. //
  74. this.label5.AutoSize = true;
  75. this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  76. this.label5.Location = new System.Drawing.Point(15, 131);
  77. this.label5.Name = "label5";
  78. this.label5.Size = new System.Drawing.Size(90, 21);
  79. this.label5.TabIndex = 26;
  80. this.label5.Text = "手机号码:";
  81. //
  82. // textBox2
  83. //
  84. this.textBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  85. this.textBox2.Location = new System.Drawing.Point(98, 91);
  86. this.textBox2.Name = "textBox2";
  87. this.textBox2.Size = new System.Drawing.Size(190, 28);
  88. this.textBox2.TabIndex = 23;
  89. //
  90. // label2
  91. //
  92. this.label2.AutoSize = true;
  93. this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  94. this.label2.Location = new System.Drawing.Point(47, 94);
  95. this.label2.Name = "label2";
  96. this.label2.Size = new System.Drawing.Size(58, 21);
  97. this.label2.TabIndex = 20;
  98. this.label2.Text = "姓名:";
  99. //
  100. // comboBox1
  101. //
  102. this.comboBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  103. this.comboBox1.FormattingEnabled = true;
  104. this.comboBox1.Location = new System.Drawing.Point(98, 179);
  105. this.comboBox1.Name = "comboBox1";
  106. this.comboBox1.Size = new System.Drawing.Size(190, 29);
  107. this.comboBox1.TabIndex = 19;
  108. //
  109. // label1
  110. //
  111. this.label1.AutoSize = true;
  112. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  113. this.label1.Location = new System.Drawing.Point(15, 182);
  114. this.label1.Name = "label1";
  115. this.label1.Size = new System.Drawing.Size(90, 21);
  116. this.label1.TabIndex = 18;
  117. this.label1.Text = "机构名称:";
  118. //
  119. // radioButton2
  120. //
  121. this.radioButton2.AutoSize = true;
  122. this.radioButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  123. this.radioButton2.Location = new System.Drawing.Point(98, 53);
  124. this.radioButton2.Name = "radioButton2";
  125. this.radioButton2.Size = new System.Drawing.Size(172, 25);
  126. this.radioButton2.TabIndex = 17;
  127. this.radioButton2.TabStop = true;
  128. this.radioButton2.Text = "人员已录入进行发卡";
  129. this.radioButton2.UseVisualStyleBackColor = true;
  130. //
  131. // radioButton1
  132. //
  133. this.radioButton1.AutoSize = true;
  134. this.radioButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  135. this.radioButton1.Location = new System.Drawing.Point(98, 11);
  136. this.radioButton1.Name = "radioButton1";
  137. this.radioButton1.Size = new System.Drawing.Size(188, 25);
  138. this.radioButton1.TabIndex = 16;
  139. this.radioButton1.TabStop = true;
  140. this.radioButton1.Text = "直接录入人员进行发卡";
  141. this.radioButton1.UseVisualStyleBackColor = true;
  142. //
  143. // panel1
  144. //
  145. this.panel1.Controls.Add(this.textBox2);
  146. this.panel1.Controls.Add(this.comboBox1);
  147. this.panel1.Controls.Add(this.radioButton1);
  148. this.panel1.Controls.Add(this.button2);
  149. this.panel1.Controls.Add(this.radioButton2);
  150. this.panel1.Controls.Add(this.button1);
  151. this.panel1.Controls.Add(this.label1);
  152. this.panel1.Controls.Add(this.textBox4);
  153. this.panel1.Controls.Add(this.label5);
  154. this.panel1.Controls.Add(this.label2);
  155. this.panel1.Location = new System.Drawing.Point(331, 97);
  156. this.panel1.Name = "panel1";
  157. this.panel1.Size = new System.Drawing.Size(301, 335);
  158. this.panel1.TabIndex = 31;
  159. //
  160. // CarMangerPage
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.Controls.Add(this.panel1);
  165. this.Name = "CarMangerPage";
  166. this.Size = new System.Drawing.Size(1110, 609);
  167. this.panel1.ResumeLayout(false);
  168. this.panel1.PerformLayout();
  169. this.ResumeLayout(false);
  170. }
  171. #endregion
  172. private Button button2;
  173. private Button button1;
  174. private TextBox textBox4;
  175. private Label label5;
  176. private TextBox textBox2;
  177. private Label label2;
  178. private ComboBox comboBox1;
  179. private Label label1;
  180. private RadioButton radioButton2;
  181. private RadioButton radioButton1;
  182. private Panel panel1;
  183. }
  184. }