From 37d32d9263f757072a6ff348ae5e99824fab4ef9 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 31 三月 2025 09:52:50 +0800 Subject: [PATCH] 改变了字体大小 --- DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs index a253fb5..97ca511 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs @@ -153,7 +153,7 @@ // gcMain1 // this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); + this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Name = "gcMain1"; @@ -166,7 +166,7 @@ // // gridView1 // - this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.roleName, @@ -322,7 +322,7 @@ this.txt_roleName.Location = new System.Drawing.Point(99, 12); this.txt_roleName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_roleName.Name = "txt_roleName"; - this.txt_roleName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_roleName.Properties.Appearance.Options.UseFont = true; this.txt_roleName.Size = new System.Drawing.Size(314, 28); this.txt_roleName.StyleController = this.layoutMx1; @@ -342,7 +342,7 @@ this.txt_roleRemark.Location = new System.Drawing.Point(99, 55); this.txt_roleRemark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_roleRemark.Name = "txt_roleRemark"; - this.txt_roleRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_roleRemark.Properties.Appearance.Options.UseFont = true; this.txt_roleRemark.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txt_roleRemark.Size = new System.Drawing.Size(314, 39); -- Gitblit v1.9.3