frmReadCard_CC.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. 
  2. namespace ReadCard_ChangChunMI
  3. {
  4. partial class frmReadCard_CC
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.rtb_Record = new System.Windows.Forms.RichTextBox();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.btnReadCardBas = new System.Windows.Forms.Button();
  33. this.btnInit = new System.Windows.Forms.Button();
  34. this.btnRead = new System.Windows.Forms.Button();
  35. this.btnExit = new System.Windows.Forms.Button();
  36. this.btn_ReadCardBas_HSM_Step1 = new System.Windows.Forms.Button();
  37. this.btn_ReadCardBas_HSM_Step2 = new System.Windows.Forms.Button();
  38. this.btn_iReadCardBas = new System.Windows.Forms.Button();
  39. this.panel1.SuspendLayout();
  40. this.panel2.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // panel1
  44. //
  45. this.panel1.Controls.Add(this.rtb_Record);
  46. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.panel1.Location = new System.Drawing.Point(0, 0);
  48. this.panel1.Name = "panel1";
  49. this.panel1.Size = new System.Drawing.Size(819, 458);
  50. this.panel1.TabIndex = 2;
  51. //
  52. // rtb_Record
  53. //
  54. this.rtb_Record.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.rtb_Record.Location = new System.Drawing.Point(0, 0);
  56. this.rtb_Record.Name = "rtb_Record";
  57. this.rtb_Record.Size = new System.Drawing.Size(819, 458);
  58. this.rtb_Record.TabIndex = 0;
  59. this.rtb_Record.Text = "";
  60. //
  61. // panel2
  62. //
  63. this.panel2.Controls.Add(this.btn_iReadCardBas);
  64. this.panel2.Controls.Add(this.btn_ReadCardBas_HSM_Step2);
  65. this.panel2.Controls.Add(this.btn_ReadCardBas_HSM_Step1);
  66. this.panel2.Controls.Add(this.btnReadCardBas);
  67. this.panel2.Controls.Add(this.btnInit);
  68. this.panel2.Controls.Add(this.btnRead);
  69. this.panel2.Controls.Add(this.btnExit);
  70. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  71. this.panel2.Location = new System.Drawing.Point(0, 324);
  72. this.panel2.Name = "panel2";
  73. this.panel2.Size = new System.Drawing.Size(819, 134);
  74. this.panel2.TabIndex = 3;
  75. //
  76. // btnReadCardBas
  77. //
  78. this.btnReadCardBas.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  79. this.btnReadCardBas.Location = new System.Drawing.Point(121, 15);
  80. this.btnReadCardBas.Name = "btnReadCardBas";
  81. this.btnReadCardBas.Size = new System.Drawing.Size(120, 45);
  82. this.btnReadCardBas.TabIndex = 5;
  83. this.btnReadCardBas.Text = "ReadCardBas";
  84. this.btnReadCardBas.UseVisualStyleBackColor = true;
  85. this.btnReadCardBas.Click += new System.EventHandler(this.btnReadCardBas_Click);
  86. //
  87. // btnInit
  88. //
  89. this.btnInit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  90. this.btnInit.Location = new System.Drawing.Point(17, 15);
  91. this.btnInit.Name = "btnInit";
  92. this.btnInit.Size = new System.Drawing.Size(91, 45);
  93. this.btnInit.TabIndex = 4;
  94. this.btnInit.Text = "Init";
  95. this.btnInit.UseVisualStyleBackColor = true;
  96. this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
  97. //
  98. // btnRead
  99. //
  100. this.btnRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  101. this.btnRead.Location = new System.Drawing.Point(703, 15);
  102. this.btnRead.Name = "btnRead";
  103. this.btnRead.Size = new System.Drawing.Size(104, 45);
  104. this.btnRead.TabIndex = 3;
  105. this.btnRead.Text = "读 卡";
  106. this.btnRead.UseVisualStyleBackColor = true;
  107. this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
  108. //
  109. // btnExit
  110. //
  111. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  112. this.btnExit.Location = new System.Drawing.Point(703, 69);
  113. this.btnExit.Name = "btnExit";
  114. this.btnExit.Size = new System.Drawing.Size(104, 45);
  115. this.btnExit.TabIndex = 2;
  116. this.btnExit.Text = "退 出";
  117. this.btnExit.UseVisualStyleBackColor = true;
  118. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  119. //
  120. // btn_ReadCardBas_HSM_Step1
  121. //
  122. this.btn_ReadCardBas_HSM_Step1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  123. this.btn_ReadCardBas_HSM_Step1.Location = new System.Drawing.Point(141, 69);
  124. this.btn_ReadCardBas_HSM_Step1.Name = "btn_ReadCardBas_HSM_Step1";
  125. this.btn_ReadCardBas_HSM_Step1.Size = new System.Drawing.Size(157, 45);
  126. this.btn_ReadCardBas_HSM_Step1.TabIndex = 6;
  127. this.btn_ReadCardBas_HSM_Step1.Text = "ReadCardBas_HSM_Step1";
  128. this.btn_ReadCardBas_HSM_Step1.UseVisualStyleBackColor = true;
  129. this.btn_ReadCardBas_HSM_Step1.Click += new System.EventHandler(this.btn_ReadCardBas_HSM_Step1_Click);
  130. //
  131. // btn_ReadCardBas_HSM_Step2
  132. //
  133. this.btn_ReadCardBas_HSM_Step2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  134. this.btn_ReadCardBas_HSM_Step2.Location = new System.Drawing.Point(301, 69);
  135. this.btn_ReadCardBas_HSM_Step2.Name = "btn_ReadCardBas_HSM_Step2";
  136. this.btn_ReadCardBas_HSM_Step2.Size = new System.Drawing.Size(157, 45);
  137. this.btn_ReadCardBas_HSM_Step2.TabIndex = 7;
  138. this.btn_ReadCardBas_HSM_Step2.Text = "ReadCardBas_HSM_Step2";
  139. this.btn_ReadCardBas_HSM_Step2.UseVisualStyleBackColor = true;
  140. this.btn_ReadCardBas_HSM_Step2.Click += new System.EventHandler(this.btn_ReadCardBas_HSM_Step2_Click);
  141. //
  142. // btn_iReadCardBas
  143. //
  144. this.btn_iReadCardBas.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  145. this.btn_iReadCardBas.Location = new System.Drawing.Point(17, 69);
  146. this.btn_iReadCardBas.Name = "btn_iReadCardBas";
  147. this.btn_iReadCardBas.Size = new System.Drawing.Size(120, 45);
  148. this.btn_iReadCardBas.TabIndex = 8;
  149. this.btn_iReadCardBas.Text = "iReadCardBas";
  150. this.btn_iReadCardBas.UseVisualStyleBackColor = true;
  151. this.btn_iReadCardBas.Click += new System.EventHandler(this.btn_iReadCardBas_Click);
  152. //
  153. // frmReadCard_CC
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.ClientSize = new System.Drawing.Size(819, 458);
  158. this.Controls.Add(this.panel2);
  159. this.Controls.Add(this.panel1);
  160. this.Name = "frmReadCard_CC";
  161. this.Text = "长春社保卡读卡";
  162. this.panel1.ResumeLayout(false);
  163. this.panel2.ResumeLayout(false);
  164. this.ResumeLayout(false);
  165. }
  166. #endregion
  167. private System.Windows.Forms.Panel panel1;
  168. private System.Windows.Forms.RichTextBox rtb_Record;
  169. private System.Windows.Forms.Panel panel2;
  170. private System.Windows.Forms.Button btnRead;
  171. private System.Windows.Forms.Button btnExit;
  172. private System.Windows.Forms.Button btnInit;
  173. private System.Windows.Forms.Button btnReadCardBas;
  174. private System.Windows.Forms.Button btn_ReadCardBas_HSM_Step2;
  175. private System.Windows.Forms.Button btn_ReadCardBas_HSM_Step1;
  176. private System.Windows.Forms.Button btn_iReadCardBas;
  177. }
  178. }