From bc8d900f5ca26216dae0e1be243ab6237790873b Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 21 十月 2024 10:56:42 +0800 Subject: [PATCH] 部分调试升级 --- WinFrmUI/Yw.WinFrmUI.Hydro.Core/03-property/HydroParterPropertyCtrl.Designer.cs | 25 ++++++++++++++----------- 1 files changed, 14 insertions(+), 11 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/03-property/HydroParterPropertyCtrl.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/03-property/HydroParterPropertyCtrl.Designer.cs index 7bf076c..cc39c3b 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/03-property/HydroParterPropertyCtrl.Designer.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/03-property/HydroParterPropertyCtrl.Designer.cs @@ -30,9 +30,9 @@ { components = new Container(); ComponentResourceManager resources = new ComponentResourceManager(typeof(HydroParterPropertyCtrl)); - DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip(); - DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem(); - DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem(); + DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); + DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem(); + DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); propertyDescriptionControl1 = new DevExpress.XtraVerticalGrid.PropertyDescriptionControl(); propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl(); @@ -101,6 +101,7 @@ propertyGridControl1.Name = "propertyGridControl1"; propertyGridControl1.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort; propertyGridControl1.OptionsHint.ShowRowHeaderHints = false; + propertyGridControl1.OptionsView.AllowHtmlText = true; propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True; propertyGridControl1.OptionsView.ShowFocusedFrame = false; propertyGridControl1.OptionsView.ShowRootLevelIndent = false; @@ -109,8 +110,10 @@ propertyGridControl1.Size = new Size(256, 513); propertyGridControl1.TabIndex = 4; propertyGridControl1.CustomPropertyDescriptors += propertyGridControl1_CustomPropertyDescriptors; + propertyGridControl1.CustomDrawCaption += propertyGridControl1_CustomDrawCaption; propertyGridControl1.FocusedRowChanged += propertyGridControl1_FocusedRowChanged; propertyGridControl1.CustomRecordCellEdit += propertyGridControl1_CustomRecordCellEdit; + propertyGridControl1.CustomDrawRowHeaderCell += propertyGridControl1_CustomDrawRowHeaderCell; propertyGridControl1.CustomDrawRowValueCell += propertyGridControl1_CustomDrawRowValueCell; propertyGridControl1.ShowingEditor += propertyGridControl1_ShowingEditor; propertyGridControl1.CellValueChanging += propertyGridControl1_CellValueChanging; @@ -206,14 +209,14 @@ barBtnHelp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnHelp.ImageOptions.SvgImage"); barBtnHelp.ImageOptions.SvgImageSize = new Size(20, 20); barBtnHelp.Name = "barBtnHelp"; - toolTipTitleItem2.Appearance.Image = (Image)resources.GetObject("resource.Image"); - toolTipTitleItem2.Appearance.Options.UseImage = true; - toolTipTitleItem2.ImageOptions.Image = (Image)resources.GetObject("resource.Image1"); - toolTipItem2.LeftIndent = 6; - toolTipItem2.Text = "鎻忚堪淇℃伅"; - superToolTip2.Items.Add(toolTipTitleItem2); - superToolTip2.Items.Add(toolTipItem2); - barBtnHelp.SuperTip = superToolTip2; + toolTipTitleItem1.Appearance.Image = (Image)resources.GetObject("resource.Image"); + toolTipTitleItem1.Appearance.Options.UseImage = true; + toolTipTitleItem1.ImageOptions.Image = (Image)resources.GetObject("resource.Image1"); + toolTipItem1.LeftIndent = 6; + toolTipItem1.Text = "鎻忚堪淇℃伅"; + superToolTip1.Items.Add(toolTipTitleItem1); + superToolTip1.Items.Add(toolTipItem1); + barBtnHelp.SuperTip = superToolTip1; barBtnHelp.ItemClick += barBtnHelp_ItemClick; // // barDockControlTop -- Gitblit v1.9.3