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.

270 lines
12 KiB

1 month ago
  1. namespace ShenTun.IcCard.Test
  2. {
  3. partial class Form2
  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.components = new System.ComponentModel.Container();
  29. this.comboBox_Key = new System.Windows.Forms.ComboBox();
  30. this.comboBox_Clock = new System.Windows.Forms.ComboBox();
  31. this.comboBox_Port = new System.Windows.Forms.ComboBox();
  32. this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.textBox_Name = new System.Windows.Forms.TextBox();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.textBox_NationOrCountry = new System.Windows.Forms.TextBox();
  37. this.textBox_Sex = new System.Windows.Forms.TextBox();
  38. this.textBox_BornDate = new System.Windows.Forms.TextBox();
  39. this.textBox_Address = new System.Windows.Forms.TextBox();
  40. this.textBox_IDCardNum = new System.Windows.Forms.TextBox();
  41. this.textBox_Issue = new System.Windows.Forms.TextBox();
  42. this.textBox_ExpiredDate = new System.Windows.Forms.TextBox();
  43. this.textBox_PassNum = new System.Windows.Forms.TextBox();
  44. this.textBox_VisaTimes = new System.Windows.Forms.TextBox();
  45. this.textBox_EnName = new System.Windows.Forms.TextBox();
  46. this.textBox_CnName = new System.Windows.Forms.TextBox();
  47. this.textBox_CardType = new System.Windows.Forms.TextBox();
  48. this.textBox2 = new System.Windows.Forms.TextBox();
  49. this.textBox3 = new System.Windows.Forms.TextBox();
  50. this.textBox4 = new System.Windows.Forms.TextBox();
  51. this.SuspendLayout();
  52. //
  53. // comboBox_Key
  54. //
  55. this.comboBox_Key.FormattingEnabled = true;
  56. this.comboBox_Key.Location = new System.Drawing.Point(23, 38);
  57. this.comboBox_Key.Name = "comboBox_Key";
  58. this.comboBox_Key.Size = new System.Drawing.Size(121, 32);
  59. this.comboBox_Key.TabIndex = 0;
  60. //
  61. // comboBox_Clock
  62. //
  63. this.comboBox_Clock.FormattingEnabled = true;
  64. this.comboBox_Clock.Location = new System.Drawing.Point(182, 37);
  65. this.comboBox_Clock.Name = "comboBox_Clock";
  66. this.comboBox_Clock.Size = new System.Drawing.Size(121, 32);
  67. this.comboBox_Clock.TabIndex = 1;
  68. //
  69. // comboBox_Port
  70. //
  71. this.comboBox_Port.FormattingEnabled = true;
  72. this.comboBox_Port.Location = new System.Drawing.Point(336, 37);
  73. this.comboBox_Port.Name = "comboBox_Port";
  74. this.comboBox_Port.Size = new System.Drawing.Size(121, 32);
  75. this.comboBox_Port.TabIndex = 2;
  76. //
  77. // button1
  78. //
  79. this.button1.Location = new System.Drawing.Point(33, 114);
  80. this.button1.Name = "button1";
  81. this.button1.Size = new System.Drawing.Size(168, 40);
  82. this.button1.TabIndex = 3;
  83. this.button1.Text = "button1";
  84. this.button1.UseVisualStyleBackColor = true;
  85. this.button1.Click += new System.EventHandler(this.button1_Click);
  86. //
  87. // textBox_Name
  88. //
  89. this.textBox_Name.Location = new System.Drawing.Point(240, 114);
  90. this.textBox_Name.Name = "textBox_Name";
  91. this.textBox_Name.Size = new System.Drawing.Size(217, 35);
  92. this.textBox_Name.TabIndex = 4;
  93. //
  94. // button2
  95. //
  96. this.button2.Location = new System.Drawing.Point(33, 178);
  97. this.button2.Name = "button2";
  98. this.button2.Size = new System.Drawing.Size(161, 45);
  99. this.button2.TabIndex = 5;
  100. this.button2.Text = "button2";
  101. this.button2.UseVisualStyleBackColor = true;
  102. this.button2.Click += new System.EventHandler(this.button2_Click);
  103. //
  104. // textBox_NationOrCountry
  105. //
  106. this.textBox_NationOrCountry.Location = new System.Drawing.Point(240, 185);
  107. this.textBox_NationOrCountry.Name = "textBox_NationOrCountry";
  108. this.textBox_NationOrCountry.Size = new System.Drawing.Size(217, 35);
  109. this.textBox_NationOrCountry.TabIndex = 6;
  110. //
  111. // textBox_Sex
  112. //
  113. this.textBox_Sex.Location = new System.Drawing.Point(33, 244);
  114. this.textBox_Sex.Name = "textBox_Sex";
  115. this.textBox_Sex.Size = new System.Drawing.Size(217, 35);
  116. this.textBox_Sex.TabIndex = 7;
  117. //
  118. // textBox_BornDate
  119. //
  120. this.textBox_BornDate.Location = new System.Drawing.Point(279, 244);
  121. this.textBox_BornDate.Name = "textBox_BornDate";
  122. this.textBox_BornDate.Size = new System.Drawing.Size(217, 35);
  123. this.textBox_BornDate.TabIndex = 8;
  124. //
  125. // textBox_Address
  126. //
  127. this.textBox_Address.Location = new System.Drawing.Point(33, 307);
  128. this.textBox_Address.Name = "textBox_Address";
  129. this.textBox_Address.Size = new System.Drawing.Size(217, 35);
  130. this.textBox_Address.TabIndex = 9;
  131. //
  132. // textBox_IDCardNum
  133. //
  134. this.textBox_IDCardNum.Location = new System.Drawing.Point(279, 307);
  135. this.textBox_IDCardNum.Name = "textBox_IDCardNum";
  136. this.textBox_IDCardNum.Size = new System.Drawing.Size(217, 35);
  137. this.textBox_IDCardNum.TabIndex = 10;
  138. //
  139. // textBox_Issue
  140. //
  141. this.textBox_Issue.Location = new System.Drawing.Point(33, 367);
  142. this.textBox_Issue.Name = "textBox_Issue";
  143. this.textBox_Issue.Size = new System.Drawing.Size(217, 35);
  144. this.textBox_Issue.TabIndex = 11;
  145. //
  146. // textBox_ExpiredDate
  147. //
  148. this.textBox_ExpiredDate.Location = new System.Drawing.Point(279, 367);
  149. this.textBox_ExpiredDate.Name = "textBox_ExpiredDate";
  150. this.textBox_ExpiredDate.Size = new System.Drawing.Size(217, 35);
  151. this.textBox_ExpiredDate.TabIndex = 12;
  152. //
  153. // textBox_PassNum
  154. //
  155. this.textBox_PassNum.Location = new System.Drawing.Point(33, 433);
  156. this.textBox_PassNum.Name = "textBox_PassNum";
  157. this.textBox_PassNum.Size = new System.Drawing.Size(217, 35);
  158. this.textBox_PassNum.TabIndex = 13;
  159. //
  160. // textBox_VisaTimes
  161. //
  162. this.textBox_VisaTimes.Location = new System.Drawing.Point(279, 433);
  163. this.textBox_VisaTimes.Name = "textBox_VisaTimes";
  164. this.textBox_VisaTimes.Size = new System.Drawing.Size(217, 35);
  165. this.textBox_VisaTimes.TabIndex = 14;
  166. //
  167. // textBox_EnName
  168. //
  169. this.textBox_EnName.Location = new System.Drawing.Point(33, 491);
  170. this.textBox_EnName.Name = "textBox_EnName";
  171. this.textBox_EnName.Size = new System.Drawing.Size(217, 35);
  172. this.textBox_EnName.TabIndex = 15;
  173. //
  174. // textBox_CnName
  175. //
  176. this.textBox_CnName.Location = new System.Drawing.Point(279, 491);
  177. this.textBox_CnName.Name = "textBox_CnName";
  178. this.textBox_CnName.Size = new System.Drawing.Size(217, 35);
  179. this.textBox_CnName.TabIndex = 16;
  180. //
  181. // textBox_CardType
  182. //
  183. this.textBox_CardType.Location = new System.Drawing.Point(33, 550);
  184. this.textBox_CardType.Name = "textBox_CardType";
  185. this.textBox_CardType.Size = new System.Drawing.Size(217, 35);
  186. this.textBox_CardType.TabIndex = 17;
  187. //
  188. // textBox2
  189. //
  190. this.textBox2.Location = new System.Drawing.Point(279, 550);
  191. this.textBox2.Name = "textBox2";
  192. this.textBox2.Size = new System.Drawing.Size(217, 35);
  193. this.textBox2.TabIndex = 18;
  194. //
  195. // textBox3
  196. //
  197. this.textBox3.Location = new System.Drawing.Point(33, 610);
  198. this.textBox3.Name = "textBox3";
  199. this.textBox3.Size = new System.Drawing.Size(217, 35);
  200. this.textBox3.TabIndex = 19;
  201. //
  202. // textBox4
  203. //
  204. this.textBox4.Location = new System.Drawing.Point(279, 610);
  205. this.textBox4.Name = "textBox4";
  206. this.textBox4.Size = new System.Drawing.Size(217, 35);
  207. this.textBox4.TabIndex = 20;
  208. //
  209. // Form2
  210. //
  211. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  212. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  213. this.ClientSize = new System.Drawing.Size(759, 722);
  214. this.Controls.Add(this.textBox4);
  215. this.Controls.Add(this.textBox3);
  216. this.Controls.Add(this.textBox2);
  217. this.Controls.Add(this.textBox_CardType);
  218. this.Controls.Add(this.textBox_CnName);
  219. this.Controls.Add(this.textBox_EnName);
  220. this.Controls.Add(this.textBox_VisaTimes);
  221. this.Controls.Add(this.textBox_PassNum);
  222. this.Controls.Add(this.textBox_ExpiredDate);
  223. this.Controls.Add(this.textBox_Issue);
  224. this.Controls.Add(this.textBox_IDCardNum);
  225. this.Controls.Add(this.textBox_Address);
  226. this.Controls.Add(this.textBox_BornDate);
  227. this.Controls.Add(this.textBox_Sex);
  228. this.Controls.Add(this.textBox_NationOrCountry);
  229. this.Controls.Add(this.button2);
  230. this.Controls.Add(this.textBox_Name);
  231. this.Controls.Add(this.button1);
  232. this.Controls.Add(this.comboBox_Port);
  233. this.Controls.Add(this.comboBox_Clock);
  234. this.Controls.Add(this.comboBox_Key);
  235. this.Name = "Form2";
  236. this.Text = "Form2";
  237. this.Load += new System.EventHandler(this.Form2_Load);
  238. this.ResumeLayout(false);
  239. this.PerformLayout();
  240. }
  241. #endregion
  242. private System.Windows.Forms.ComboBox comboBox_Key;
  243. private System.Windows.Forms.ComboBox comboBox_Clock;
  244. private System.Windows.Forms.ComboBox comboBox_Port;
  245. private System.IO.Ports.SerialPort serialPort1;
  246. private System.Windows.Forms.Button button1;
  247. private System.Windows.Forms.TextBox textBox_Name;
  248. private System.Windows.Forms.Button button2;
  249. private System.Windows.Forms.TextBox textBox_NationOrCountry;
  250. private System.Windows.Forms.TextBox textBox_Sex;
  251. private System.Windows.Forms.TextBox textBox_BornDate;
  252. private System.Windows.Forms.TextBox textBox_Address;
  253. private System.Windows.Forms.TextBox textBox_IDCardNum;
  254. private System.Windows.Forms.TextBox textBox_Issue;
  255. private System.Windows.Forms.TextBox textBox_ExpiredDate;
  256. private System.Windows.Forms.TextBox textBox_PassNum;
  257. private System.Windows.Forms.TextBox textBox_VisaTimes;
  258. private System.Windows.Forms.TextBox textBox_EnName;
  259. private System.Windows.Forms.TextBox textBox_CnName;
  260. private System.Windows.Forms.TextBox textBox_CardType;
  261. private System.Windows.Forms.TextBox textBox2;
  262. private System.Windows.Forms.TextBox textBox3;
  263. private System.Windows.Forms.TextBox textBox4;
  264. }
  265. }