From c0575b3330ef57fffd9e617eb25ea38f821c0aa7 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 31 十月 2024 10:19:43 +0800 Subject: [PATCH] 检验项目增加了审核 --- DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs index e4963f8..52582ed 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs @@ -41,6 +41,7 @@ this.btnLogin = new DevExpress.XtraEditors.SimpleButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); + this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckRemember.Properties)).BeginInit(); @@ -202,6 +203,17 @@ this.labelControl1.TabIndex = 231; this.labelControl1.Text = "鐧诲綍甯愬彿锛�"; // + // label1 + // + this.label1.AutoSize = true; + this.label1.BackColor = System.Drawing.Color.Transparent; + this.label1.Font = new System.Drawing.Font("Tahoma", 10F); + this.label1.Location = new System.Drawing.Point(13, 779); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(163, 21); + this.label1.TabIndex = 245; + this.label1.Text = "鎶�鏈敮鎸侊細骞挎繁绉戞妧"; + // // FrmLogin // this.Appearance.BackColor = System.Drawing.Color.Black; @@ -211,6 +223,7 @@ this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.None; this.BackgroundImageStore = global::Gs.DevApp.Properties.Resources.login_bg6; this.ClientSize = new System.Drawing.Size(782, 806); + this.Controls.Add(this.label1); this.Controls.Add(this.lbVersion); this.Controls.Add(this.panel1); this.DoubleBuffered = true; @@ -242,5 +255,6 @@ private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.ComboBox comOrg; + private System.Windows.Forms.Label label1; } } \ No newline at end of file -- Gitblit v1.9.3