namespace CollectInformation
{
partial class MainForm
{
///
/// 必需的设计器变量。
///
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.groupBox1 = new System.Windows.Forms.GroupBox();
this.labID = new System.Windows.Forms.Label();
this.labAddress = new System.Windows.Forms.Label();
this.labBirthday = new System.Windows.Forms.Label();
this.labNation = new System.Windows.Forms.Label();
this.labSex = new System.Windows.Forms.Label();
this.labName = new System.Windows.Forms.Label();
this.labSigning = new System.Windows.Forms.Label();
this.labValidity = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.labLinkStatus = new System.Windows.Forms.Label();
this.btnLinkEquipment = new System.Windows.Forms.Button();
this.btnReadID = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.btnClear = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.labCompany = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.labBeforeName = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.labLevel = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.labUserFingerprint = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.labID2 = new System.Windows.Forms.Label();
this.labBirthday2 = new System.Windows.Forms.Label();
this.labNation2 = new System.Windows.Forms.Label();
this.labSex2 = new System.Windows.Forms.Label();
this.labName2 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.picUser = new System.Windows.Forms.PictureBox();
this.btnGetFingerprint = new System.Windows.Forms.Button();
this.btnGetImage = new System.Windows.Forms.Button();
this.btnReplaceUser = new System.Windows.Forms.Button();
this.picID = new System.Windows.Forms.PictureBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picUser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picID)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.picID);
this.groupBox1.Controls.Add(this.labID);
this.groupBox1.Controls.Add(this.labAddress);
this.groupBox1.Controls.Add(this.labBirthday);
this.groupBox1.Controls.Add(this.labNation);
this.groupBox1.Controls.Add(this.labSex);
this.groupBox1.Controls.Add(this.labName);
this.groupBox1.Controls.Add(this.labSigning);
this.groupBox1.Controls.Add(this.labValidity);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 96);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(653, 160);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "身份证信息";
//
// labID
//
this.labID.AutoSize = true;
this.labID.Location = new System.Drawing.Point(104, 101);
this.labID.Name = "labID";
this.labID.Size = new System.Drawing.Size(113, 12);
this.labID.TabIndex = 3;
this.labID.Text = "220101190001010011";
//
// labAddress
//
this.labAddress.AutoSize = true;
this.labAddress.Location = new System.Drawing.Point(49, 68);
this.labAddress.Name = "labAddress";
this.labAddress.Size = new System.Drawing.Size(41, 12);
this.labAddress.TabIndex = 3;
this.labAddress.Text = "未获取";
//
// labBirthday
//
this.labBirthday.AutoSize = true;
this.labBirthday.Location = new System.Drawing.Point(395, 35);
this.labBirthday.Name = "labBirthday";
this.labBirthday.Size = new System.Drawing.Size(41, 12);
this.labBirthday.TabIndex = 3;
this.labBirthday.Text = "未获取";
//
// labNation
//
this.labNation.AutoSize = true;
this.labNation.Location = new System.Drawing.Point(272, 35);
this.labNation.Name = "labNation";
this.labNation.Size = new System.Drawing.Size(41, 12);
this.labNation.TabIndex = 3;
this.labNation.Text = "未获取";
//
// labSex
//
this.labSex.AutoSize = true;
this.labSex.Location = new System.Drawing.Point(167, 35);
this.labSex.Name = "labSex";
this.labSex.Size = new System.Drawing.Size(41, 12);
this.labSex.TabIndex = 3;
this.labSex.Text = "未获取";
//
// labName
//
this.labName.AutoSize = true;
this.labName.Location = new System.Drawing.Point(49, 35);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(41, 12);
this.labName.TabIndex = 3;
this.labName.Text = "未获取";
//
// labSigning
//
this.labSigning.AutoSize = true;
this.labSigning.Location = new System.Drawing.Point(291, 101);
this.labSigning.Name = "labSigning";
this.labSigning.Size = new System.Drawing.Size(41, 12);
this.labSigning.TabIndex = 2;
this.labSigning.Text = "未获取";
//
// labValidity
//
this.labValidity.AutoSize = true;
this.labValidity.Location = new System.Drawing.Point(62, 134);
this.labValidity.Name = "labValidity";
this.labValidity.Size = new System.Drawing.Size(41, 12);
this.labValidity.TabIndex = 2;
this.labValidity.Text = "未获取";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(9, 134);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 2;
this.label8.Text = "有效期:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(232, 101);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 2;
this.label7.Text = "签发机关:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(9, 101);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(101, 12);
this.label6.TabIndex = 2;
this.label6.Text = "公民身份证号码:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(9, 68);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 2;
this.label5.Text = "住址:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(335, 35);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 2;
this.label4.Text = "出生日期:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(232, 35);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "民族:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(127, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "性别:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 1;
this.label1.Text = "姓名:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(13, 13);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 2;
this.label10.Text = "当前设备:";
//
// labLinkStatus
//
this.labLinkStatus.AutoSize = true;
this.labLinkStatus.Location = new System.Drawing.Point(86, 13);
this.labLinkStatus.Name = "labLinkStatus";
this.labLinkStatus.Size = new System.Drawing.Size(41, 12);
this.labLinkStatus.TabIndex = 2;
this.labLinkStatus.Text = "未连接";
//
// btnLinkEquipment
//
this.btnLinkEquipment.Location = new System.Drawing.Point(15, 39);
this.btnLinkEquipment.Name = "btnLinkEquipment";
this.btnLinkEquipment.Size = new System.Drawing.Size(75, 23);
this.btnLinkEquipment.TabIndex = 3;
this.btnLinkEquipment.Text = "链接设备";
this.btnLinkEquipment.UseVisualStyleBackColor = true;
this.btnLinkEquipment.Click += new System.EventHandler(this.btnLinkEquipment_Click);
//
// btnReadID
//
this.btnReadID.Location = new System.Drawing.Point(96, 39);
this.btnReadID.Name = "btnReadID";
this.btnReadID.Size = new System.Drawing.Size(75, 23);
this.btnReadID.TabIndex = 4;
this.btnReadID.Text = "读取身份证";
this.btnReadID.UseVisualStyleBackColor = true;
this.btnReadID.Click += new System.EventHandler(this.btnReadID_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(177, 39);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 5;
this.btnOK.Text = "提交";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(258, 39);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 23);
this.btnClear.TabIndex = 6;
this.btnClear.Text = "清空";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.labCompany);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.labBeforeName);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.labLevel);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.labUserFingerprint);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.labID2);
this.groupBox2.Controls.Add(this.labBirthday2);
this.groupBox2.Controls.Add(this.labNation2);
this.groupBox2.Controls.Add(this.labSex2);
this.groupBox2.Controls.Add(this.labName2);
this.groupBox2.Controls.Add(this.label17);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Controls.Add(this.label21);
this.groupBox2.Controls.Add(this.label22);
this.groupBox2.Controls.Add(this.picUser);
this.groupBox2.Location = new System.Drawing.Point(12, 262);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(653, 335);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "报考人员信息";
//
// labCompany
//
this.labCompany.AutoSize = true;
this.labCompany.Location = new System.Drawing.Point(73, 212);
this.labCompany.Name = "labCompany";
this.labCompany.Size = new System.Drawing.Size(41, 12);
this.labCompany.TabIndex = 18;
this.labCompany.Text = "未获取";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(14, 212);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(53, 12);
this.label16.TabIndex = 19;
this.label16.Text = "报考企业";
//
// labBeforeName
//
this.labBeforeName.AutoSize = true;
this.labBeforeName.Location = new System.Drawing.Point(61, 71);
this.labBeforeName.Name = "labBeforeName";
this.labBeforeName.Size = new System.Drawing.Size(41, 12);
this.labBeforeName.TabIndex = 18;
this.labBeforeName.Text = "未获取";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(14, 71);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 19;
this.label14.Text = "曾用名";
//
// labLevel
//
this.labLevel.AutoSize = true;
this.labLevel.Location = new System.Drawing.Point(73, 179);
this.labLevel.Name = "labLevel";
this.labLevel.Size = new System.Drawing.Size(41, 12);
this.labLevel.TabIndex = 18;
this.labLevel.Text = "未获取";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(14, 179);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 19;
this.label11.Text = "报考等级";
//
// labUserFingerprint
//
this.labUserFingerprint.AutoSize = true;
this.labUserFingerprint.Location = new System.Drawing.Point(85, 274);
this.labUserFingerprint.Name = "labUserFingerprint";
this.labUserFingerprint.Size = new System.Drawing.Size(41, 12);
this.labUserFingerprint.TabIndex = 18;
this.labUserFingerprint.Text = "未获取";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(14, 274);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 19;
this.label12.Text = "指纹特征值";
//
// labID2
//
this.labID2.AutoSize = true;
this.labID2.Location = new System.Drawing.Point(109, 244);
this.labID2.Name = "labID2";
this.labID2.Size = new System.Drawing.Size(41, 12);
this.labID2.TabIndex = 11;
this.labID2.Text = "未获取";
//
// labBirthday2
//
this.labBirthday2.AutoSize = true;
this.labBirthday2.Location = new System.Drawing.Point(54, 143);
this.labBirthday2.Name = "labBirthday2";
this.labBirthday2.Size = new System.Drawing.Size(41, 12);
this.labBirthday2.TabIndex = 13;
this.labBirthday2.Text = "未获取";
//
// labNation2
//
this.labNation2.AutoSize = true;
this.labNation2.Location = new System.Drawing.Point(146, 107);
this.labNation2.Name = "labNation2";
this.labNation2.Size = new System.Drawing.Size(41, 12);
this.labNation2.TabIndex = 14;
this.labNation2.Text = "未获取";
//
// labSex2
//
this.labSex2.AutoSize = true;
this.labSex2.Location = new System.Drawing.Point(54, 107);
this.labSex2.Name = "labSex2";
this.labSex2.Size = new System.Drawing.Size(41, 12);
this.labSex2.TabIndex = 15;
this.labSex2.Text = "未获取";
//
// labName2
//
this.labName2.AutoSize = true;
this.labName2.Location = new System.Drawing.Point(54, 35);
this.labName2.Name = "labName2";
this.labName2.Size = new System.Drawing.Size(41, 12);
this.labName2.TabIndex = 16;
this.labName2.Text = "未获取";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(14, 244);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(89, 12);
this.label17.TabIndex = 6;
this.label17.Text = "公民身份证号码";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(14, 143);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(29, 12);
this.label19.TabIndex = 8;
this.label19.Text = "出生";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(106, 107);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(29, 12);
this.label20.TabIndex = 9;
this.label20.Text = "民族";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(14, 107);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(29, 12);
this.label21.TabIndex = 10;
this.label21.Text = "性别";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(14, 35);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(29, 12);
this.label22.TabIndex = 5;
this.label22.Text = "姓名";
//
// picUser
//
this.picUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.picUser.BackgroundImage = global::CollectInformation.Properties.Resources.d_head;
this.picUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.picUser.ImageLocation = "";
this.picUser.Location = new System.Drawing.Point(487, 25);
this.picUser.Name = "picUser";
this.picUser.Size = new System.Drawing.Size(153, 214);
this.picUser.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picUser.TabIndex = 4;
this.picUser.TabStop = false;
//
// btnGetFingerprint
//
this.btnGetFingerprint.Location = new System.Drawing.Point(562, 39);
this.btnGetFingerprint.Name = "btnGetFingerprint";
this.btnGetFingerprint.Size = new System.Drawing.Size(102, 23);
this.btnGetFingerprint.TabIndex = 17;
this.btnGetFingerprint.Text = "采集指纹";
this.btnGetFingerprint.UseVisualStyleBackColor = true;
this.btnGetFingerprint.Click += new System.EventHandler(this.btnGetFingerprint_Click);
//
// btnGetImage
//
this.btnGetImage.Location = new System.Drawing.Point(454, 39);
this.btnGetImage.Name = "btnGetImage";
this.btnGetImage.Size = new System.Drawing.Size(102, 23);
this.btnGetImage.TabIndex = 17;
this.btnGetImage.Text = "采集人像";
this.btnGetImage.UseVisualStyleBackColor = true;
this.btnGetImage.Click += new System.EventHandler(this.btnGetImage_Click);
//
// btnReplaceUser
//
this.btnReplaceUser.Location = new System.Drawing.Point(339, 39);
this.btnReplaceUser.Name = "btnReplaceUser";
this.btnReplaceUser.Size = new System.Drawing.Size(109, 23);
this.btnReplaceUser.TabIndex = 8;
this.btnReplaceUser.Text = "使用身份证信息";
this.btnReplaceUser.UseVisualStyleBackColor = true;
this.btnReplaceUser.Click += new System.EventHandler(this.btnReplaceUser_Click);
//
// picID
//
this.picID.BackgroundImage = global::CollectInformation.Properties.Resources.d_head;
this.picID.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.picID.Location = new System.Drawing.Point(540, 26);
this.picID.Name = "picID";
this.picID.Size = new System.Drawing.Size(100, 115);
this.picID.TabIndex = 4;
this.picID.TabStop = false;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(677, 609);
this.Controls.Add(this.btnReplaceUser);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnReadID);
this.Controls.Add(this.btnLinkEquipment);
this.Controls.Add(this.labLinkStatus);
this.Controls.Add(this.label10);
this.Controls.Add(this.btnGetFingerprint);
this.Controls.Add(this.btnGetImage);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainForm";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "长春市保安监管系统采集终端";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picUser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picID)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label labID;
private System.Windows.Forms.Label labAddress;
private System.Windows.Forms.Label labBirthday;
private System.Windows.Forms.Label labNation;
private System.Windows.Forms.Label labSex;
private System.Windows.Forms.Label labName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labSigning;
private System.Windows.Forms.Label labValidity;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label labLinkStatus;
private System.Windows.Forms.Button btnLinkEquipment;
private System.Windows.Forms.Button btnReadID;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnGetImage;
private System.Windows.Forms.Label labID2;
private System.Windows.Forms.Label labBirthday2;
private System.Windows.Forms.Label labNation2;
private System.Windows.Forms.Label labSex2;
private System.Windows.Forms.Label labName2;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.PictureBox picUser;
private System.Windows.Forms.Button btnReplaceUser;
private System.Windows.Forms.Label labUserFingerprint;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button btnGetFingerprint;
private System.Windows.Forms.Label labCompany;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label labBeforeName;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label labLevel;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.PictureBox picID;
}
}