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_PrintInfo.Designer.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs index 8b7b9f0..1a445d7 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs @@ -148,7 +148,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"; @@ -159,7 +159,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_printNo, @@ -175,7 +175,7 @@ // // gv_printNo // - this.gv_printNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_printNo.AppearanceCell.Options.UseFont = true; this.gv_printNo.Caption = "鎵撳嵃鏈虹紪鍙� "; this.gv_printNo.FieldName = "printNo"; @@ -189,7 +189,7 @@ // // gv_ip // - this.gv_ip.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_ip.AppearanceCell.Options.UseFont = true; this.gv_ip.Caption = "鎵撳嵃鏈篒P "; this.gv_ip.FieldName = "ip"; @@ -203,7 +203,7 @@ // // gv_port // - this.gv_port.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_port.AppearanceCell.Options.UseFont = true; this.gv_port.Caption = "鎵撳嵃鏈虹鍙� "; this.gv_port.FieldName = "port"; @@ -217,7 +217,7 @@ // // gv_remark // - this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_remark.AppearanceCell.Options.UseFont = true; this.gv_remark.Caption = "澶囨敞 "; this.gv_remark.FieldName = "remark"; @@ -280,7 +280,7 @@ // this.txt_remark.Location = new System.Drawing.Point(375, 50); this.txt_remark.Name = "txt_remark"; - this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_remark.Properties.Appearance.Options.UseFont = true; this.txt_remark.Size = new System.Drawing.Size(185, 28); this.txt_remark.StyleController = this.layoutMx1; @@ -290,7 +290,7 @@ // this.txt_port.Location = new System.Drawing.Point(99, 50); this.txt_port.Name = "txt_port"; - this.txt_port.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_port.Properties.Appearance.Options.UseFont = true; this.txt_port.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager)); this.txt_port.Properties.MaskSettings.Set("mask", "\\d+"); @@ -303,7 +303,7 @@ // this.txt_ip.Location = new System.Drawing.Point(375, 12); this.txt_ip.Name = "txt_ip"; - this.txt_ip.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_ip.Properties.Appearance.Options.UseFont = true; this.txt_ip.Size = new System.Drawing.Size(185, 28); this.txt_ip.StyleController = this.layoutMx1; @@ -313,7 +313,7 @@ // this.txt_printNo.Location = new System.Drawing.Point(99, 12); this.txt_printNo.Name = "txt_printNo"; - this.txt_printNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_printNo.Properties.Appearance.Options.UseFont = true; this.txt_printNo.Size = new System.Drawing.Size(185, 28); this.txt_printNo.StyleController = this.layoutMx1; -- Gitblit v1.9.3