Former-commit-id: 995ee0cfa49d1df4debd75a7b2d0dbba876151f5
TangShanKaiPing
wanggang 5 years ago
parent eb62260bf6
commit 2de1e3a7ba

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

Loading…
Cancel
Save