duheng
2024-11-03 428f8be3a056b598df8205ddd2722b546260c22e
初始化数据库
已修改5个文件
61 ■■■■ 文件已修改
Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.Designer.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Assets.Core/11-compressor/01-series/ExchangerTreeListCtrl.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs 34 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -71,6 +71,11 @@
                    typeof(Entity.AssetsExchangerPartMain),
                    typeof(Entity.AssetsExchangerPropContent),
                    typeof(Entity.AssetsExchangerSeries),
                    typeof(Entity.AssetsCompressorPartMain),
                    typeof(Entity.AssetsCompressorMain),
                    typeof(Entity.AssetsCompressorMainAndPartMap),
                    typeof(Entity.AssetsCompressorPropContent),
                    typeof(Entity.AssetsCompressorSeries),
                       };
                using (var db = new SqlSugarClient(connectConfig))
WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.Designer.cs
@@ -195,7 +195,7 @@
            dockPanel1.Options.ShowAutoHideButton = false;
            dockPanel1.OriginalSize = new Size(202, 200);
            dockPanel1.Size = new Size(202, 526);
            dockPanel1.Text = "系列列表";
            dockPanel1.Text = "水泵系列";
            // 
            // dockPanel1_Container
            // 
WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs
@@ -53,11 +53,11 @@
            colValveLift = new DevExpress.XtraGrid.Columns.GridColumn();
            colSeriesType = new DevExpress.XtraGrid.Columns.GridColumn();
            colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn();
            colValveSetting = new DevExpress.XtraGrid.Columns.GridColumn();
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            valveTypeTreeListCtrl1 = new ValveTypeTreeListCtrl();
            colValveSetting = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit();
            sidePanel1.SuspendLayout();
@@ -273,6 +273,13 @@
            colKeyWord.Visible = true;
            colKeyWord.VisibleIndex = 1;
            // 
            // colValveSetting
            //
            colValveSetting.FieldName = "ValveSetting";
            colValveSetting.Name = "colValveSetting";
            colValveSetting.Visible = true;
            colValveSetting.VisibleIndex = 6;
            //
            // dockManager1
            // 
            dockManager1.DockingOptions.ShowAutoHideButton = false;
@@ -290,7 +297,7 @@
            dockPanel1.Name = "dockPanel1";
            dockPanel1.OriginalSize = new Size(204, 200);
            dockPanel1.Size = new Size(204, 520);
            dockPanel1.Text = "阀门类型";
            dockPanel1.Text = "阀门系列";
            // 
            // dockPanel1_Container
            // 
@@ -310,13 +317,6 @@
            valveTypeTreeListCtrl1.Name = "valveTypeTreeListCtrl1";
            valveTypeTreeListCtrl1.Size = new Size(197, 491);
            valveTypeTreeListCtrl1.TabIndex = 0;
            //
            // colValveSetting
            //
            colValveSetting.FieldName = "ValveSetting";
            colValveSetting.Name = "colValveSetting";
            colValveSetting.Visible = true;
            colValveSetting.VisibleIndex = 6;
            // 
            // ValveManageMainPage
            // 
WinFrmUI/HStation.WinFrmUI.Assets.Core/11-compressor/01-series/ExchangerTreeListCtrl.cs
@@ -72,7 +72,7 @@
            var vm = this.treeList1.GetCurrentViewModel(_allBindingList);
            if (vm == null)
            {
                MessageBoxHelper.ShowWarning("请选择数据行!");
                //MessageBoxHelper.ShowWarning("请选择数据行!");
                return;
            }
            ReloadEvent.Invoke(vm.ID);
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";