From 62f18f31a10fd5597b45151f688e5189eba888fd Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 06 八月 2024 09:57:50 +0800 Subject: [PATCH] 报错处理 --- WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs index 965a770..7a6ab58 100644 --- a/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs @@ -38,6 +38,7 @@ BtnPropEdit = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); + ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); @@ -53,7 +54,6 @@ layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); svgImage32 = new DevExpress.Utils.SvgImageCollection(components); - ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit(); dockPanel1.SuspendLayout(); @@ -80,7 +80,7 @@ ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.True; ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; - ribbonControl1.Size = new Size(1133, 101); + ribbonControl1.Size = new Size(1133, 128); ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barBtnEditPumpCurve @@ -138,6 +138,12 @@ ribbonPageGroup1.Name = "ribbonPageGroup1"; ribbonPageGroup1.Text = "鍩虹鍔熻兘"; // + // ribbonPageGroup2 + // + ribbonPageGroup2.ItemLinks.Add(BtnPropEdit); + ribbonPageGroup2.Name = "ribbonPageGroup2"; + ribbonPageGroup2.Text = "鏇村"; + // // dockManager1 // dockManager1.Form = this; @@ -149,10 +155,10 @@ dockPanel1.Controls.Add(dockPanel1_Container); dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; dockPanel1.ID = new Guid("20cba9f0-4c76-45ad-a0f6-714fb6b14171"); - dockPanel1.Location = new Point(0, 101); + dockPanel1.Location = new Point(0, 128); dockPanel1.Name = "dockPanel1"; dockPanel1.OriginalSize = new Size(200, 200); - dockPanel1.Size = new Size(200, 446); + dockPanel1.Size = new Size(200, 419); dockPanel1.Text = "绫诲瀷鍒楄〃"; // // dockPanel1_Container @@ -160,7 +166,7 @@ dockPanel1_Container.Controls.Add(typeTreeListCtrl2); dockPanel1_Container.Location = new Point(3, 26); dockPanel1_Container.Name = "dockPanel1_Container"; - dockPanel1_Container.Size = new Size(193, 417); + dockPanel1_Container.Size = new Size(193, 390); dockPanel1_Container.TabIndex = 0; // // typeTreeListCtrl2 @@ -170,18 +176,18 @@ typeTreeListCtrl2.Dock = DockStyle.Fill; typeTreeListCtrl2.Location = new Point(0, 0); typeTreeListCtrl2.Name = "typeTreeListCtrl2"; - typeTreeListCtrl2.Size = new Size(193, 417); + typeTreeListCtrl2.Size = new Size(193, 390); typeTreeListCtrl2.TabIndex = 0; // // layoutControl1 // layoutControl1.Controls.Add(treeList1); layoutControl1.Dock = DockStyle.Fill; - layoutControl1.Location = new Point(200, 101); + layoutControl1.Location = new Point(200, 128); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(523, 367, 650, 364); layoutControl1.Root = Root; - layoutControl1.Size = new Size(933, 446); + layoutControl1.Size = new Size(933, 419); layoutControl1.TabIndex = 6; layoutControl1.Text = "layoutControl1"; // @@ -195,7 +201,7 @@ treeList1.MenuManager = ribbonControl1; treeList1.Name = "treeList1"; treeList1.OptionsBehavior.Editable = false; - treeList1.Size = new Size(929, 442); + treeList1.Size = new Size(929, 415); treeList1.TabIndex = 4; // // colName @@ -249,7 +255,7 @@ Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - Root.Size = new Size(933, 446); + Root.Size = new Size(933, 419); Root.TextVisible = false; // // layoutControlItem1 @@ -257,7 +263,7 @@ layoutControlItem1.Control = treeList1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; - layoutControlItem1.Size = new Size(933, 446); + layoutControlItem1.Size = new Size(933, 419); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // @@ -272,12 +278,6 @@ svgImage32.ImageSize = new Size(32, 32); svgImage32.Add("bletter", "image://svgimages/outlook inspired/bletter.svg"); svgImage32.Add("bold", "image://svgimages/outlook inspired/bold.svg"); - // - // ribbonPageGroup2 - // - ribbonPageGroup2.ItemLinks.Add(BtnPropEdit); - ribbonPageGroup2.Name = "ribbonPageGroup2"; - ribbonPageGroup2.Text = "鏇村"; // // SysCatalogManageMainPanel // -- Gitblit v1.9.3