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/Sys/Frm_MesSysPageview.Designer.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs index 5cf0ddb..8a876d0 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs @@ -162,7 +162,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"; @@ -175,7 +175,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.gv_pageView, @@ -194,7 +194,7 @@ // // gv_pageView // - this.gv_pageView.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_pageView.AppearanceCell.Options.UseFont = true; this.gv_pageView.Caption = "椤甸潰鍚�"; this.gv_pageView.FieldName = "pageView"; @@ -208,7 +208,7 @@ // // gv_path // - this.gv_path.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_path.AppearanceCell.Options.UseFont = true; this.gv_path.Caption = "椤甸潰璺緞"; this.gv_path.FieldName = "path"; @@ -222,7 +222,7 @@ // // gv_icoimg // - this.gv_icoimg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_icoimg.AppearanceCell.Options.UseFont = true; this.gv_icoimg.Caption = "椤甸潰鍥炬爣"; this.gv_icoimg.FieldName = "icoImg2"; @@ -236,7 +236,7 @@ // // gv_pageGroup // - this.gv_pageGroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_pageGroup.AppearanceCell.Options.UseFont = true; this.gv_pageGroup.Caption = "鍒嗙粍"; this.gv_pageGroup.FieldName = "pageGroup"; @@ -250,7 +250,7 @@ // // gv_pageIdx // - this.gv_pageIdx.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_pageIdx.AppearanceCell.Options.UseFont = true; this.gv_pageIdx.Caption = "鎺掑簭"; this.gv_pageIdx.FieldName = "pageIdx"; @@ -264,7 +264,7 @@ // // gv_pageStatus // - this.gv_pageStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_pageStatus.AppearanceCell.Options.UseFont = true; this.gv_pageStatus.Caption = "鐘舵��"; this.gv_pageStatus.FieldName = "pageStatus"; @@ -381,7 +381,7 @@ // this.txt_pageView.Location = new System.Drawing.Point(99, 12); this.txt_pageView.Name = "txt_pageView"; - this.txt_pageView.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_pageView.Properties.Appearance.Options.UseFont = true; this.txt_pageView.Size = new System.Drawing.Size(185, 28); this.txt_pageView.StyleController = this.layoutMx1; @@ -391,7 +391,7 @@ // this.txt_path.Location = new System.Drawing.Point(375, 12); this.txt_path.Name = "txt_path"; - this.txt_path.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_path.Properties.Appearance.Options.UseFont = true; this.txt_path.Size = new System.Drawing.Size(185, 28); this.txt_path.StyleController = this.layoutMx1; @@ -401,7 +401,7 @@ // this.txt_pageGroup.Location = new System.Drawing.Point(99, 45); this.txt_pageGroup.Name = "txt_pageGroup"; - this.txt_pageGroup.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_pageGroup.Properties.Appearance.Options.UseFont = true; this.txt_pageGroup.Size = new System.Drawing.Size(185, 28); this.txt_pageGroup.StyleController = this.layoutMx1; -- Gitblit v1.9.3