From 9bc81b5d30e53e8e819bdc0a36de148f5ef0e69f Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 06 十二月 2024 14:09:38 +0800 Subject: [PATCH] 调整分辨率 --- DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs | 34 ++++++++++++++++++++++++---------- 1 files changed, 24 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.Designer.cs index e4963f8..171c3c9 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(); @@ -71,10 +72,10 @@ this.panel1.Controls.Add(this.labelControl2); this.panel1.Controls.Add(this.labelControl1); this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); - this.panel1.Location = new System.Drawing.Point(218, 465); + this.panel1.Location = new System.Drawing.Point(264, 457); this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(392, 276); + this.panel1.Size = new System.Drawing.Size(270, 276); this.panel1.TabIndex = 243; // // comOrg @@ -82,9 +83,9 @@ this.comOrg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comOrg.Font = new System.Drawing.Font("Tahoma", 10F); this.comOrg.FormattingEnabled = true; - this.comOrg.Location = new System.Drawing.Point(101, 97); + this.comOrg.Location = new System.Drawing.Point(100, 97); this.comOrg.Name = "comOrg"; - this.comOrg.Size = new System.Drawing.Size(156, 29); + this.comOrg.Size = new System.Drawing.Size(154, 29); this.comOrg.TabIndex = 245; // // txtUser @@ -133,10 +134,10 @@ 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(223, 193); + this.btnCancel.Location = new System.Drawing.Point(153, 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); + this.btnCancel.Size = new System.Drawing.Size(103, 37); this.btnCancel.TabIndex = 15; this.btnCancel.Text = "鍙栨秷 (&C)"; // @@ -163,10 +164,10 @@ 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(102, 193); + this.btnLogin.Location = new System.Drawing.Point(36, 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); + this.btnLogin.Size = new System.Drawing.Size(102, 37); this.btnLogin.TabIndex = 14; this.btnLogin.Text = "鐧诲綍 (&L)"; // @@ -202,15 +203,27 @@ 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, 758); + 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; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.None; + this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch; this.BackgroundImageStore = global::Gs.DevApp.Properties.Resources.login_bg6; - this.ClientSize = new System.Drawing.Size(782, 806); + this.ClientSize = new System.Drawing.Size(782, 793); + 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