lixiaojun
2024-10-21 bc8d900f5ca26216dae0e1be243ab6237790873b
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