From 6c4f48c41bca123db3c3aac7955b785569112542 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 29 十一月 2024 13:53:38 +0800
Subject: [PATCH] 基础信息
---
DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs
index ded5d1c..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,10 +223,12 @@
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;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
+ this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmLogin";
@@ -241,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