From 428f8be3a056b598df8205ddd2722b546260c22e Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期日, 03 十一月 2024 16:04:33 +0800 Subject: [PATCH] 初始化数据库 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs index d8a32ef..b7da056 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs @@ -67,6 +67,7 @@ barBtnSetCompressorList = new DevExpress.XtraBars.BarButtonItem(); barBtnSetFlowmeterList = new DevExpress.XtraBars.BarButtonItem(); barBtnSetPressmeterList = new DevExpress.XtraBars.BarButtonItem(); + barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); pageGroupMatching = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); pageGroupModel = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); @@ -84,7 +85,6 @@ controlContainerBottom = new DevExpress.XtraBars.Docking.ControlContainer(); svgImg32 = new DevExpress.Utils.SvgImageCollection(components); rmSet = new DevExpress.XtraBars.Ribbon.RadialMenu(components); - barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); ((ISupportInitialize)ribbonControl1).BeginInit(); ((ISupportInitialize)tabPane1).BeginInit(); tabPane1.SuspendLayout(); @@ -108,7 +108,7 @@ ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; ribbonControl1.ShowQatLocationSelector = false; ribbonControl1.ShowToolbarCustomizeItem = false; - ribbonControl1.Size = new Size(1206, 128); + ribbonControl1.Size = new Size(1206, 101); ribbonControl1.Toolbar.ShowCustomizeItem = false; ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // @@ -363,6 +363,13 @@ barBtnSetPressmeterList.Id = 50; barBtnSetPressmeterList.Name = "barBtnSetPressmeterList"; // + // barButtonItem1 + // + barButtonItem1.Caption = "barButtonItem1"; + barButtonItem1.Id = 51; + barButtonItem1.Name = "barButtonItem1"; + barButtonItem1.ItemClick += barButtonItem1_ItemClick; + // // ribbonPage1 // ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { pageGroupMatching, pageGroupModel, ribbonPageGroup1, ribbonPageGroup2, ribbonPageGroup3 }); @@ -420,12 +427,12 @@ tabPane1.Controls.Add(tabPageBimface); tabPane1.Controls.Add(tabPageQ3d); tabPane1.Dock = DockStyle.Fill; - tabPane1.Location = new Point(0, 128); + tabPane1.Location = new Point(0, 101); tabPane1.Name = "tabPane1"; tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabPageBimface, tabPageQ3d }); - tabPane1.RegularSize = new Size(931, 407); + tabPane1.RegularSize = new Size(931, 434); tabPane1.SelectedPage = tabPageBimface; - tabPane1.Size = new Size(931, 407); + tabPane1.Size = new Size(931, 434); tabPane1.TabIndex = 1; tabPane1.Text = "tabPane1"; // @@ -433,7 +440,7 @@ // tabPageBimface.Caption = "涓夌淮妯″瀷"; tabPageBimface.Name = "tabPageBimface"; - tabPageBimface.Size = new Size(931, 374); + tabPageBimface.Size = new Size(931, 401); // // tabPageQ3d // @@ -452,17 +459,17 @@ docPnlRight.Controls.Add(controlContainerRight); docPnlRight.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right; docPnlRight.ID = new Guid("cffe2560-3445-4488-83cf-b9e4b936ff18"); - docPnlRight.Location = new Point(931, 128); + docPnlRight.Location = new Point(931, 101); docPnlRight.Name = "docPnlRight"; docPnlRight.OriginalSize = new Size(275, 200); - docPnlRight.Size = new Size(275, 572); + docPnlRight.Size = new Size(275, 599); docPnlRight.Text = "灞炴��"; // // controlContainerRight // controlContainerRight.Location = new Point(4, 26); controlContainerRight.Name = "controlContainerRight"; - controlContainerRight.Size = new Size(268, 543); + controlContainerRight.Size = new Size(268, 570); controlContainerRight.TabIndex = 0; // // docPnlBottom @@ -515,13 +522,6 @@ rmSet.Ribbon = ribbonControl1; rmSet.BeforePopup += rmSet_BeforePopup; // - // barButtonItem1 - // - barButtonItem1.Caption = "barButtonItem1"; - barButtonItem1.Id = 51; - barButtonItem1.Name = "barButtonItem1"; - barButtonItem1.ItemClick += barButtonItem1_ItemClick; - // // XhsProjectSimulationCorePage // Appearance.BackColor = SystemColors.Control; @@ -529,8 +529,8 @@ AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(tabPane1); - Controls.Add(docPnlBottom); Controls.Add(docPnlRight); + Controls.Add(docPnlBottom); Controls.Add(ribbonControl1); Margin = new Padding(2); Name = "XhsProjectSimulationCorePage"; -- Gitblit v1.9.3