From 3c4abaeaffd0a25641312d6124c6414940d9ed04 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 11 四月 2025 08:06:56 +0800 Subject: [PATCH] qc --- DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs | 13 ++++++------- 1 files changed, 6 insertions(+), 7 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..e810bbd 100644 --- a/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/PDA/Frm_UserBindLst.Designer.cs @@ -28,6 +28,7 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule(); DevExpress.XtraEditors.FormatConditionRuleExpression formatConditionRuleExpression1 = new DevExpress.XtraEditors.FormatConditionRuleExpression(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); @@ -50,6 +51,7 @@ this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.pageBar1 = new UserControls.Data.UcPageBar(); + this.tips = new DevExpress.Utils.ToolTipController(this.components); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -120,7 +122,6 @@ // 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 +136,6 @@ // 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,10 +161,9 @@ // // account // - this.account.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.account.AppearanceCell.Options.UseFont = true; this.account.Caption = "鐢ㄦ埛璐﹀彿"; - this.account.FieldName = "accout"; + this.account.FieldName = "account"; this.account.MinWidth = 50; this.account.Name = "account"; this.account.OptionsColumn.AllowEdit = false; @@ -175,7 +174,6 @@ // // userName // - this.userName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.userName.AppearanceCell.Options.UseFont = true; this.userName.Caption = "鐢ㄦ埛鍚嶇О"; this.userName.FieldName = "userName"; @@ -209,7 +207,7 @@ // // gridColumn2 // - this.gridColumn2.Caption = "寤虹珛鑰�"; + this.gridColumn2.Caption = "缁戝畾鑰�"; this.gridColumn2.FieldName = "createBy"; this.gridColumn2.MinWidth = 25; this.gridColumn2.Name = "gridColumn2"; @@ -219,7 +217,7 @@ // // gridColumn4 // - this.gridColumn4.Caption = "寤虹珛鏃堕棿"; + this.gridColumn4.Caption = "缁戝畾鏃堕棿"; this.gridColumn4.FieldName = "createDate"; this.gridColumn4.MinWidth = 25; this.gridColumn4.Name = "gridColumn4"; @@ -301,5 +299,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit4; private UserControls.Data.UcPageBar pageBar1; + private DevExpress.Utils.ToolTipController tips; } } \ No newline at end of file -- Gitblit v1.9.3