namespace HStation.WinFrmUI.Xhs.PumpProduct { partial class PumpProductMainPanel { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PumpProductMainPanel)); ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); BtnAdd = new DevExpress.XtraBars.BarButtonItem(); BtnEdit = new DevExpress.XtraBars.BarButtonItem(); BtnDelete = new DevExpress.XtraBars.BarButtonItem(); barBtnEditPumpCurve = new DevExpress.XtraBars.BarButtonItem(); BarBtnEidtPumpPart = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribbonPageGroup1 = 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(); pumpSeriesTreeListCtrl1 = new PumpProductSeriesTreeListCtrl(); gridControl1 = new DevExpress.XtraGrid.GridControl(); currentViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colTagName = new DevExpress.XtraGrid.Columns.GridColumn(); colSortCode = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedFlow = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedHead = new DevExpress.XtraGrid.Columns.GridColumn(); colD2 = new DevExpress.XtraGrid.Columns.GridColumn(); colErosion = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedEfficiency = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedPower = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedSpeed = new DevExpress.XtraGrid.Columns.GridColumn(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); popupPump = new DevExpress.XtraBars.PopupMenu(components); svgImage32 = new DevExpress.Utils.SvgImageCollection(components); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit(); dockPanel1.SuspendLayout(); dockPanel1_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)currentViewModelBindingSource).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)popupPump).BeginInit(); ((System.ComponentModel.ISupportInitialize)svgImage32).BeginInit(); SuspendLayout(); // // ribbonControl1 // ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.True; ribbonControl1.ExpandCollapseItem.Id = 0; ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, BtnAdd, BtnEdit, BtnDelete, barBtnEditPumpCurve, BarBtnEidtPumpPart }); ribbonControl1.Location = new Point(0, 0); ribbonControl1.MaxItemId = 22; ribbonControl1.Name = "ribbonControl1"; ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 }); ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.True; ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; ribbonControl1.Size = new Size(1133, 101); ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // BtnAdd // BtnAdd.Caption = "添加型号"; BtnAdd.Id = 1; BtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnAdd.ImageOptions.SvgImage"); BtnAdd.Name = "BtnAdd"; BtnAdd.ItemClick += BtnAdd_ItemClick; // // BtnEdit // BtnEdit.Caption = "编辑型号"; BtnEdit.Id = 2; BtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnEdit.ImageOptions.SvgImage"); BtnEdit.Name = "BtnEdit"; BtnEdit.ItemClick += BtnEdit_ItemClick; // // BtnDelete // BtnDelete.Caption = "删除型号"; BtnDelete.Id = 3; BtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnDelete.ImageOptions.SvgImage"); BtnDelete.Name = "BtnDelete"; BtnDelete.ItemClick += BtnDelete_ItemClick; // // barBtnEditPumpCurve // barBtnEditPumpCurve.Caption = "泵曲线编辑"; barBtnEditPumpCurve.Id = 13; barBtnEditPumpCurve.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEditPumpCurve.ImageOptions.SvgImage"); barBtnEditPumpCurve.Name = "barBtnEditPumpCurve"; barBtnEditPumpCurve.ItemClick += barBtnEditPumpCurve_ItemClickAsync; // // BarBtnEidtPumpPart // BarBtnEidtPumpPart.Caption = "编辑泵产品属性"; BarBtnEidtPumpPart.Id = 16; BarBtnEidtPumpPart.Name = "BarBtnEidtPumpPart"; BarBtnEidtPumpPart.ItemClick += BarBtnEidtPumpPart_ItemClick; // // ribbonPage1 // ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1 }); ribbonPage1.Name = "ribbonPage1"; ribbonPage1.Text = "ribbonPage1"; // // ribbonPageGroup1 // ribbonPageGroup1.ItemLinks.Add(BtnAdd); ribbonPageGroup1.ItemLinks.Add(BtnEdit); ribbonPageGroup1.ItemLinks.Add(BtnDelete); ribbonPageGroup1.ItemLinks.Add(barBtnEditPumpCurve); ribbonPageGroup1.Name = "ribbonPageGroup1"; ribbonPageGroup1.Text = "基础功能"; // // dockManager1 // dockManager1.Form = this; dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanel1 }); dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" }); // // dockPanel1 // 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.Name = "dockPanel1"; dockPanel1.OriginalSize = new Size(200, 200); dockPanel1.Size = new Size(200, 446); dockPanel1.Text = "系列列表"; // // dockPanel1_Container // dockPanel1_Container.Controls.Add(pumpSeriesTreeListCtrl1); dockPanel1_Container.Location = new Point(3, 26); dockPanel1_Container.Name = "dockPanel1_Container"; dockPanel1_Container.Size = new Size(193, 417); dockPanel1_Container.TabIndex = 0; // // pumpSeriesTreeListCtrl1 // pumpSeriesTreeListCtrl1.Appearance.BackColor = SystemColors.Control; pumpSeriesTreeListCtrl1.Appearance.Options.UseBackColor = true; pumpSeriesTreeListCtrl1.Dock = DockStyle.Fill; pumpSeriesTreeListCtrl1.Location = new Point(0, 0); pumpSeriesTreeListCtrl1.Name = "pumpSeriesTreeListCtrl1"; pumpSeriesTreeListCtrl1.Size = new Size(193, 417); pumpSeriesTreeListCtrl1.TabIndex = 0; // // gridControl1 // gridControl1.DataSource = currentViewModelBindingSource; gridControl1.Location = new Point(2, 2); gridControl1.MainView = gridView1; gridControl1.MenuManager = ribbonControl1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(929, 442); gridControl1.TabIndex = 3; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // currentViewModelBindingSource // currentViewModelBindingSource.DataSource = typeof(PumpMainViewModel); // // gridView1 // gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colTagName, colSortCode, colDescription, colRatedFlow, colRatedHead, colD2, colErosion, colRatedEfficiency, colRatedPower, colRatedSpeed }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsView.ShowGroupPanel = false; gridView1.MouseUp += gridView1_MouseUp; // // colName // colName.AppearanceCell.Options.UseTextOptions = true; colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colName.Caption = "型号"; colName.FieldName = "Name"; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; // // colTagName // colTagName.AppearanceCell.Options.UseTextOptions = true; colTagName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colTagName.Caption = "标签"; colTagName.FieldName = "TagName"; colTagName.Name = "colTagName"; colTagName.Visible = true; colTagName.VisibleIndex = 8; // // colSortCode // colSortCode.AppearanceCell.Options.UseTextOptions = true; colSortCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colSortCode.Caption = "排序码"; colSortCode.FieldName = "SortCode"; colSortCode.Name = "colSortCode"; colSortCode.Visible = true; colSortCode.VisibleIndex = 9; // // colDescription // colDescription.AppearanceCell.Options.UseTextOptions = true; colDescription.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colDescription.Caption = "说明"; colDescription.FieldName = "Description"; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 10; // // colRatedFlow // colRatedFlow.AppearanceCell.Options.UseTextOptions = true; colRatedFlow.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colRatedFlow.Caption = "额定流量(m³/h)"; colRatedFlow.FieldName = "RatedFlow"; colRatedFlow.Name = "colRatedFlow"; colRatedFlow.Visible = true; colRatedFlow.VisibleIndex = 1; // // colRatedHead // colRatedHead.AppearanceCell.Options.UseTextOptions = true; colRatedHead.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colRatedHead.Caption = "额定扬程(m)"; colRatedHead.FieldName = "RatedHead"; colRatedHead.Name = "colRatedHead"; colRatedHead.Visible = true; colRatedHead.VisibleIndex = 2; // // colD2 // colD2.AppearanceCell.Options.UseTextOptions = true; colD2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colD2.Caption = "叶轮外径(mm)"; colD2.FieldName = "D2"; colD2.Name = "colD2"; colD2.Visible = true; colD2.VisibleIndex = 3; // // colErosion // colErosion.AppearanceCell.Options.UseTextOptions = true; colErosion.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colErosion.Caption = "气蚀"; colErosion.FieldName = "Erosion"; colErosion.Name = "colErosion"; colErosion.Visible = true; colErosion.VisibleIndex = 4; // // colRatedEfficiency // colRatedEfficiency.AppearanceCell.Options.UseTextOptions = true; colRatedEfficiency.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colRatedEfficiency.Caption = "额定效率"; colRatedEfficiency.FieldName = "RatedEfficiency"; colRatedEfficiency.Name = "colRatedEfficiency"; colRatedEfficiency.Visible = true; colRatedEfficiency.VisibleIndex = 5; // // colRatedPower // colRatedPower.AppearanceCell.Options.UseTextOptions = true; colRatedPower.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colRatedPower.Caption = "额定功率"; colRatedPower.FieldName = "RatedPower"; colRatedPower.Name = "colRatedPower"; colRatedPower.Visible = true; colRatedPower.VisibleIndex = 6; // // colRatedSpeed // colRatedSpeed.Caption = "额定转速"; colRatedSpeed.FieldName = "RatedSpeed"; colRatedSpeed.Name = "colRatedSpeed"; colRatedSpeed.Visible = true; colRatedSpeed.VisibleIndex = 7; // // layoutControl1 // layoutControl1.Controls.Add(gridControl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(200, 101); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(933, 446); layoutControl1.TabIndex = 6; layoutControl1.Text = "layoutControl1"; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; 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.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = gridControl1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(933, 446); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // popupPump // popupPump.ItemLinks.Add(BarBtnEidtPumpPart); popupPump.Name = "popupPump"; popupPump.Ribbon = ribbonControl1; // // svgImage32 // svgImage32.ImageSize = new Size(32, 32); svgImage32.Add("bletter", "image://svgimages/outlook inspired/bletter.svg"); svgImage32.Add("bold", "image://svgimages/outlook inspired/bold.svg"); // // PumpProductMainPanel // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Controls.Add(dockPanel1); Controls.Add(ribbonControl1); Name = "PumpProductMainPanel"; Size = new Size(1133, 547); ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit(); dockPanel1.ResumeLayout(false); dockPanel1_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)currentViewModelBindingSource).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)popupPump).EndInit(); ((System.ComponentModel.ISupportInitialize)svgImage32).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; private DevExpress.XtraBars.BarButtonItem BtnAdd; private DevExpress.XtraBars.BarButtonItem BtnEdit; private DevExpress.XtraBars.BarButtonItem BtnDelete; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraBars.Docking.DockPanel dockPanel1; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private PumpProductSeriesTreeListCtrl pumpSeriesTreeListCtrl1; private BindingSource currentViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colTagName; private DevExpress.XtraGrid.Columns.GridColumn colSortCode; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraGrid.Columns.GridColumn colRatedFlow; private DevExpress.XtraGrid.Columns.GridColumn colRatedHead; private DevExpress.XtraBars.BarButtonItem barBtnEditPumpCurve; private DevExpress.XtraGrid.Columns.GridColumn colD2; private DevExpress.XtraGrid.Columns.GridColumn colErosion; private DevExpress.XtraGrid.Columns.GridColumn colRatedEfficiency; private DevExpress.XtraGrid.Columns.GridColumn colRatedPower; private DevExpress.XtraGrid.Columns.GridColumn colRatedSpeed; private DevExpress.XtraBars.PopupMenu popupPump; private DevExpress.XtraBars.BarButtonItem BarBtnEidtPumpPart; private DevExpress.Utils.SvgImageCollection svgImage32; } }