From fe25786d74d5387d16b490c8c0ef7ad6da2c821c Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期四, 29 八月 2024 16:26:41 +0800 Subject: [PATCH] 用户管理 --- DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 51 +++++++++++++++++++++++++++++++-------------------- 1 files changed, 31 insertions(+), 20 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs index a4bab7c..5778c83 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs @@ -53,13 +53,13 @@ // this.lbVersion.AutoSize = true; this.lbVersion.BackColor = System.Drawing.Color.Transparent; - this.lbVersion.Font = new System.Drawing.Font("Tahoma", 9F); + this.lbVersion.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.lbVersion.ForeColor = System.Drawing.Color.White; - this.lbVersion.Location = new System.Drawing.Point(501, 33); + this.lbVersion.Location = new System.Drawing.Point(12, 9); this.lbVersion.Name = "lbVersion"; - this.lbVersion.Size = new System.Drawing.Size(100, 18); + this.lbVersion.Size = new System.Drawing.Size(113, 18); this.lbVersion.TabIndex = 244; - this.lbVersion.Text = "V5.0 (姝e紡鐗�)"; + this.lbVersion.Text = "骞挎繁MES-V2.0"; // // panel1 // @@ -73,10 +73,11 @@ this.panel1.Controls.Add(this.btnLogin); this.panel1.Controls.Add(this.labelControl2); this.panel1.Controls.Add(this.labelControl1); - this.panel1.Location = new System.Drawing.Point(218, 187); + this.panel1.Font = new System.Drawing.Font("Tahoma", 9F); + this.panel1.Location = new System.Drawing.Point(218, 465); this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(392, 239); + this.panel1.Size = new System.Drawing.Size(392, 276); this.panel1.TabIndex = 243; // // txtUser @@ -93,10 +94,10 @@ // // chkSaveLoginInfo // - this.chkSaveLoginInfo.Location = new System.Drawing.Point(99, 157); + this.chkSaveLoginInfo.Location = new System.Drawing.Point(102, 139); this.chkSaveLoginInfo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chkSaveLoginInfo.Name = "chkSaveLoginInfo"; - this.chkSaveLoginInfo.Properties.Appearance.ForeColor = System.Drawing.Color.White; + this.chkSaveLoginInfo.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.chkSaveLoginInfo.Properties.Appearance.Options.UseForeColor = true; this.chkSaveLoginInfo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat; this.chkSaveLoginInfo.Properties.Caption = "淇濆瓨鐧诲綍淇℃伅"; @@ -106,7 +107,7 @@ // txtPwd // this.txtPwd.EditValue = "csframework"; - this.txtPwd.Location = new System.Drawing.Point(102, 48); + this.txtPwd.Location = new System.Drawing.Point(102, 52); this.txtPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtPwd.Name = "txtPwd"; this.txtPwd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); @@ -121,7 +122,7 @@ this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image"))); - this.btnCancel.Location = new System.Drawing.Point(191, 193); + this.btnCancel.Location = new System.Drawing.Point(223, 193); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(87, 37); @@ -130,21 +131,21 @@ // // labelControl3 // - this.labelControl3.Appearance.ForeColor = System.Drawing.Color.White; + this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Appearance.Options.UseTextOptions = true; this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; - this.labelControl3.Location = new System.Drawing.Point(6, 89); + this.labelControl3.Location = new System.Drawing.Point(6, 97); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(93, 18); this.labelControl3.TabIndex = 233; - this.labelControl3.Text = "甯愬锛�"; + this.labelControl3.Text = "缁勭粐鏈烘瀯锛�"; // // txtDataset // - this.txtDataset.Location = new System.Drawing.Point(102, 86); + this.txtDataset.Location = new System.Drawing.Point(102, 93); this.txtDataset.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtDataset.Name = "txtDataset"; this.txtDataset.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; @@ -163,7 +164,7 @@ this.btnLogin.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand; this.btnLogin.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnLogin.ImageOptions.Image"))); - this.btnLogin.Location = new System.Drawing.Point(101, 193); + this.btnLogin.Location = new System.Drawing.Point(102, 193); this.btnLogin.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(87, 37); @@ -172,12 +173,14 @@ // // labelControl2 // - this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White; + this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black; + this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Appearance.Options.UseTextOptions = true; this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; - this.labelControl2.Location = new System.Drawing.Point(6, 51); + this.labelControl2.Location = new System.Drawing.Point(6, 58); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(93, 18); @@ -186,12 +189,14 @@ // // labelControl1 // - this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White; + this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; + this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Appearance.Options.UseTextOptions = true; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; - this.labelControl1.Location = new System.Drawing.Point(6, 13); + this.labelControl1.Location = new System.Drawing.Point(6, 15); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(93, 18); @@ -211,12 +216,18 @@ // // FrmLogin // + this.Appearance.BackColor = System.Drawing.Color.Black; + this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(824, 494); + 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.lbVersion); this.Controls.Add(this.panel1); this.Controls.Add(this.lblLoadingInfo); + this.DoubleBuffered = true; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmLogin"; -- Gitblit v1.9.3