Hydro/HStation.Hydro.Core/TransferHelper.cs
@@ -1,4 +1,7 @@ using HStation.Model; using System.Diagnostics.Metrics; using System.Transactions; using Yw.EPAnet; using Yw.Model; namespace HStation.Hydro @@ -33,6 +36,7 @@ foreach (var revitReservoir in revitModel.Reservoirs) { var reservoir = FromRevit(revitReservoir); reservoir.PropStatusList = null; hydro.Reservoirs.Add(reservoir); } } @@ -47,6 +51,7 @@ foreach (var revitTank in revitModel.Tanks) { var tank = FromRevit(revitTank); tank.PropStatusList = null; hydro.Tanks.Add(tank); } } @@ -61,6 +66,7 @@ foreach (var revitWaterbox in revitModel.Waterboxs) { var waterbox = FromRevit(revitWaterbox); waterbox.PropStatusList = null; hydro.Waterboxs.Add(waterbox); } } @@ -75,6 +81,7 @@ foreach (var revitJunction in revitModel.Junctions) { var junction = FromRevit(revitJunction); junction.PropStatusList = null; hydro.Junctions.Add(junction); } } @@ -89,6 +96,7 @@ foreach (var revitBlunthead in revitModel.Bluntheads) { var blunthead = FromRevit(revitBlunthead); blunthead.PropStatusList = null; hydro.Bluntheads.Add(blunthead); } } @@ -103,6 +111,7 @@ foreach (var revitElbow in revitModel.Elbows) { var elbow = FromRevit(revitElbow); elbow.PropStatusList = null; hydro.Elbows.Add(elbow); } } @@ -117,6 +126,7 @@ foreach (var revitThreelink in revitModel.Threelinks) { var threelink = FromRevit(revitThreelink); threelink.PropStatusList = null; hydro.Threelinks.Add(threelink); } } @@ -131,6 +141,7 @@ foreach (var revitFourlink in revitModel.Fourlinks) { var fourlink = FromRevit(revitFourlink); fourlink.PropStatusList = null; hydro.Fourlinks.Add(fourlink); } } @@ -145,6 +156,7 @@ foreach (var revitHydrant in revitModel.Hydrants) { var hydrant = FromRevit(revitHydrant); hydrant.PropStatusList = null; hydro.Hydrants.Add(hydrant); } } @@ -159,6 +171,7 @@ foreach (var revitNozzle in revitModel.Nozzles) { var nozzle = FromRevit(revitNozzle); nozzle.PropStatusList = null; hydro.Nozzles.Add(nozzle); } } @@ -173,6 +186,7 @@ foreach (var revitMeter in revitModel.Meters) { var meter = FromRevit(revitMeter); meter.PropStatusList = null; hydro.Meters.Add(meter); } } @@ -187,6 +201,7 @@ foreach (var revitFlowmeter in revitModel.Flowmeters) { var flowmeter = FromRevit(revitFlowmeter); flowmeter.PropStatusList = null; hydro.Flowmeters.Add(flowmeter); } } @@ -201,6 +216,7 @@ foreach (var revitPressmeter in revitModel.Pressmeters) { var pressmeter = FromRevit(revitPressmeter); pressmeter.PropStatusList = null; hydro.Pressmeters.Add(pressmeter); } } @@ -215,6 +231,7 @@ foreach (var revitPipe in revitModel.Pipes) { var pipe = FromRevit(revitPipe); pipe.PropStatusList = null; hydro.Pipes.Add(pipe); } } @@ -229,6 +246,7 @@ foreach (var revitTranslation in revitModel.Translations) { var translation = FromRevit(revitTranslation); translation.PropStatusList = null; hydro.Translations.Add(translation); } } @@ -243,6 +261,7 @@ foreach (var revitExchanger in revitModel.Exchangers) { var exchanger = FromRevit(revitExchanger); exchanger.PropStatusList = null; hydro.Exchangers.Add(exchanger); } } @@ -257,6 +276,7 @@ foreach (var revitCompressor in revitModel.Compressors) { var compressor = FromRevit(revitCompressor); compressor.PropStatusList = null; hydro.Compressors.Add(compressor); } } @@ -271,6 +291,7 @@ foreach (var revitPump in revitModel.Pumps) { var pump = FromRevit(revitPump); pump.PropStatusList = null; hydro.Pumps.Add(pump); } } @@ -285,6 +306,7 @@ foreach (var revitValve in revitModel.Valves) { var valve = FromRevit(revitValve); valve.PropStatusList = null; hydro.Valves.Add(valve); } } WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/00-core/XhsProjectSimulationCalcuCtrl.Designer.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/00-core/XhsProjectSimulationCalcuCtrl.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/00-core/XhsProjectSimulationCalcuCtrl.resx
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-failed/XhsProjectSimulationCalcuFailedCtrl.Designer.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-failed/XhsProjectSimulationCalcuFailedCtrl.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-failed/XhsProjectSimulationCalcuFailedCtrl.resx
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-failed/XhsProjectSimulationCalcuFailedDlg.Designer.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-failed/XhsProjectSimulationCalcuFailedDlg.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-failed/XhsProjectSimulationCalcuFailedDlg.resx
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-failed/XhsProjectSimulationCalcuFailedViewModel.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/SetHydroCalcuPrefixCtrl.Designer.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/SetHydroCalcuPrefixCtrl.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/SetHydroCalcuPrefixCtrl.resx
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/SetHydroCalcuPrefixDlg.Designer.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/SetHydroCalcuPrefixDlg.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/SetHydroCalcuPrefixDlg.resx
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/SetHydroCalcuPrefixDlg1.Designer.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/SetHydroCalcuPrefixDlg1.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/SetHydroCalcuPrefixDlg1.resx
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/00-core/TileViewExpand.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/01-waterbox/SetHydroWaterboxCalcuPrefixListCtrl.Designer.cs
ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/01-waterbox/SetHydroWaterboxCalcuPrefixListCtrl.Designer.cs ÐÞ¸Ä @@ -56,11 +56,13 @@ // gridControl1.DataSource = setHydroWaterboxCalcuPrefixViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.EmbeddedNavigator.Margin = new Padding(2); gridControl1.Location = new Point(0, 0); gridControl1.MainView = layoutView1; gridControl1.Margin = new Padding(2); gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repPicture }); gridControl1.Size = new Size(873, 764); gridControl1.Size = new Size(824, 434); gridControl1.TabIndex = 2; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 }); // @@ -73,8 +75,9 @@ layoutView1.ActiveFilterEnabled = false; layoutView1.BorderStyle = BorderStyles.NoBorder; layoutView1.CardHorzInterval = 6; layoutView1.CardMinSize = new Size(153, 83); layoutView1.CardMinSize = new Size(127, 60); layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colName, colInitLevel, colIcon }); layoutView1.DetailHeight = 223; layoutView1.GridControl = gridControl1; layoutView1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colIcon }); layoutView1.Name = "layoutView1"; @@ -85,7 +88,7 @@ layoutView1.OptionsItemText.TextToControlDistance = 0; layoutView1.OptionsPrint.PrintCardCaption = false; layoutView1.OptionsView.CardArrangeRule = DevExpress.XtraGrid.Views.Layout.LayoutCardArrangeRule.AllowPartialCards; layoutView1.OptionsView.CardsAlignment = DevExpress.XtraGrid.Views.Layout.CardsAlignment.Near; layoutView1.OptionsView.ContentAlignment = ContentAlignment.TopLeft; layoutView1.OptionsView.ShowCardExpandButton = false; layoutView1.OptionsView.ShowCardFieldBorders = true; layoutView1.OptionsView.ShowFieldHints = false; @@ -98,17 +101,15 @@ // colName.AppearanceCell.Font = new Font("Tahoma", 11F, FontStyle.Bold, GraphicsUnit.Point); colName.AppearanceCell.Options.UseFont = true; colName.AppearanceCell.Options.UseTextOptions = true; colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colName.FieldName = "Name"; colName.LayoutViewField = layoutViewField_colName; colName.MinWidth = 30; colName.MinWidth = 21; colName.Name = "colName"; colName.OptionsColumn.AllowEdit = false; colName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colName.OptionsColumn.ReadOnly = true; colName.OptionsFilter.AllowFilter = false; colName.Width = 112; colName.Width = 78; // // colInitLevel // @@ -118,23 +119,23 @@ colInitLevel.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; colInitLevel.FieldName = "InitLevel"; colInitLevel.LayoutViewField = layoutViewField_colInitLevel; colInitLevel.MinWidth = 30; colInitLevel.MinWidth = 21; colInitLevel.Name = "colInitLevel"; colInitLevel.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colInitLevel.OptionsFilter.AllowFilter = false; colInitLevel.Width = 112; colInitLevel.Width = 78; // // colIcon // colIcon.ColumnEdit = repPicture; colIcon.FieldName = "Icon"; colIcon.LayoutViewField = layoutViewField_colIcon; colIcon.MinWidth = 30; colIcon.MinWidth = 21; colIcon.Name = "colIcon"; colIcon.OptionsColumn.AllowEdit = false; colIcon.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colIcon.OptionsFilter.AllowFilter = false; colIcon.Width = 112; colIcon.Width = 78; // // repPicture // @@ -152,38 +153,38 @@ layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colInitLevel, layoutViewField_colName }); layoutViewCard1.Name = "layoutViewCard1"; layoutViewCard1.OptionsItemText.TextToControlDistance = 0; layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewCard1.Text = "TemplateCard"; layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default; layoutViewCard1.TextVisible = false; // // layoutViewField_colInitLevel // layoutViewField_colInitLevel.EditorPreferredWidth = 57; layoutViewField_colInitLevel.Location = new Point(0, 36); layoutViewField_colInitLevel.EditorPreferredWidth = 61; layoutViewField_colInitLevel.Location = new Point(0, 26); layoutViewField_colInitLevel.Name = "layoutViewField_colInitLevel"; layoutViewField_colInitLevel.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colInitLevel.Size = new Size(145, 39); layoutViewField_colInitLevel.TextSize = new Size(78, 22); layoutViewField_colInitLevel.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colInitLevel.Size = new Size(121, 28); layoutViewField_colInitLevel.TextSize = new Size(52, 14); // // layoutViewField_colName // layoutViewField_colName.EditorPreferredWidth = 135; layoutViewField_colName.EditorPreferredWidth = 113; layoutViewField_colName.Location = new Point(0, 0); layoutViewField_colName.Name = "layoutViewField_colName"; layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colName.Size = new Size(145, 36); layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colName.Size = new Size(121, 26); layoutViewField_colName.TextSize = new Size(0, 0); layoutViewField_colName.TextVisible = false; // // layoutViewField_colIcon // layoutViewField_colIcon.EditorPreferredWidth = 20; layoutViewField_colIcon.EditorPreferredWidth = 14; layoutViewField_colIcon.HighlightFocusedItem = DevExpress.Utils.DefaultBoolean.False; layoutViewField_colIcon.Location = new Point(0, 0); layoutViewField_colIcon.Name = "layoutViewField_colIcon"; layoutViewField_colIcon.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colIcon.Size = new Size(197, 72); layoutViewField_colIcon.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colIcon.Size = new Size(100, 52); layoutViewField_colIcon.StartNewLine = true; layoutViewField_colIcon.TextSize = new Size(0, 0); layoutViewField_colIcon.TextVisible = false; @@ -192,12 +193,11 @@ // Appearance.BackColor = Color.White; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Margin = new Padding(4, 5, 4, 5); Name = "SetHydroWaterboxCalcuPrefixListCtrl"; Size = new Size(873, 764); Size = new Size(824, 434); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)setHydroWaterboxCalcuPrefixViewModelBindingSource).EndInit(); ((ISupportInitialize)layoutView1).EndInit(); WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/01-waterbox/SetHydroWaterboxCalcuPrefixListCtrl.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/01-waterbox/SetHydroWaterboxCalcuPrefixListCtrl.resx
ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/01-waterbox/SetHydroWaterboxCalcuPrefixListCtrl.resx ÐÞ¸Ä @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Microsoft ResX Schema Version 2.0 @@ -48,7 +48,7 @@ value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/01-waterbox/SetHydroWaterboxCalcuPrefixViewModel.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/02-pump/SetHydroPumpCalcuPrefixListCtrl.Designer.cs
ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/02-pump/SetHydroPumpCalcuPrefixListCtrl.Designer.cs ÐÞ¸Ä @@ -33,37 +33,39 @@ setHydroPumpCalcuPrefixViewModelBindingSource = new BindingSource(components); layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView(); colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colRunStatus = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); repImgCmbBox = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); layoutViewField_colRunStatus = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colCurrentHz = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colCurrentHz = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colIcon = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); repPicture = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard(); layoutViewField_colCurrentHz = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colRunStatus = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colIcon = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)setHydroPumpCalcuPrefixViewModelBindingSource).BeginInit(); ((ISupportInitialize)layoutView1).BeginInit(); ((ISupportInitialize)repImgCmbBox).BeginInit(); ((ISupportInitialize)repPicture).BeginInit(); ((ISupportInitialize)layoutViewCard1).BeginInit(); ((ISupportInitialize)layoutViewField_colCurrentHz).BeginInit(); ((ISupportInitialize)layoutViewField_colRunStatus).BeginInit(); ((ISupportInitialize)layoutViewField_colName).BeginInit(); ((ISupportInitialize)repImgCmbBox).BeginInit(); ((ISupportInitialize)layoutViewField_colRunStatus).BeginInit(); ((ISupportInitialize)layoutViewField_colCurrentHz).BeginInit(); ((ISupportInitialize)repPicture).BeginInit(); ((ISupportInitialize)layoutViewField_colIcon).BeginInit(); ((ISupportInitialize)layoutViewCard1).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = setHydroPumpCalcuPrefixViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.EmbeddedNavigator.Margin = new Padding(2, 2, 2, 2); gridControl1.Location = new Point(0, 0); gridControl1.MainView = layoutView1; gridControl1.Margin = new Padding(2, 2, 2, 2); gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repPicture, repImgCmbBox }); gridControl1.Size = new Size(700, 700); gridControl1.Size = new Size(858, 445); gridControl1.TabIndex = 1; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 }); // @@ -75,8 +77,9 @@ // layoutView1.BorderStyle = BorderStyles.NoBorder; layoutView1.CardHorzInterval = 6; layoutView1.CardMinSize = new Size(172, 119); layoutView1.CardMinSize = new Size(120, 76); layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colName, colRunStatus, colCurrentHz, colIcon }); layoutView1.DetailHeight = 223; layoutView1.GridControl = gridControl1; layoutView1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colIcon }); layoutView1.Name = "layoutView1"; @@ -84,7 +87,7 @@ layoutView1.OptionsItemText.TextToControlDistance = 0; layoutView1.OptionsPrint.PrintCardCaption = false; layoutView1.OptionsView.CardArrangeRule = DevExpress.XtraGrid.Views.Layout.LayoutCardArrangeRule.AllowPartialCards; layoutView1.OptionsView.CardsAlignment = DevExpress.XtraGrid.Views.Layout.CardsAlignment.Near; layoutView1.OptionsView.ContentAlignment = ContentAlignment.TopLeft; layoutView1.OptionsView.ShowCardExpandButton = false; layoutView1.OptionsView.ShowCardFieldBorders = true; layoutView1.OptionsView.ShowFieldHints = false; @@ -97,17 +100,25 @@ // colName.AppearanceCell.Font = new Font("Tahoma", 11F, FontStyle.Bold, GraphicsUnit.Point); colName.AppearanceCell.Options.UseFont = true; colName.AppearanceCell.Options.UseTextOptions = true; colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colName.FieldName = "Name"; colName.LayoutViewField = layoutViewField_colName; colName.MinWidth = 30; colName.MinWidth = 21; colName.Name = "colName"; colName.OptionsColumn.AllowEdit = false; colName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colName.OptionsColumn.ReadOnly = true; colName.OptionsFilter.AllowFilter = false; colName.Width = 112; colName.Width = 78; // // layoutViewField_colName // layoutViewField_colName.EditorPreferredWidth = 108; layoutViewField_colName.Location = new Point(0, 0); layoutViewField_colName.Name = "layoutViewField_colName"; layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colName.Size = new Size(114, 22); layoutViewField_colName.TextSize = new Size(0, 0); layoutViewField_colName.TextVisible = false; // // colRunStatus // @@ -118,17 +129,26 @@ colRunStatus.ColumnEdit = repImgCmbBox; colRunStatus.FieldName = "RunStatus"; colRunStatus.LayoutViewField = layoutViewField_colRunStatus; colRunStatus.MinWidth = 30; colRunStatus.MinWidth = 21; colRunStatus.Name = "colRunStatus"; colRunStatus.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colRunStatus.OptionsFilter.AllowFilter = false; colRunStatus.Width = 112; colRunStatus.Width = 78; // // repImgCmbBox // repImgCmbBox.AutoHeight = false; repImgCmbBox.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); repImgCmbBox.Name = "repImgCmbBox"; // // layoutViewField_colRunStatus // layoutViewField_colRunStatus.EditorPreferredWidth = 53; layoutViewField_colRunStatus.Location = new Point(0, 22); layoutViewField_colRunStatus.Name = "layoutViewField_colRunStatus"; layoutViewField_colRunStatus.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colRunStatus.Size = new Size(114, 26); layoutViewField_colRunStatus.TextSize = new Size(52, 14); // // colCurrentHz // @@ -138,25 +158,45 @@ colCurrentHz.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; colCurrentHz.FieldName = "CurrentHz"; colCurrentHz.LayoutViewField = layoutViewField_colCurrentHz; colCurrentHz.MinWidth = 30; colCurrentHz.MinWidth = 21; colCurrentHz.Name = "colCurrentHz"; colCurrentHz.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colCurrentHz.OptionsFilter.AllowFilter = false; colCurrentHz.Width = 112; colCurrentHz.Width = 78; // // layoutViewField_colCurrentHz // layoutViewField_colCurrentHz.EditorPreferredWidth = 53; layoutViewField_colCurrentHz.Location = new Point(0, 48); layoutViewField_colCurrentHz.Name = "layoutViewField_colCurrentHz"; layoutViewField_colCurrentHz.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colCurrentHz.Size = new Size(114, 26); layoutViewField_colCurrentHz.TextSize = new Size(52, 14); // // colIcon // colIcon.ColumnEdit = repPicture; colIcon.FieldName = "Icon"; colIcon.LayoutViewField = layoutViewField_colIcon; colIcon.MinWidth = 30; colIcon.MinWidth = 21; colIcon.Name = "colIcon"; colIcon.OptionsColumn.ReadOnly = true; colIcon.Width = 112; colIcon.Width = 78; // // repPicture // repPicture.Name = "repPicture"; // // layoutViewField_colIcon // layoutViewField_colIcon.EditorPreferredWidth = 14; layoutViewField_colIcon.Location = new Point(0, 0); layoutViewField_colIcon.Name = "layoutViewField_colIcon"; layoutViewField_colIcon.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colIcon.Size = new Size(240, 108); layoutViewField_colIcon.StartNewLine = true; layoutViewField_colIcon.TextSize = new Size(0, 0); layoutViewField_colIcon.TextVisible = false; // // layoutViewCard1 // @@ -167,70 +207,30 @@ layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colCurrentHz, layoutViewField_colRunStatus, layoutViewField_colName }); layoutViewCard1.Name = "layoutViewCard1"; layoutViewCard1.OptionsItemText.TextToControlDistance = 0; layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewCard1.Text = "TemplateCard"; layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default; layoutViewCard1.TextVisible = false; // // layoutViewField_colCurrentHz // layoutViewField_colCurrentHz.EditorPreferredWidth = 76; layoutViewField_colCurrentHz.Location = new Point(0, 72); layoutViewField_colCurrentHz.Name = "layoutViewField_colCurrentHz"; layoutViewField_colCurrentHz.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colCurrentHz.Size = new Size(164, 39); layoutViewField_colCurrentHz.TextSize = new Size(78, 22); // // layoutViewField_colRunStatus // layoutViewField_colRunStatus.EditorPreferredWidth = 76; layoutViewField_colRunStatus.Location = new Point(0, 36); layoutViewField_colRunStatus.Name = "layoutViewField_colRunStatus"; layoutViewField_colRunStatus.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colRunStatus.Size = new Size(164, 36); layoutViewField_colRunStatus.TextSize = new Size(78, 22); // // layoutViewField_colName // layoutViewField_colName.EditorPreferredWidth = 154; layoutViewField_colName.Location = new Point(0, 0); layoutViewField_colName.Name = "layoutViewField_colName"; layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colName.Size = new Size(164, 36); layoutViewField_colName.TextSize = new Size(0, 0); layoutViewField_colName.TextVisible = false; // // layoutViewField_colIcon // layoutViewField_colIcon.EditorPreferredWidth = 20; layoutViewField_colIcon.Location = new Point(0, 0); layoutViewField_colIcon.Name = "layoutViewField_colIcon"; layoutViewField_colIcon.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colIcon.Size = new Size(240, 108); layoutViewField_colIcon.StartNewLine = true; layoutViewField_colIcon.TextSize = new Size(0, 0); layoutViewField_colIcon.TextVisible = false; // // SetHydroPumpCalcuPrefixListCtrl // Appearance.BackColor = Color.White; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Margin = new Padding(4, 5, 4, 5); Name = "SetHydroPumpCalcuPrefixListCtrl"; Size = new Size(700, 700); Size = new Size(858, 445); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)setHydroPumpCalcuPrefixViewModelBindingSource).EndInit(); ((ISupportInitialize)layoutView1).EndInit(); ((ISupportInitialize)repImgCmbBox).EndInit(); ((ISupportInitialize)repPicture).EndInit(); ((ISupportInitialize)layoutViewCard1).EndInit(); ((ISupportInitialize)layoutViewField_colCurrentHz).EndInit(); ((ISupportInitialize)layoutViewField_colRunStatus).EndInit(); ((ISupportInitialize)layoutViewField_colName).EndInit(); ((ISupportInitialize)repImgCmbBox).EndInit(); ((ISupportInitialize)layoutViewField_colRunStatus).EndInit(); ((ISupportInitialize)layoutViewField_colCurrentHz).EndInit(); ((ISupportInitialize)repPicture).EndInit(); ((ISupportInitialize)layoutViewField_colIcon).EndInit(); ((ISupportInitialize)layoutViewCard1).EndInit(); ResumeLayout(false); } WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/02-pump/SetHydroPumpCalcuPrefixListCtrl.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/02-pump/SetHydroPumpCalcuPrefixListCtrl.resx
ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/02-pump/SetHydroPumpCalcuPrefixListCtrl.resx ÐÞ¸Ä @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Microsoft ResX Schema Version 2.0 @@ -48,7 +48,7 @@ value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/02-pump/SetHydroPumpCalcuPrefixViewModel.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixListCtrl.Designer.cs
ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/03-nozzle/SetHydroNozzleCalcuPrefixListCtrl.Designer.cs ÐÞ¸Ä @@ -54,11 +54,13 @@ // gridControl1.DataSource = setHydroNozzleCalcuPrefixViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.EmbeddedNavigator.Margin = new Padding(2, 2, 2, 2); gridControl1.Location = new Point(0, 0); gridControl1.MainView = layoutView1; gridControl1.Margin = new Padding(2, 2, 2, 2); gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repPicture }); gridControl1.Size = new Size(700, 700); gridControl1.Size = new Size(817, 454); gridControl1.TabIndex = 0; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 }); // @@ -70,8 +72,9 @@ // layoutView1.BorderStyle = BorderStyles.NoBorder; layoutView1.CardHorzInterval = 6; layoutView1.CardMinSize = new Size(153, 83); layoutView1.CardMinSize = new Size(126, 61); layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colName, colCoefficient, colIcon }); layoutView1.DetailHeight = 223; layoutView1.GridControl = gridControl1; layoutView1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colIcon }); layoutView1.Name = "layoutView1"; @@ -80,7 +83,7 @@ layoutView1.OptionsItemText.TextToControlDistance = 0; layoutView1.OptionsPrint.PrintCardCaption = false; layoutView1.OptionsView.CardArrangeRule = DevExpress.XtraGrid.Views.Layout.LayoutCardArrangeRule.AllowPartialCards; layoutView1.OptionsView.CardsAlignment = DevExpress.XtraGrid.Views.Layout.CardsAlignment.Near; layoutView1.OptionsView.ContentAlignment = ContentAlignment.TopLeft; layoutView1.OptionsView.ShowCardBorderIfCaptionHidden = false; layoutView1.OptionsView.ShowCardExpandButton = false; layoutView1.OptionsView.ShowCardFieldBorders = true; @@ -94,17 +97,15 @@ // colName.AppearanceCell.Font = new Font("Tahoma", 11F, FontStyle.Bold, GraphicsUnit.Point); colName.AppearanceCell.Options.UseFont = true; colName.AppearanceCell.Options.UseTextOptions = true; colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colName.FieldName = "Name"; colName.LayoutViewField = layoutViewField_colName; colName.MinWidth = 30; colName.MinWidth = 21; colName.Name = "colName"; colName.OptionsColumn.AllowEdit = false; colName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colName.OptionsColumn.ReadOnly = true; colName.OptionsFilter.AllowFilter = false; colName.Width = 112; colName.Width = 78; // // colCoefficient // @@ -114,21 +115,21 @@ colCoefficient.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; colCoefficient.FieldName = "Coefficient"; colCoefficient.LayoutViewField = layoutViewField_colCoefficient; colCoefficient.MinWidth = 30; colCoefficient.MinWidth = 21; colCoefficient.Name = "colCoefficient"; colCoefficient.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colCoefficient.OptionsFilter.AllowFilter = false; colCoefficient.Width = 112; colCoefficient.Width = 78; // // colIcon // colIcon.ColumnEdit = repPicture; colIcon.FieldName = "Icon"; colIcon.LayoutViewField = layoutViewField_colIcon; colIcon.MinWidth = 30; colIcon.MinWidth = 21; colIcon.Name = "colIcon"; colIcon.OptionsColumn.ReadOnly = true; colIcon.Width = 112; colIcon.Width = 78; // // repPicture // @@ -143,7 +144,7 @@ layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colName, layoutViewField_colCoefficient }); layoutViewCard1.Name = "layoutViewCard1"; layoutViewCard1.OptionsItemText.TextToControlDistance = 0; layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewCard1.Text = "TemplateCard"; layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default; layoutViewCard1.TextVisible = false; @@ -152,11 +153,11 @@ // layoutViewField_colName.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center; layoutViewField_colName.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutViewField_colName.EditorPreferredWidth = 135; layoutViewField_colName.EditorPreferredWidth = 112; layoutViewField_colName.Location = new Point(0, 0); layoutViewField_colName.Name = "layoutViewField_colName"; layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colName.Size = new Size(145, 36); layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colName.Size = new Size(122, 26); layoutViewField_colName.TextSize = new Size(0, 0); layoutViewField_colName.TextVisible = false; // @@ -164,20 +165,20 @@ // layoutViewField_colCoefficient.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center; layoutViewField_colCoefficient.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutViewField_colCoefficient.EditorPreferredWidth = 57; layoutViewField_colCoefficient.Location = new Point(0, 36); layoutViewField_colCoefficient.EditorPreferredWidth = 60; layoutViewField_colCoefficient.Location = new Point(0, 26); layoutViewField_colCoefficient.Name = "layoutViewField_colCoefficient"; layoutViewField_colCoefficient.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colCoefficient.Size = new Size(145, 39); layoutViewField_colCoefficient.TextSize = new Size(78, 22); layoutViewField_colCoefficient.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colCoefficient.Size = new Size(122, 29); layoutViewField_colCoefficient.TextSize = new Size(52, 14); // // layoutViewField_colIcon // layoutViewField_colIcon.EditorPreferredWidth = 20; layoutViewField_colIcon.EditorPreferredWidth = 14; layoutViewField_colIcon.Location = new Point(0, 0); layoutViewField_colIcon.Name = "layoutViewField_colIcon"; layoutViewField_colIcon.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colIcon.Size = new Size(224, 72); layoutViewField_colIcon.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colIcon.Size = new Size(106, 50); layoutViewField_colIcon.StartNewLine = true; layoutViewField_colIcon.TextSize = new Size(0, 0); layoutViewField_colIcon.TextVisible = false; @@ -186,12 +187,11 @@ // Appearance.BackColor = Color.White; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Margin = new Padding(4, 5, 4, 5); Name = "SetHydroNozzleCalcuPrefixListCtrl"; Size = new Size(700, 700); Size = new Size(817, 454); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)setHydroNozzleCalcuPrefixViewModelBindingSource).EndInit(); ((ISupportInitialize)layoutView1).EndInit(); WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixListCtrl.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixListCtrl.resx
ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/03-nozzle/SetHydroNozzleCalcuPrefixListCtrl.resx ÐÞ¸Ä @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Microsoft ResX Schema Version 2.0 @@ -48,7 +48,7 @@ value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixViewModel.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/99-failed/HydroCalcuFailedCtrl.Designer.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/99-failed/HydroCalcuFailedCtrl.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/99-failed/HydroCalcuFailedCtrl.resx
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/99-failed/HydroCalcuFailedViewModel.cs
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/00-core/SetHydroCalcuPrefixCtrl - ¸´ÖÆ.Designer.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/00-core/SetHydroCalcuPrefixCtrl - ¸´ÖÆ.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/00-core/SetHydroCalcuPrefixCtrl - ¸´ÖÆ.resx
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/IXhsProjectSimulationCalcuPrefix.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/XhsProjectSimulationCalcuPrefixCtrl.Designer.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/XhsProjectSimulationCalcuPrefixCtrl.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/XhsProjectSimulationCalcuPrefixCtrl.resx
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/XhsProjectSimulationCalcuPrefixDlg.Designer.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/XhsProjectSimulationCalcuPrefixDlg.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/XhsProjectSimulationCalcuPrefixDlg.resx
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/XhsProjectSimulationCalcuPrefixPureCtrl.Designer.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/XhsProjectSimulationCalcuPrefixPureCtrl.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/00-core/XhsProjectSimulationCalcuPrefixPureCtrl.resx
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/01-pump/XhsProjectSimulationPumpCalcuPrefixCtrl.Designer.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/01-pump/XhsProjectSimulationPumpCalcuPrefixCtrl.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/01-pump/XhsProjectSimulationPumpCalcuPrefixCtrl.resx
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/01-pump/XhsProjectSimulationPumpCalcuPrefixViewModel.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/02-valve/XhsProjectSimulationValveCalcuPrefixCtrl.Designer.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/02-valve/XhsProjectSimulationValveCalcuPrefixCtrl.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/02-valve/XhsProjectSimulationValveCalcuPrefixCtrl.resx
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/02-prefix/bak/02-valve/XhsProjectSimulationValveCalcuPrefixViewModel.cs
ÎļþÒÑɾ³ý WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj
@@ -12,7 +12,6 @@ <Compile Remove="02-project\01-import\04-completed\**" /> <Compile Remove="03-simulation\06-simulation\03-calcu\00-core\**" /> <Compile Remove="03-simulation\06-simulation\03-calcu\01-failed\**" /> <Compile Remove="03-simulation\06-simulation\03-calcu\02-prefix\bak\**" /> <Compile Remove="03-ViewModel\**" /> <Compile Remove="04-HomePageMainPanel\**" /> <Compile Remove="Resources\**" /> @@ -20,7 +19,6 @@ <EmbeddedResource Remove="02-project\01-import\04-completed\**" /> <EmbeddedResource Remove="03-simulation\06-simulation\03-calcu\00-core\**" /> <EmbeddedResource Remove="03-simulation\06-simulation\03-calcu\01-failed\**" /> <EmbeddedResource Remove="03-simulation\06-simulation\03-calcu\02-prefix\bak\**" /> <EmbeddedResource Remove="03-ViewModel\**" /> <EmbeddedResource Remove="04-HomePageMainPanel\**" /> <EmbeddedResource Remove="Resources\**" /> @@ -28,7 +26,6 @@ <None Remove="02-project\01-import\04-completed\**" /> <None Remove="03-simulation\06-simulation\03-calcu\00-core\**" /> <None Remove="03-simulation\06-simulation\03-calcu\01-failed\**" /> <None Remove="03-simulation\06-simulation\03-calcu\02-prefix\bak\**" /> <None Remove="03-ViewModel\**" /> <None Remove="04-HomePageMainPanel\**" /> <None Remove="Resources\**" /> @@ -36,7 +33,6 @@ <Page Remove="02-project\01-import\04-completed\**" /> <Page Remove="03-simulation\06-simulation\03-calcu\00-core\**" /> <Page Remove="03-simulation\06-simulation\03-calcu\01-failed\**" /> <Page Remove="03-simulation\06-simulation\03-calcu\02-prefix\bak\**" /> <Page Remove="03-ViewModel\**" /> <Page Remove="04-HomePageMainPanel\**" /> <Page Remove="Resources\**" /> @@ -52,8 +48,8 @@ <Compile Remove="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\AssetsPumpMainChoicePage.Designer.cs" /> <Compile Remove="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\AssetsPumpMainForm-bak.cs" /> <Compile Remove="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\AssetsPumpMainForm-bak.Designer.cs" /> <Compile Remove="03-simulation\06-simulation\03-calcu\02-prefix\00-core\SetHydroCalcuPrefixCtrl - å¤å¶.cs" /> <Compile Remove="03-simulation\06-simulation\03-calcu\02-prefix\00-core\SetHydroCalcuPrefixCtrl - å¤å¶.Designer.cs" /> <Compile Remove="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixCtrl - å¤å¶.cs" /> <Compile Remove="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixCtrl - å¤å¶.Designer.cs" /> <Compile Remove="04-pump\02-analy\SinglePumpSectPointViewModel.cs" /> </ItemGroup> @@ -62,7 +58,7 @@ <EmbeddedResource Remove="02-project\03-mgr\XhsProjectMgrPage - å¤å¶.resx" /> <EmbeddedResource Remove="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\AssetsPumpMainChoicePage.resx" /> <EmbeddedResource Remove="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\AssetsPumpMainForm-bak.resx" /> <EmbeddedResource Remove="03-simulation\06-simulation\03-calcu\02-prefix\00-core\SetHydroCalcuPrefixCtrl - å¤å¶.resx" /> <EmbeddedResource Remove="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixCtrl - å¤å¶.resx" /> </ItemGroup> <ItemGroup> @@ -98,7 +94,6 @@ </ItemGroup> <ItemGroup> <Folder Include="03-simulation\06-simulation\03-calcu\02-prefix\bak\" /> <Folder Include="03-simulation\06-simulation\07-bulkset\05-nozzle\" /> <Folder Include="03-simulation\06-simulation\07-bulkset\03-valve\" /> <Folder Include="03-simulation\06-simulation\07-bulkset\04-pipe\" /> WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user
@@ -169,37 +169,25 @@ <Compile Update="03-simulation\06-simulation\02-check\XhsProjectSimulationHydroCheckResultCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\01-failed\XhsProjectSimulationCalcuFailedCtrl.cs"> <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\01-failed\XhsProjectSimulationCalcuFailedDlg.cs"> <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixDlg.cs"> <SubType>Form</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\00-core\SetHydroCalcuPrefixCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\00-core\SetHydroCalcuPrefixDlg.cs"> <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixDlg1.cs"> <SubType>Form</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\00-core\SetHydroCalcuPrefixDlg1.cs"> <SubType>Form</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\01-waterbox\SetHydroWaterboxCalcuPrefixListCtrl.cs"> <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\01-waterbox\SetHydroWaterboxCalcuPrefixListCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\02-pump\SetHydroPumpCalcuPrefixListCtrl.cs"> <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\02-pump\SetHydroPumpCalcuPrefixListCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\03-nozzle\SetHydroNozzleCalcuPrefixListCtrl.cs"> <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\03-nozzle\SetHydroNozzleCalcuPrefixListCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\99-failed\HydroCalcuFailedCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\bak\01-pump\XhsProjectSimulationPumpCalcuPrefixCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\03-calcu\02-prefix\bak\02-valve\XhsProjectSimulationValveCalcuPrefixCtrl.cs"> <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\99-failed\HydroCalcuFailedCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="03-simulation\06-simulation\04-unmatching\00-core\XhsProjectSimulationUnMatchingListCtrl.cs">