From 2de1e3a7bab0c23586df77659954cf02cd043663 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Mon, 2 Mar 2020 13:26:06 +0800 Subject: [PATCH] update Former-commit-id: 995ee0cfa49d1df4debd75a7b2d0dbba876151f5 --- .../CameraCard/MainForm.Designer.cs | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/labs/CameraCard/CameraCard/MainForm.Designer.cs b/labs/CameraCard/CameraCard/MainForm.Designer.cs index b6b0c901..8d3b5874 100644 --- a/labs/CameraCard/CameraCard/MainForm.Designer.cs +++ b/labs/CameraCard/CameraCard/MainForm.Designer.cs @@ -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);