From 31e3f4ffdf7d566db391a5fcb94984f23e0abb02 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 06 十一月 2024 15:00:31 +0800 Subject: [PATCH] 修改阀门匹配 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.Designer.cs | 292 ++++++++++++++++++++++++++++++---------------------------- 1 files changed, 152 insertions(+), 140 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.Designer.cs index 4e67d5c..fa47205 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.Designer.cs @@ -1,6 +1,6 @@ -锘縩amespace HStation.WinFrmUI.Xhs +锘縩amespace HStation.WinFrmUI { - partial class ValveSingleMatchingForm + partial class ValveSingleMatchingCtrl { /// <summary> /// Required designer variable. @@ -28,27 +28,35 @@ /// </summary> private void InitializeComponent() { + components = new Container(); + EditorButtonImageOptions editorButtonImageOptions2 = new EditorButtonImageOptions(); + ComponentResourceManager resources = new ComponentResourceManager(typeof(ValveSingleMatchingCtrl)); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject(); + DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); gridControl3 = new DevExpress.XtraGrid.GridControl(); + valveSingleMatchingViewModelBindingSource = new BindingSource(components); gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); - gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); - gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); - gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); - gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); - gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); - gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); - gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); - gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); + colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); + colCoefficient = new DevExpress.XtraGrid.Columns.GridColumn(); + colValveLift = new DevExpress.XtraGrid.Columns.GridColumn(); + colName = new DevExpress.XtraGrid.Columns.GridColumn(); + colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn(); + colValveSetting = new DevExpress.XtraGrid.Columns.GridColumn(); + colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); + colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); + colSeriesType = new DevExpress.XtraGrid.Columns.GridColumn(); gridControl1 = new DevExpress.XtraGrid.GridControl(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); + ColShowChart = new DevExpress.XtraGrid.Columns.GridColumn(); + repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); - xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.PumpPerform2dChart(); searchControl1 = new SearchControl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); - layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); - layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); @@ -57,13 +65,13 @@ ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)gridControl3).BeginInit(); + ((ISupportInitialize)valveSingleMatchingViewModelBindingSource).BeginInit(); ((ISupportInitialize)gridView3).BeginInit(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); + ((ISupportInitialize)repositoryItemButtonEdit1).BeginInit(); ((ISupportInitialize)searchControl1.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); - ((ISupportInitialize)layoutControlGroup1).BeginInit(); - ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)simpleLabelItem1).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlGroup2).BeginInit(); @@ -75,165 +83,191 @@ // layoutControl1.Controls.Add(gridControl3); layoutControl1.Controls.Add(gridControl1); - layoutControl1.Controls.Add(xtrPerform2dChart1); layoutControl1.Controls.Add(searchControl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(713, 300, 650, 400); layoutControl1.Root = Root; - layoutControl1.Size = new Size(1343, 607); + layoutControl1.Size = new Size(822, 641); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // gridControl3 // + gridControl3.DataSource = valveSingleMatchingViewModelBindingSource; gridControl3.Location = new Point(12, 36); gridControl3.MainView = gridView3; gridControl3.Name = "gridControl3"; - gridControl3.Size = new Size(969, 383); + gridControl3.Size = new Size(798, 407); gridControl3.TabIndex = 4; gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView3 }); + // + // valveSingleMatchingViewModelBindingSource + // + valveSingleMatchingViewModelBindingSource.DataSource = typeof(ValveSingleMatchingViewModel); // // gridView3 // gridView3.Appearance.HeaderPanel.Options.UseTextOptions = true; gridView3.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { gridColumn4, gridColumn5, gridColumn6, gridColumn7, gridColumn8, gridColumn9, gridColumn10, gridColumn11 }); + gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCaliber, colCoefficient, colValveLift, colName, colKeyWord, colValveSetting, colDescription, colMaterial, colSeriesType }); gridView3.GridControl = gridControl3; gridView3.Name = "gridView3"; gridView3.OptionsView.ShowGroupPanel = false; + gridView3.FocusedRowChanged += gridView2_FocusedRowChanged; // - // gridColumn4 + // colCaliber // - gridColumn4.Caption = "鍨嬪彿"; - gridColumn4.FieldName = "Name"; - gridColumn4.Name = "gridColumn4"; - gridColumn4.Visible = true; - gridColumn4.VisibleIndex = 0; - gridColumn4.Width = 149; + colCaliber.FieldName = "Caliber"; + colCaliber.Name = "colCaliber"; + colCaliber.Visible = true; + colCaliber.VisibleIndex = 2; + colCaliber.Width = 123; // - // gridColumn5 + // colCoefficient // - gridColumn5.Caption = "棰濆畾娴侀噺(m鲁/h)"; - gridColumn5.FieldName = "RatedFlow"; - gridColumn5.Name = "gridColumn5"; - gridColumn5.Visible = true; - gridColumn5.VisibleIndex = 1; - gridColumn5.Width = 185; + colCoefficient.FieldName = "Coefficient"; + colCoefficient.Name = "colCoefficient"; + colCoefficient.Visible = true; + colCoefficient.VisibleIndex = 3; + colCoefficient.Width = 89; // - // gridColumn6 + // colValveLift // - gridColumn6.Caption = "棰濆畾鎵▼(m)"; - gridColumn6.FieldName = "RatedHead"; - gridColumn6.Name = "gridColumn6"; - gridColumn6.Visible = true; - gridColumn6.VisibleIndex = 2; - gridColumn6.Width = 187; + colValveLift.FieldName = "ValveLift"; + colValveLift.Name = "colValveLift"; + colValveLift.Visible = true; + colValveLift.VisibleIndex = 4; + colValveLift.Width = 86; // - // gridColumn7 + // colName // - gridColumn7.Caption = "鍙惰疆澶栧緞(mm)"; - gridColumn7.FieldName = "D2"; - gridColumn7.Name = "gridColumn7"; - gridColumn7.Visible = true; - gridColumn7.VisibleIndex = 3; - gridColumn7.Width = 179; + colName.FieldName = "Name"; + colName.Name = "colName"; + colName.Visible = true; + colName.VisibleIndex = 0; + colName.Width = 167; // - // gridColumn8 + // colKeyWord // - gridColumn8.Caption = "姘旇殌"; - gridColumn8.FieldName = "Erosion"; - gridColumn8.Name = "gridColumn8"; - gridColumn8.Visible = true; - gridColumn8.VisibleIndex = 4; - gridColumn8.Width = 102; + colKeyWord.FieldName = "KeyWord"; + colKeyWord.Name = "colKeyWord"; + colKeyWord.Visible = true; + colKeyWord.VisibleIndex = 1; + colKeyWord.Width = 85; // - // gridColumn9 + // colValveSetting // - gridColumn9.Caption = "棰濆畾鏁堢巼"; - gridColumn9.FieldName = "RatedEfficiency"; - gridColumn9.Name = "gridColumn9"; - gridColumn9.Visible = true; - gridColumn9.VisibleIndex = 5; - gridColumn9.Width = 111; + colValveSetting.FieldName = "ValveSetting"; + colValveSetting.Name = "colValveSetting"; + colValveSetting.Visible = true; + colValveSetting.VisibleIndex = 5; + colValveSetting.Width = 84; // - // gridColumn10 + // colDescription // - gridColumn10.Caption = "棰濆畾鍔熺巼"; - gridColumn10.FieldName = "RatedPower"; - gridColumn10.Name = "gridColumn10"; - gridColumn10.Visible = true; - gridColumn10.VisibleIndex = 6; - gridColumn10.Width = 111; + colDescription.FieldName = "Description"; + colDescription.Name = "colDescription"; + colDescription.Visible = true; + colDescription.VisibleIndex = 8; + colDescription.Width = 194; // - // gridColumn11 + // colMaterial // - gridColumn11.Caption = "棰濆畾杞��"; - gridColumn11.FieldName = "RatedSpeed"; - gridColumn11.Name = "gridColumn11"; - gridColumn11.Visible = true; - gridColumn11.VisibleIndex = 7; - gridColumn11.Width = 146; + colMaterial.FieldName = "Material"; + colMaterial.Name = "colMaterial"; + colMaterial.Visible = true; + colMaterial.VisibleIndex = 6; + colMaterial.Width = 66; + // + // colSeriesType + // + colSeriesType.FieldName = "SeriesType"; + colSeriesType.Name = "colSeriesType"; + colSeriesType.Visible = true; + colSeriesType.VisibleIndex = 7; + colSeriesType.Width = 112; // // gridControl1 // - gridControl1.Location = new Point(12, 445); + gridControl1.Location = new Point(12, 469); gridControl1.MainView = gridView1; gridControl1.Margin = new Padding(0); gridControl1.Name = "gridControl1"; - gridControl1.Size = new Size(969, 150); + gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 }); + gridControl1.Size = new Size(798, 160); gridControl1.TabIndex = 4; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // - gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { gridColumn3, gridColumn2, gridColumn1 }); + gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; + gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { ColShowChart, gridColumn3, gridColumn2, gridColumn1 }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsView.ShowGroupPanel = false; - gridView1.FocusedRowChanged += gridView1_FocusedRowChanged; + gridView1.RowCellClick += gridView1_RowCellClick; + // + // ColShowChart + // + ColShowChart.AppearanceCell.Options.UseTextOptions = true; + ColShowChart.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + ColShowChart.Caption = "鏌ョ湅鏇茬嚎"; + ColShowChart.ColumnEdit = repositoryItemButtonEdit1; + ColShowChart.Name = "ColShowChart"; + ColShowChart.Visible = true; + ColShowChart.VisibleIndex = 3; + ColShowChart.Width = 83; + // + // repositoryItemButtonEdit1 + // + repositoryItemButtonEdit1.AutoHeight = false; + editorButtonImageOptions2.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions2.SvgImage"); + repositoryItemButtonEdit1.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); + repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; + repositoryItemButtonEdit1.TextEditStyle = TextEditStyles.HideTextEditor; // // gridColumn3 // + gridColumn3.AppearanceCell.Options.UseTextOptions = true; + gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridColumn3.Caption = "鎺掑簭鐮�"; gridColumn3.FieldName = "SortCode"; gridColumn3.Name = "gridColumn3"; gridColumn3.Visible = true; - gridColumn3.VisibleIndex = 2; + gridColumn3.VisibleIndex = 1; + gridColumn3.Width = 286; // // gridColumn2 // + gridColumn2.AppearanceCell.Options.UseTextOptions = true; + gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridColumn2.Caption = "閲嶈搴�"; gridColumn2.FieldName = "Importance"; gridColumn2.Name = "gridColumn2"; gridColumn2.Visible = true; - gridColumn2.VisibleIndex = 1; + gridColumn2.VisibleIndex = 2; + gridColumn2.Width = 279; // // gridColumn1 // + gridColumn1.AppearanceCell.Options.UseTextOptions = true; + gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridColumn1.Caption = "鍚嶇О"; gridColumn1.FieldName = "OtherName"; gridColumn1.Name = "gridColumn1"; gridColumn1.Visible = true; gridColumn1.VisibleIndex = 0; - // - // xtrPerform2dChart1 - // - xtrPerform2dChart1.DefinePointVisible = false; - xtrPerform2dChart1.LineVisible = false; - xtrPerform2dChart1.Location = new Point(993, 42); - xtrPerform2dChart1.Margin = new Padding(2); - xtrPerform2dChart1.Name = "xtrPerform2dChart1"; - xtrPerform2dChart1.Size = new Size(330, 545); - xtrPerform2dChart1.TabIndex = 2; + gridColumn1.Width = 358; // // searchControl1 // searchControl1.Location = new Point(69, 12); searchControl1.Name = "searchControl1"; searchControl1.Properties.Buttons.AddRange(new EditorButton[] { new DevExpress.XtraEditors.Repository.ClearButton(), new DevExpress.XtraEditors.Repository.SearchButton() }); - searchControl1.Size = new Size(380, 20); + searchControl1.Size = new Size(206, 20); searchControl1.StyleController = layoutControl1; searchControl1.TabIndex = 0; // @@ -241,40 +275,17 @@ // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; - Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1, simpleLabelItem1, layoutControlItem1, layoutControlGroup2, layoutControlItem5 }); + Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { simpleLabelItem1, layoutControlItem1, layoutControlGroup2, layoutControlItem5 }); Root.Name = "Root"; - Root.Size = new Size(1343, 607); + Root.Size = new Size(822, 641); Root.TextVisible = false; - // - // layoutControlGroup1 - // - layoutControlGroup1.AppearanceGroup.FontSizeDelta = 2; - layoutControlGroup1.AppearanceGroup.FontStyleDelta = FontStyle.Bold; - layoutControlGroup1.AppearanceGroup.Options.UseFont = true; - layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title; - layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 }); - layoutControlGroup1.Location = new Point(973, 0); - layoutControlGroup1.Name = "layoutControlGroup1"; - layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(8, 8, 8, 8); - layoutControlGroup1.Size = new Size(350, 587); - layoutControlGroup1.Text = "鏇茬嚎瑙嗗浘"; - // - // layoutControlItem2 - // - layoutControlItem2.Control = xtrPerform2dChart1; - layoutControlItem2.Location = new Point(0, 0); - layoutControlItem2.Name = "layoutControlItem2"; - layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - layoutControlItem2.Size = new Size(330, 545); - layoutControlItem2.TextSize = new Size(0, 0); - layoutControlItem2.TextVisible = false; // // simpleLabelItem1 // simpleLabelItem1.AllowHotTrack = false; - simpleLabelItem1.Location = new Point(441, 0); + simpleLabelItem1.Location = new Point(267, 0); simpleLabelItem1.Name = "simpleLabelItem1"; - simpleLabelItem1.Size = new Size(532, 24); + simpleLabelItem1.Size = new Size(535, 24); simpleLabelItem1.Text = " "; simpleLabelItem1.TextSize = new Size(4, 14); // @@ -283,7 +294,7 @@ layoutControlItem1.Control = searchControl1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; - layoutControlItem1.Size = new Size(441, 24); + layoutControlItem1.Size = new Size(267, 24); layoutControlItem1.Text = "妯$硦鎼滅储:"; layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; layoutControlItem1.TextSize = new Size(52, 14); @@ -296,10 +307,10 @@ layoutControlGroup2.AppearanceGroup.Options.UseFont = true; layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 }); - layoutControlGroup2.Location = new Point(0, 411); + layoutControlGroup2.Location = new Point(0, 435); layoutControlGroup2.Name = "layoutControlGroup2"; layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - layoutControlGroup2.Size = new Size(973, 176); + layoutControlGroup2.Size = new Size(802, 186); layoutControlGroup2.Text = "鏇茬嚎鍒楄〃"; // // layoutControlItem3 @@ -308,7 +319,7 @@ layoutControlItem3.Location = new Point(0, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - layoutControlItem3.Size = new Size(969, 150); + layoutControlItem3.Size = new Size(798, 160); layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // @@ -317,27 +328,27 @@ layoutControlItem5.Control = gridControl3; layoutControlItem5.Location = new Point(0, 24); layoutControlItem5.Name = "layoutControlItem5"; - layoutControlItem5.Size = new Size(973, 387); + layoutControlItem5.Size = new Size(802, 411); layoutControlItem5.TextSize = new Size(0, 0); layoutControlItem5.TextVisible = false; // - // ValveSingleMatchingForm + // ValveSingleMatchingCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); - Name = "ValveSimulationPumpSingleMatchingForm"; - Size = new Size(1343, 607); + Name = "ValveSingleMatchingCtrl"; + Size = new Size(822, 641); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)gridControl3).EndInit(); + ((ISupportInitialize)valveSingleMatchingViewModelBindingSource).EndInit(); ((ISupportInitialize)gridView3).EndInit(); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)gridView1).EndInit(); + ((ISupportInitialize)repositoryItemButtonEdit1).EndInit(); ((ISupportInitialize)searchControl1.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); - ((ISupportInitialize)layoutControlGroup1).EndInit(); - ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)simpleLabelItem1).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlGroup2).EndInit(); @@ -351,11 +362,8 @@ private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; - private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.SearchControl searchControl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; - private Yw.WinFrmUI.Phart.PumpPerform2dChart xtrPerform2dChart1; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; @@ -365,14 +373,18 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.GridControl gridControl3; private DevExpress.XtraGrid.Views.Grid.GridView gridView3; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; + private BindingSource valveSingleMatchingViewModelBindingSource; + private DevExpress.XtraGrid.Columns.GridColumn colCaliber; + private DevExpress.XtraGrid.Columns.GridColumn colCoefficient; + private DevExpress.XtraGrid.Columns.GridColumn colValveLift; + private DevExpress.XtraGrid.Columns.GridColumn colName; + private DevExpress.XtraGrid.Columns.GridColumn colKeyWord; + private DevExpress.XtraGrid.Columns.GridColumn colValveSetting; + private DevExpress.XtraGrid.Columns.GridColumn colDescription; + private DevExpress.XtraGrid.Columns.GridColumn colMaterial; + private DevExpress.XtraGrid.Columns.GridColumn colSeriesType; + private DevExpress.XtraGrid.Columns.GridColumn ColShowChart; + private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; } } -- Gitblit v1.9.3