namespace ReadCard_ChangChunMI
{
partial class frmReadCard_CC
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.rtb_Record = new System.Windows.Forms.RichTextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.btnReadCardBas = new System.Windows.Forms.Button();
this.btnInit = new System.Windows.Forms.Button();
this.btnRead = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btn_ReadCardBas_HSM_Step1 = new System.Windows.Forms.Button();
this.btn_ReadCardBas_HSM_Step2 = new System.Windows.Forms.Button();
this.btn_iReadCardBas = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.rtb_Record);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(819, 458);
this.panel1.TabIndex = 2;
//
// rtb_Record
//
this.rtb_Record.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb_Record.Location = new System.Drawing.Point(0, 0);
this.rtb_Record.Name = "rtb_Record";
this.rtb_Record.Size = new System.Drawing.Size(819, 458);
this.rtb_Record.TabIndex = 0;
this.rtb_Record.Text = "";
//
// panel2
//
this.panel2.Controls.Add(this.btn_iReadCardBas);
this.panel2.Controls.Add(this.btn_ReadCardBas_HSM_Step2);
this.panel2.Controls.Add(this.btn_ReadCardBas_HSM_Step1);
this.panel2.Controls.Add(this.btnReadCardBas);
this.panel2.Controls.Add(this.btnInit);
this.panel2.Controls.Add(this.btnRead);
this.panel2.Controls.Add(this.btnExit);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 324);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(819, 134);
this.panel2.TabIndex = 3;
//
// btnReadCardBas
//
this.btnReadCardBas.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnReadCardBas.Location = new System.Drawing.Point(121, 15);
this.btnReadCardBas.Name = "btnReadCardBas";
this.btnReadCardBas.Size = new System.Drawing.Size(120, 45);
this.btnReadCardBas.TabIndex = 5;
this.btnReadCardBas.Text = "ReadCardBas";
this.btnReadCardBas.UseVisualStyleBackColor = true;
this.btnReadCardBas.Click += new System.EventHandler(this.btnReadCardBas_Click);
//
// btnInit
//
this.btnInit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnInit.Location = new System.Drawing.Point(17, 15);
this.btnInit.Name = "btnInit";
this.btnInit.Size = new System.Drawing.Size(91, 45);
this.btnInit.TabIndex = 4;
this.btnInit.Text = "Init";
this.btnInit.UseVisualStyleBackColor = true;
this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
//
// btnRead
//
this.btnRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnRead.Location = new System.Drawing.Point(703, 15);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(104, 45);
this.btnRead.TabIndex = 3;
this.btnRead.Text = "读 卡";
this.btnRead.UseVisualStyleBackColor = true;
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
//
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.Location = new System.Drawing.Point(703, 69);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(104, 45);
this.btnExit.TabIndex = 2;
this.btnExit.Text = "退 出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btn_ReadCardBas_HSM_Step1
//
this.btn_ReadCardBas_HSM_Step1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_ReadCardBas_HSM_Step1.Location = new System.Drawing.Point(141, 69);
this.btn_ReadCardBas_HSM_Step1.Name = "btn_ReadCardBas_HSM_Step1";
this.btn_ReadCardBas_HSM_Step1.Size = new System.Drawing.Size(157, 45);
this.btn_ReadCardBas_HSM_Step1.TabIndex = 6;
this.btn_ReadCardBas_HSM_Step1.Text = "ReadCardBas_HSM_Step1";
this.btn_ReadCardBas_HSM_Step1.UseVisualStyleBackColor = true;
this.btn_ReadCardBas_HSM_Step1.Click += new System.EventHandler(this.btn_ReadCardBas_HSM_Step1_Click);
//
// btn_ReadCardBas_HSM_Step2
//
this.btn_ReadCardBas_HSM_Step2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_ReadCardBas_HSM_Step2.Location = new System.Drawing.Point(301, 69);
this.btn_ReadCardBas_HSM_Step2.Name = "btn_ReadCardBas_HSM_Step2";
this.btn_ReadCardBas_HSM_Step2.Size = new System.Drawing.Size(157, 45);
this.btn_ReadCardBas_HSM_Step2.TabIndex = 7;
this.btn_ReadCardBas_HSM_Step2.Text = "ReadCardBas_HSM_Step2";
this.btn_ReadCardBas_HSM_Step2.UseVisualStyleBackColor = true;
this.btn_ReadCardBas_HSM_Step2.Click += new System.EventHandler(this.btn_ReadCardBas_HSM_Step2_Click);
//
// btn_iReadCardBas
//
this.btn_iReadCardBas.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_iReadCardBas.Location = new System.Drawing.Point(17, 69);
this.btn_iReadCardBas.Name = "btn_iReadCardBas";
this.btn_iReadCardBas.Size = new System.Drawing.Size(120, 45);
this.btn_iReadCardBas.TabIndex = 8;
this.btn_iReadCardBas.Text = "iReadCardBas";
this.btn_iReadCardBas.UseVisualStyleBackColor = true;
this.btn_iReadCardBas.Click += new System.EventHandler(this.btn_iReadCardBas_Click);
//
// frmReadCard_CC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(819, 458);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "frmReadCard_CC";
this.Text = "长春社保卡读卡";
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.RichTextBox rtb_Record;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnRead;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnInit;
private System.Windows.Forms.Button btnReadCardBas;
private System.Windows.Forms.Button btn_ReadCardBas_HSM_Step2;
private System.Windows.Forms.Button btn_ReadCardBas_HSM_Step1;
private System.Windows.Forms.Button btn_iReadCardBas;
}
}