|
|
|
@ -136,8 +136,8 @@
|
|
|
|
|
this.loginUserName = new System.Windows.Forms.Label();
|
|
|
|
|
this.userRealName = new System.Windows.Forms.Label();
|
|
|
|
|
this.userOrgan = new System.Windows.Forms.Label();
|
|
|
|
|
this.idCard = new CameraCard.IdCard();
|
|
|
|
|
this.exit = new System.Windows.Forms.Button();
|
|
|
|
|
this.idCard = new CameraCard.IdCard();
|
|
|
|
|
tab1 = new System.Windows.Forms.TabPage();
|
|
|
|
|
tab1.SuspendLayout();
|
|
|
|
|
this.idcGroupBox.SuspendLayout();
|
|
|
|
@ -572,6 +572,7 @@
|
|
|
|
|
//
|
|
|
|
|
// classSecletor1
|
|
|
|
|
//
|
|
|
|
|
this.classSecletor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.classSecletor1.FormattingEnabled = true;
|
|
|
|
|
this.classSecletor1.Location = new System.Drawing.Point(55, 44);
|
|
|
|
|
this.classSecletor1.Name = "classSecletor1";
|
|
|
|
@ -727,7 +728,7 @@
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(41, 12);
|
|
|
|
|
this.label6.TabIndex = 21;
|
|
|
|
|
this.label6.Text = "审核:";
|
|
|
|
|
this.label6.Text = "合格:";
|
|
|
|
|
//
|
|
|
|
|
// checkStatusSelector
|
|
|
|
|
//
|
|
|
|
@ -1283,13 +1284,6 @@
|
|
|
|
|
this.userOrgan.TabIndex = 14;
|
|
|
|
|
this.userOrgan.Text = "所属机构:";
|
|
|
|
|
//
|
|
|
|
|
// idCard
|
|
|
|
|
//
|
|
|
|
|
this.idCard.Location = new System.Drawing.Point(-1, 16);
|
|
|
|
|
this.idCard.Name = "idCard";
|
|
|
|
|
this.idCard.Size = new System.Drawing.Size(420, 200);
|
|
|
|
|
this.idCard.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// exit
|
|
|
|
|
//
|
|
|
|
|
this.exit.Location = new System.Drawing.Point(65, 167);
|
|
|
|
@ -1300,6 +1294,13 @@
|
|
|
|
|
this.exit.UseVisualStyleBackColor = true;
|
|
|
|
|
this.exit.Click += new System.EventHandler(this.exit_Click);
|
|
|
|
|
//
|
|
|
|
|
// idCard
|
|
|
|
|
//
|
|
|
|
|
this.idCard.Location = new System.Drawing.Point(-1, 16);
|
|
|
|
|
this.idCard.Name = "idCard";
|
|
|
|
|
this.idCard.Size = new System.Drawing.Size(420, 200);
|
|
|
|
|
this.idCard.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|