From d1ab92287cb24751cb462d90496bf08f60959bbe Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期日, 01 九月 2024 14:46:58 +0800 Subject: [PATCH] 更新父窗体回调事件 --- DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs index 5778c83..d4fa2f9 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs @@ -53,13 +53,12 @@ // this.lbVersion.AutoSize = true; this.lbVersion.BackColor = System.Drawing.Color.Transparent; - this.lbVersion.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); + this.lbVersion.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.lbVersion.ForeColor = System.Drawing.Color.White; this.lbVersion.Location = new System.Drawing.Point(12, 9); this.lbVersion.Name = "lbVersion"; - this.lbVersion.Size = new System.Drawing.Size(113, 18); + this.lbVersion.Size = new System.Drawing.Size(0, 24); this.lbVersion.TabIndex = 244; - this.lbVersion.Text = "骞挎繁MES-V2.0"; // // panel1 // @@ -232,7 +231,6 @@ this.MinimizeBox = false; this.Name = "FrmLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.TopMost = true; this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkSaveLoginInfo.Properties)).EndInit(); -- Gitblit v1.9.3