From 236874a930147c27e46c673d8c1a607f1260e8aa Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 31 三月 2025 12:43:43 +0800 Subject: [PATCH] 追溯码 --- DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintUser.Designer.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintUser.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintUser.Designer.cs index 684c882..6d48157 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintUser.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintUser.Designer.cs @@ -65,7 +65,7 @@ // // lb_isStatus // - this.lb_isStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_isStatus.Appearance.Options.UseFont = true; this.lb_isStatus.Location = new System.Drawing.Point(44, 125); this.lb_isStatus.Name = "lb_isStatus"; @@ -75,7 +75,7 @@ // // gv_isStatus // - this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_isStatus.AppearanceCell.Options.UseFont = true; this.gv_isStatus.Caption = "鏄惁鍚敤 "; this.gv_isStatus.FieldName = "isStatus"; @@ -89,7 +89,7 @@ // // lb_remark1 // - this.lb_remark1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_remark1.Appearance.Options.UseFont = true; this.lb_remark1.Location = new System.Drawing.Point(78, 91); this.lb_remark1.Name = "lb_remark1"; @@ -101,14 +101,14 @@ // this.txt_remark1.Location = new System.Drawing.Point(126, 91); this.txt_remark1.Name = "txt_remark1"; - this.txt_remark1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_remark1.Properties.Appearance.Options.UseFont = true; this.txt_remark1.Size = new System.Drawing.Size(194, 28); this.txt_remark1.TabIndex = 216; // // gv_remark1 // - this.gv_remark1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_remark1.AppearanceCell.Options.UseFont = true; this.gv_remark1.Caption = "澶囨敞"; this.gv_remark1.FieldName = "remark1"; @@ -122,7 +122,7 @@ // // lb_printId // - this.lb_printId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_printId.Appearance.Options.UseFont = true; this.lb_printId.Location = new System.Drawing.Point(44, 61); this.lb_printId.Name = "lb_printId"; @@ -132,7 +132,7 @@ // // gv_printId // - this.gv_printId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_printId.AppearanceCell.Options.UseFont = true; this.gv_printId.Caption = "鎵撳嵃鏈虹紪鍙�"; this.gv_printId.FieldName = "printNo"; @@ -146,7 +146,7 @@ // // lb_userId // - this.lb_userId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lb_userId.Appearance.Options.UseFont = true; this.lb_userId.Location = new System.Drawing.Point(44, 20); this.lb_userId.Name = "lb_userId"; @@ -156,7 +156,7 @@ // // gv_userId // - this.gv_userId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_userId.AppearanceCell.Options.UseFont = true; this.gv_userId.Caption = "鐢ㄦ埛璐﹀彿"; this.gv_userId.FieldName = "account"; @@ -186,7 +186,7 @@ // gcMain // this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); + this.gcMain.Location = new System.Drawing.Point(0, 0); this.gcMain.MainView = this.gridView1; this.gcMain.Name = "gcMain"; @@ -197,7 +197,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_userId, @@ -274,7 +274,7 @@ this.panel1.Controls.Add(this.txt_remark1); this.panel1.Controls.Add(this.lb_printId); this.panel1.Controls.Add(this.lb_userId); - this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); + this.panel1.Location = new System.Drawing.Point(76, 20); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(664, 264); -- Gitblit v1.9.3