From 92c2fea9ee96b545e4760de721c08a3d90115a06 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 01 四月 2025 10:43:44 +0800
Subject: [PATCH] iqc
---
DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs b/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs
index 1aa93d3..053622c 100644
--- a/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs
@@ -120,7 +120,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";
@@ -135,7 +135,7 @@
//
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
- this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.ColumnPanelRowHeight = 50;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -161,7 +161,7 @@
//
// account
//
- this.account.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.account.AppearanceCell.Options.UseFont = true;
this.account.Caption = "鐢ㄦ埛璐﹀彿";
this.account.FieldName = "accout";
@@ -175,7 +175,7 @@
//
// userName
//
- this.userName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.userName.AppearanceCell.Options.UseFont = true;
this.userName.Caption = "鐢ㄦ埛鍚嶇О";
this.userName.FieldName = "userName";
--
Gitblit v1.9.3