namespace HStation.WinFrmUI.Assets { partial class TankManageMainPage { /// /// 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(TankManageMainPage)); ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); BtnAdd = new DevExpress.XtraBars.BarButtonItem(); BtnEdit = new DevExpress.XtraBars.BarButtonItem(); BtnDelete = new DevExpress.XtraBars.BarButtonItem(); BarBtnEidtPumpPart = new DevExpress.XtraBars.BarButtonItem(); barBtnSetCoefficient = new DevExpress.XtraBars.BarButtonItem(); barBtnTankChart = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(components); sidePanel1 = new DevExpress.XtraEditors.SidePanel(); gridControl1 = new DevExpress.XtraGrid.GridControl(); TankViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn(); colDN = new DevExpress.XtraGrid.Columns.GridColumn(); colMinLevel = new DevExpress.XtraGrid.Columns.GridColumn(); colMinVol = new DevExpress.XtraGrid.Columns.GridColumn(); colOverFlow = new DevExpress.XtraGrid.Columns.GridColumn(); colMaxLevel = 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(); TankTreeListCtrl1 = new TankTreeListCtrl(); barBtnValveLine = new DevExpress.XtraBars.BarButtonItem(); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); sidePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)TankViewModelBindingSource).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit(); dockPanel1.SuspendLayout(); dockPanel1_Container.SuspendLayout(); 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, BarBtnEidtPumpPart, barBtnSetCoefficient, barBtnTankChart }); ribbonControl1.Location = new Point(0, 0); ribbonControl1.MaxItemId = 26; 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(690, 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; // // BarBtnEidtPumpPart // BarBtnEidtPumpPart.Caption = "编辑泵产品属性"; BarBtnEidtPumpPart.Id = 16; BarBtnEidtPumpPart.Name = "BarBtnEidtPumpPart"; // // barBtnSetCoefficient // barBtnSetCoefficient.Caption = "局阻系数"; barBtnSetCoefficient.Id = 24; barBtnSetCoefficient.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetCoefficient.ImageOptions.SvgImage"); barBtnSetCoefficient.Name = "barBtnSetCoefficient"; barBtnSetCoefficient.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; barBtnSetCoefficient.ItemClick += barBtnSetCoefficient_ItemClick; // // barBtnTankChart // barBtnTankChart.Caption = "容积曲线"; barBtnTankChart.Id = 25; barBtnTankChart.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnTankChart.ImageOptions.SvgImage"); barBtnTankChart.Name = "barBtnTankChart"; barBtnTankChart.ItemClick += barBtnTankChart_ItemClick; // // ribbonPage1 // ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1, ribbonPageGroup2 }); ribbonPage1.Name = "ribbonPage1"; ribbonPage1.Text = "ribbonPage1"; // // ribbonPageGroup1 // ribbonPageGroup1.ItemLinks.Add(BtnAdd); ribbonPageGroup1.ItemLinks.Add(BtnEdit); ribbonPageGroup1.ItemLinks.Add(BtnDelete); ribbonPageGroup1.Name = "ribbonPageGroup1"; ribbonPageGroup1.Text = "基础功能"; // // ribbonPageGroup2 // ribbonPageGroup2.ItemLinks.Add(barBtnSetCoefficient); ribbonPageGroup2.ItemLinks.Add(barBtnTankChart); ribbonPageGroup2.Name = "ribbonPageGroup2"; ribbonPageGroup2.Text = "更多"; // // svgImageCollection1 // svgImageCollection1.Add("showallvalue", "image://svgimages/dashboards/showallvalue.svg"); // // sidePanel1 // sidePanel1.Controls.Add(gridControl1); sidePanel1.Controls.Add(ribbonControl1); sidePanel1.Dock = DockStyle.Fill; sidePanel1.Location = new Point(200, 0); sidePanel1.Name = "sidePanel1"; sidePanel1.Size = new Size(690, 520); sidePanel1.TabIndex = 2; sidePanel1.Text = "sidePanel1"; // // gridControl1 // gridControl1.DataSource = TankViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 101); gridControl1.MainView = gridView1; gridControl1.MenuManager = ribbonControl1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(690, 419); gridControl1.TabIndex = 1; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // TankViewModelBindingSource // TankViewModelBindingSource.DataSource = typeof(TankViewModel); // // gridView1 // gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colDescription, colKeyWord, colDN, colMinLevel, colMinVol, colOverFlow, colMaxLevel }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsView.ShowGroupPanel = false; // // colName // colName.AppearanceCell.Options.UseTextOptions = true; colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colName.FieldName = "Name"; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; colName.Width = 163; // // colDescription // colDescription.AppearanceCell.Options.UseTextOptions = true; colDescription.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colDescription.FieldName = "Description"; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 7; colDescription.Width = 158; // // colKeyWord // colKeyWord.FieldName = "KeyWord"; colKeyWord.Name = "colKeyWord"; colKeyWord.Visible = true; colKeyWord.VisibleIndex = 1; colKeyWord.Width = 101; // // colDN // colDN.FieldName = "DN"; colDN.Name = "colDN"; colDN.Visible = true; colDN.VisibleIndex = 2; colDN.Width = 78; // // colMinLevel // colMinLevel.FieldName = "MinLevel"; colMinLevel.Name = "colMinLevel"; colMinLevel.Visible = true; colMinLevel.VisibleIndex = 3; colMinLevel.Width = 74; // // colMinVol // colMinVol.FieldName = "MinVol"; colMinVol.Name = "colMinVol"; colMinVol.Visible = true; colMinVol.VisibleIndex = 4; colMinVol.Width = 63; // // colOverFlow // colOverFlow.Caption = "是否溢流"; colOverFlow.FieldName = "OverFlow"; colOverFlow.Name = "colOverFlow"; colOverFlow.Visible = true; colOverFlow.VisibleIndex = 5; colOverFlow.Width = 101; // // colMaxLevel // colMaxLevel.FieldName = "MaxLevel"; colMaxLevel.Name = "colMaxLevel"; colMaxLevel.Visible = true; colMaxLevel.VisibleIndex = 6; colMaxLevel.Width = 68; // // dockManager1 // dockManager1.DockingOptions.ShowAutoHideButton = false; dockManager1.DockingOptions.ShowCloseButton = false; 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("5c79babb-4f43-4086-8e5b-a9593219e048"); dockPanel1.Location = new Point(0, 0); dockPanel1.Name = "dockPanel1"; dockPanel1.OriginalSize = new Size(200, 200); dockPanel1.Size = new Size(200, 520); dockPanel1.Text = "水池系列"; // // dockPanel1_Container // dockPanel1_Container.Controls.Add(TankTreeListCtrl1); dockPanel1_Container.Location = new Point(3, 26); dockPanel1_Container.Name = "dockPanel1_Container"; dockPanel1_Container.Size = new Size(193, 491); dockPanel1_Container.TabIndex = 0; // // TankTreeListCtrl1 // TankTreeListCtrl1.Appearance.BackColor = SystemColors.Control; TankTreeListCtrl1.Appearance.Options.UseBackColor = true; TankTreeListCtrl1.Dock = DockStyle.Fill; TankTreeListCtrl1.Location = new Point(0, 0); TankTreeListCtrl1.Name = "TankTreeListCtrl1"; TankTreeListCtrl1.Size = new Size(193, 491); TankTreeListCtrl1.TabIndex = 0; // // barBtnValveLine // barBtnValveLine.Caption = "阀门曲线"; barBtnValveLine.Id = 22; barBtnValveLine.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnValveLine.ImageOptions.SvgImage"); barBtnValveLine.Name = "barBtnValveLine"; // // TankManageMainPage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(sidePanel1); Controls.Add(dockPanel1); Name = "TankManageMainPage"; Size = new Size(890, 520); ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)svgImageCollection1).EndInit(); sidePanel1.ResumeLayout(false); sidePanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)TankViewModelBindingSource).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit(); dockPanel1.ResumeLayout(false); dockPanel1_Container.ResumeLayout(false); ResumeLayout(false); } #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.BarButtonItem BarBtnEidtPumpPart; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.Utils.SvgImageCollection svgImageCollection1; private DevExpress.XtraEditors.SidePanel sidePanel1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.DockPanel dockPanel1; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private DevExpress.XtraGrid.Columns.GridColumn colKeyWord; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; private BindingSource TankViewModelBindingSource; private TankTreeListCtrl TankTreeListCtrl1; private DevExpress.XtraBars.BarButtonItem barBtnSetCoefficient; private DevExpress.XtraBars.BarButtonItem barBtnTankChart; private DevExpress.XtraBars.BarButtonItem barBtnValveLine; private DevExpress.XtraGrid.Columns.GridColumn colDN; private DevExpress.XtraGrid.Columns.GridColumn colMinLevel; private DevExpress.XtraGrid.Columns.GridColumn colMinVol; private DevExpress.XtraGrid.Columns.GridColumn colOverFlow; private DevExpress.XtraGrid.Columns.GridColumn colSortCode; private DevExpress.XtraGrid.Columns.GridColumn colMaxLevel; } }