From aabff7f27021a23a433d50a74daba4f3888f82d5 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 10 十二月 2024 20:43:30 +0800 Subject: [PATCH] 优化工况问题 --- WinFrmUI/Yw.WinFrmUI.Hydro.Core/05-property/HydroVisualPropertyCtrl.Designer.cs | 78 +++++++++++++++++++------------------- 1 files changed, 39 insertions(+), 39 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/05-property/HydroVisualPropertyCtrl.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/05-property/HydroVisualPropertyCtrl.Designer.cs index ca25325..9592014 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/05-property/HydroVisualPropertyCtrl.Designer.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/05-property/HydroVisualPropertyCtrl.Designer.cs @@ -29,16 +29,16 @@ private void InitializeComponent() { components = new Container(); - DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip(); - DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem(); - DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip(); - DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem(); - DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip(); - DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem(); ComponentResourceManager resources = new ComponentResourceManager(typeof(HydroVisualPropertyCtrl)); - DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip(); - DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem(); - DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem(); + DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); + DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem(); + DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip(); + DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem(); + DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip(); + DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem(); + DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip(); + DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem(); + DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); hydroVisualPropertyDescriptionCtrl1 = new HydroVisualPropertyDescriptionCtrl(); propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl(); @@ -79,7 +79,7 @@ layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(567, 190, 714, 577); layoutControl1.Root = layoutControlGroup1; - layoutControl1.Size = new Size(260, 602); + layoutControl1.Size = new Size(226, 602); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // @@ -87,7 +87,7 @@ // hydroVisualPropertyDescriptionCtrl1.Location = new Point(2, 502); hydroVisualPropertyDescriptionCtrl1.Name = "hydroVisualPropertyDescriptionCtrl1"; - hydroVisualPropertyDescriptionCtrl1.Size = new Size(256, 98); + hydroVisualPropertyDescriptionCtrl1.Size = new Size(222, 98); hydroVisualPropertyDescriptionCtrl1.TabIndex = 5; // // propertyGridControl1 @@ -102,7 +102,7 @@ propertyGridControl1.OptionsView.ShowRootLevelIndent = false; propertyGridControl1.RecordWidth = 120; propertyGridControl1.RowHeaderWidth = 80; - propertyGridControl1.Size = new Size(256, 490); + propertyGridControl1.Size = new Size(222, 490); propertyGridControl1.TabIndex = 4; propertyGridControl1.FocusedRowChanged += propertyGridControl1_FocusedRowChanged; propertyGridControl1.CustomRecordCellEdit += propertyGridControl1_CustomRecordCellEdit; @@ -127,7 +127,7 @@ layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutProperty, layoutDescription, splitterItem1 }); layoutControlGroup1.Name = "Root"; layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - layoutControlGroup1.Size = new Size(260, 602); + layoutControlGroup1.Size = new Size(226, 602); layoutControlGroup1.TextVisible = false; // // layoutProperty @@ -136,7 +136,7 @@ layoutProperty.Location = new Point(0, 0); layoutProperty.Name = "layoutProperty"; layoutProperty.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 0); - layoutProperty.Size = new Size(260, 492); + layoutProperty.Size = new Size(226, 492); layoutProperty.TextSize = new Size(0, 0); layoutProperty.TextVisible = false; // @@ -146,7 +146,7 @@ layoutDescription.Location = new Point(0, 502); layoutDescription.Name = "layoutDescription"; layoutDescription.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 2); - layoutDescription.Size = new Size(260, 100); + layoutDescription.Size = new Size(226, 100); layoutDescription.TextSize = new Size(0, 0); layoutDescription.TextVisible = false; // @@ -155,7 +155,7 @@ splitterItem1.AllowHotTrack = true; splitterItem1.Location = new Point(0, 492); splitterItem1.Name = "splitterItem1"; - splitterItem1.Size = new Size(260, 10); + splitterItem1.Size = new Size(226, 10); // // barManager1 // @@ -166,7 +166,7 @@ barManager1.DockControls.Add(barDockControlRight); barManager1.Form = this; barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barBtnHelp, barBtnExpandAll, barBtnCollpseAll, barBtnChangeLink, barBtnView, barBtnMatchingDb }); - barManager1.MaxItemId = 19; + barManager1.MaxItemId = 22; // // bar1 // @@ -209,11 +209,11 @@ // barBtnMatchingDb.Caption = "閫夋嫨"; barBtnMatchingDb.Id = 18; - barBtnMatchingDb.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDb.ImageOptions.SvgImage"); + barBtnMatchingDb.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnMatchingDb.ImageOptions.SvgImage"); barBtnMatchingDb.Name = "barBtnMatchingDb"; - toolTipItem8.Text = "浠庝骇鍝佸簱涓繘琛岄�夋嫨"; - superToolTip8.Items.Add(toolTipItem8); - barBtnMatchingDb.SuperTip = superToolTip8; + toolTipItem1.Text = "浠庝骇鍝佸簱涓繘琛岄�夋嫨"; + superToolTip1.Items.Add(toolTipItem1); + barBtnMatchingDb.SuperTip = superToolTip1; barBtnMatchingDb.ItemClick += barBtnMatchingDb_ItemClick; // // barBtnChangeLink @@ -221,9 +221,9 @@ barBtnChangeLink.Id = 16; barBtnChangeLink.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnChangeLink.ImageOptions.SvgImage"); barBtnChangeLink.Name = "barBtnChangeLink"; - toolTipItem6.Text = "璋冩暣涓婁笅娓�"; - superToolTip6.Items.Add(toolTipItem6); - barBtnChangeLink.SuperTip = superToolTip6; + toolTipItem2.Text = "璋冩暣涓婁笅娓�"; + superToolTip2.Items.Add(toolTipItem2); + barBtnChangeLink.SuperTip = superToolTip2; barBtnChangeLink.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; barBtnChangeLink.ItemClick += barBtnChangeLink_ItemClick; // @@ -232,9 +232,9 @@ barBtnView.Id = 17; barBtnView.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnView.ImageOptions.SvgImage"); barBtnView.Name = "barBtnView"; - toolTipItem7.Text = "鏌ョ湅"; - superToolTip7.Items.Add(toolTipItem7); - barBtnView.SuperTip = superToolTip7; + toolTipItem3.Text = "鏌ョ湅"; + superToolTip3.Items.Add(toolTipItem3); + barBtnView.SuperTip = superToolTip3; barBtnView.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; barBtnView.ItemClick += barBtnView_ItemClick; // @@ -245,14 +245,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"); - toolTipItem5.LeftIndent = 6; - toolTipItem5.Text = "鎻忚堪淇℃伅"; - superToolTip5.Items.Add(toolTipTitleItem2); - superToolTip5.Items.Add(toolTipItem5); - barBtnHelp.SuperTip = superToolTip5; + toolTipTitleItem1.Appearance.Image = (Image)resources.GetObject("resource.Image"); + toolTipTitleItem1.Appearance.Options.UseImage = true; + toolTipTitleItem1.ImageOptions.Image = (Image)resources.GetObject("resource.Image1"); + toolTipItem4.LeftIndent = 6; + toolTipItem4.Text = "鎻忚堪淇℃伅"; + superToolTip4.Items.Add(toolTipTitleItem1); + superToolTip4.Items.Add(toolTipItem4); + barBtnHelp.SuperTip = superToolTip4; barBtnHelp.ItemClick += barBtnHelp_ItemClick; // // barDockControlTop @@ -261,7 +261,7 @@ barDockControlTop.Dock = DockStyle.Top; barDockControlTop.Location = new Point(0, 0); barDockControlTop.Manager = barManager1; - barDockControlTop.Size = new Size(260, 28); + barDockControlTop.Size = new Size(226, 28); // // barDockControlBottom // @@ -269,7 +269,7 @@ barDockControlBottom.Dock = DockStyle.Bottom; barDockControlBottom.Location = new Point(0, 630); barDockControlBottom.Manager = barManager1; - barDockControlBottom.Size = new Size(260, 0); + barDockControlBottom.Size = new Size(226, 0); // // barDockControlLeft // @@ -283,7 +283,7 @@ // barDockControlRight.CausesValidation = false; barDockControlRight.Dock = DockStyle.Right; - barDockControlRight.Location = new Point(260, 28); + barDockControlRight.Location = new Point(226, 28); barDockControlRight.Manager = barManager1; barDockControlRight.Size = new Size(0, 602); // @@ -297,7 +297,7 @@ Controls.Add(barDockControlBottom); Controls.Add(barDockControlTop); Name = "HydroVisualPropertyCtrl"; - Size = new Size(260, 630); + Size = new Size(226, 630); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)propertyGridControl1).EndInit(); -- Gitblit v1.9.3