using IStation.WinFrmUI.Curve;
namespace IStation.WinFrmUI.Analy
{
partial class ParallelCurvePage_bak
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParallelCurvePage));
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.mainChart = new IStation.WinFrmUI.Curve.MultiCurveExpressChart();
this.pumpCurveTreeList1 = new IStation.WinFrmUI.Analy.PumpCurveTreeList();
this.tileNavCategory1 = new DevExpress.XtraBars.Navigation.TileNavCategory();
this.navButAdd = new DevExpress.XtraBars.Navigation.NavButton();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colPumpName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colColor = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemColorPickEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit();
this.colQueryPtQ = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.colProjectName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQueryPtH = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQueryPtE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQueryPtP = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIsFrequency = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStationName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colConnFrequence = new DevExpress.XtraGrid.Columns.GridColumn();
this.colExtendRatio = new DevExpress.XtraGrid.Columns.GridColumn();
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barBtnCalcuCurve = new DevExpress.XtraBars.BarButtonItem();
this.barCekSearchCurve = new DevExpress.XtraBars.BarCheckItem();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.dockPanel1.SuspendLayout();
this.dockPanel1_Container.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
this.splitContainerControl1.Panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
this.splitContainerControl1.Panel2.SuspendLayout();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
this.SuspendLayout();
//
// mainChart
//
this.mainChart.CurveNameVisible = false;
this.mainChart.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainChart.LineVisible = false;
this.mainChart.Location = new System.Drawing.Point(0, 0);
this.mainChart.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.mainChart.Name = "mainChart";
this.mainChart.Size = new System.Drawing.Size(1295, 671);
this.mainChart.TabIndex = 0;
//
// pumpCurveTreeList1
//
this.pumpCurveTreeList1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pumpCurveTreeList1.Location = new System.Drawing.Point(0, 0);
this.pumpCurveTreeList1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.pumpCurveTreeList1.Name = "pumpCurveTreeList1";
this.pumpCurveTreeList1.Size = new System.Drawing.Size(245, 846);
this.pumpCurveTreeList1.TabIndex = 0;
//
// tileNavCategory1
//
this.tileNavCategory1.Name = "tileNavCategory1";
//
//
//
this.tileNavCategory1.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
//
// navButAdd
//
this.navButAdd.Caption = "添加";
this.navButAdd.Name = "navButAdd";
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
this.dockPanel1});
this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
this.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
//
this.dockPanel1.Controls.Add(this.dockPanel1_Container);
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.dockPanel1.ID = new System.Guid("6966acfa-a365-4f54-8ac8-e992d4edb9bd");
this.dockPanel1.Location = new System.Drawing.Point(0, 154);
this.dockPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dockPanel1.Name = "dockPanel1";
this.dockPanel1.Options.ShowCloseButton = false;
this.dockPanel1.OriginalSize = new System.Drawing.Size(246, 200);
this.dockPanel1.Size = new System.Drawing.Size(246, 880);
this.dockPanel1.Text = "泵曲线列表";
//
// dockPanel1_Container
//
this.dockPanel1_Container.Controls.Add(this.pumpCurveTreeList1);
this.dockPanel1_Container.Location = new System.Drawing.Point(0, 34);
this.dockPanel1_Container.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dockPanel1_Container.Name = "dockPanel1_Container";
this.dockPanel1_Container.Size = new System.Drawing.Size(245, 846);
this.dockPanel1_Container.TabIndex = 0;
//
// splitContainerControl1
//
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Horizontal = false;
this.splitContainerControl1.Location = new System.Drawing.Point(246, 154);
this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.splitContainerControl1.Name = "splitContainerControl1";
//
// splitContainerControl1.Panel1
//
this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1);
this.splitContainerControl1.Panel1.Text = "Panel1";
//
// splitContainerControl1.Panel2
//
this.splitContainerControl1.Panel2.Controls.Add(this.mainChart);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(1295, 880);
this.splitContainerControl1.SplitterPosition = 194;
this.splitContainerControl1.TabIndex = 9;
//
// gridControl1
//
this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default;
this.gridControl1.DataSource = this.bindingSource1;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.gridControl1.Name = "gridControl1";
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemColorPickEdit1,
this.repositoryItemButtonEdit1});
this.gridControl1.Size = new System.Drawing.Size(1295, 194);
this.gridControl1.TabIndex = 1;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.AppearancePrint.Row.Font = new System.Drawing.Font("Tahoma", 9.25F);
this.gridView1.AppearancePrint.Row.Options.UseFont = true;
this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colPumpName,
this.colColor,
this.colQueryPtQ,
this.colDelete,
this.colProjectName,
this.colQueryPtH,
this.colQueryPtE,
this.colQueryPtP,
this.colIsFrequency,
this.colStationName,
this.colConnFrequence,
this.colExtendRatio});
this.gridView1.DetailHeight = 550;
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ShowDetailButtons = false;
this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPumpName, DevExpress.Data.ColumnSortOrder.Ascending)});
//
// colPumpName
//
this.colPumpName.Caption = "泵";
this.colPumpName.FieldName = "PumpName";
this.colPumpName.MinWidth = 143;
this.colPumpName.Name = "colPumpName";
this.colPumpName.OptionsColumn.AllowEdit = false;
this.colPumpName.OptionsColumn.ReadOnly = true;
this.colPumpName.Visible = true;
this.colPumpName.VisibleIndex = 2;
this.colPumpName.Width = 143;
//
// colColor
//
this.colColor.AppearanceHeader.Options.UseTextOptions = true;
this.colColor.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colColor.Caption = "颜色";
this.colColor.ColumnEdit = this.repositoryItemColorPickEdit1;
this.colColor.FieldName = "DispColor";
this.colColor.MinWidth = 57;
this.colColor.Name = "colColor";
this.colColor.Visible = true;
this.colColor.VisibleIndex = 0;
this.colColor.Width = 67;
//
// repositoryItemColorPickEdit1
//
this.repositoryItemColorPickEdit1.AutoHeight = false;
this.repositoryItemColorPickEdit1.AutomaticColor = System.Drawing.Color.Black;
this.repositoryItemColorPickEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemColorPickEdit1.Name = "repositoryItemColorPickEdit1";
//
// colQueryPtQ
//
this.colQueryPtQ.AppearanceCell.Options.UseTextOptions = true;
this.colQueryPtQ.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQueryPtQ.AppearanceHeader.Options.UseTextOptions = true;
this.colQueryPtQ.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQueryPtQ.Caption = "查询流量";
this.colQueryPtQ.FieldName = "QueryPtQ";
this.colQueryPtQ.MaxWidth = 229;
this.colQueryPtQ.MinWidth = 114;
this.colQueryPtQ.Name = "colQueryPtQ";
this.colQueryPtQ.OptionsColumn.AllowEdit = false;
this.colQueryPtQ.OptionsColumn.ReadOnly = true;
this.colQueryPtQ.Visible = true;
this.colQueryPtQ.VisibleIndex = 7;
this.colQueryPtQ.Width = 131;
//
// colDelete
//
this.colDelete.AppearanceHeader.Options.UseTextOptions = true;
this.colDelete.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colDelete.Caption = "删除";
this.colDelete.ColumnEdit = this.repositoryItemButtonEdit1;
this.colDelete.MaxWidth = 57;
this.colDelete.MinWidth = 57;
this.colDelete.Name = "colDelete";
this.colDelete.OptionsColumn.AllowEdit = false;
this.colDelete.OptionsColumn.ReadOnly = true;
this.colDelete.Visible = true;
this.colDelete.VisibleIndex = 11;
this.colDelete.Width = 57;
//
// repositoryItemButtonEdit1
//
this.repositoryItemButtonEdit1.AutoHeight = false;
editorButtonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions1.SvgImage")));
editorButtonImageOptions1.SvgImageSize = new System.Drawing.Size(20, 20);
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
//
// colProjectName
//
this.colProjectName.AppearanceCell.Options.UseTextOptions = true;
this.colProjectName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colProjectName.AppearanceHeader.Options.UseTextOptions = true;
this.colProjectName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colProjectName.Caption = "曲线";
this.colProjectName.FieldName = "CurveName";
this.colProjectName.MinWidth = 171;
this.colProjectName.Name = "colProjectName";
this.colProjectName.OptionsColumn.AllowEdit = false;
this.colProjectName.OptionsColumn.ReadOnly = true;
this.colProjectName.Visible = true;
this.colProjectName.VisibleIndex = 4;
this.colProjectName.Width = 171;
//
// colQueryPtH
//
this.colQueryPtH.AppearanceCell.Options.UseTextOptions = true;
this.colQueryPtH.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQueryPtH.AppearanceHeader.Options.UseTextOptions = true;
this.colQueryPtH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQueryPtH.Caption = "查询扬程";
this.colQueryPtH.FieldName = "QueryPtH";
this.colQueryPtH.MaxWidth = 200;
this.colQueryPtH.MinWidth = 114;
this.colQueryPtH.Name = "colQueryPtH";
this.colQueryPtH.OptionsColumn.AllowEdit = false;
this.colQueryPtH.OptionsColumn.ReadOnly = true;
this.colQueryPtH.Visible = true;
this.colQueryPtH.VisibleIndex = 8;
this.colQueryPtH.Width = 131;
//
// colQueryPtE
//
this.colQueryPtE.AppearanceCell.Options.UseTextOptions = true;
this.colQueryPtE.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQueryPtE.AppearanceHeader.Options.UseTextOptions = true;
this.colQueryPtE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQueryPtE.Caption = "查询效率";
this.colQueryPtE.FieldName = "QueryPtE";
this.colQueryPtE.MaxWidth = 200;
this.colQueryPtE.MinWidth = 114;
this.colQueryPtE.Name = "colQueryPtE";
this.colQueryPtE.OptionsColumn.AllowEdit = false;
this.colQueryPtE.OptionsColumn.ReadOnly = true;
this.colQueryPtE.Visible = true;
this.colQueryPtE.VisibleIndex = 9;
this.colQueryPtE.Width = 200;
//
// colQueryPtP
//
this.colQueryPtP.AppearanceCell.Options.UseTextOptions = true;
this.colQueryPtP.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQueryPtP.AppearanceHeader.Options.UseTextOptions = true;
this.colQueryPtP.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colQueryPtP.Caption = "查询功率";
this.colQueryPtP.FieldName = "QueryPtP";
this.colQueryPtP.MaxWidth = 200;
this.colQueryPtP.MinWidth = 114;
this.colQueryPtP.Name = "colQueryPtP";
this.colQueryPtP.OptionsColumn.AllowEdit = false;
this.colQueryPtP.OptionsColumn.ReadOnly = true;
this.colQueryPtP.Visible = true;
this.colQueryPtP.VisibleIndex = 10;
this.colQueryPtP.Width = 200;
//
// colIsFrequency
//
this.colIsFrequency.AppearanceCell.Options.UseTextOptions = true;
this.colIsFrequency.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colIsFrequency.AppearanceHeader.Options.UseTextOptions = true;
this.colIsFrequency.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colIsFrequency.Caption = "是否变频";
this.colIsFrequency.FieldName = "IsFrequency";
this.colIsFrequency.MaxWidth = 86;
this.colIsFrequency.MinWidth = 86;
this.colIsFrequency.Name = "colIsFrequency";
this.colIsFrequency.OptionsColumn.AllowEdit = false;
this.colIsFrequency.OptionsColumn.ReadOnly = true;
this.colIsFrequency.Visible = true;
this.colIsFrequency.VisibleIndex = 3;
this.colIsFrequency.Width = 86;
//
// colStationName
//
this.colStationName.AppearanceCell.Options.UseTextOptions = true;
this.colStationName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStationName.AppearanceHeader.Options.UseTextOptions = true;
this.colStationName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStationName.Caption = "泵站";
this.colStationName.FieldName = "StationName";
this.colStationName.MinWidth = 286;
this.colStationName.Name = "colStationName";
this.colStationName.OptionsColumn.AllowEdit = false;
this.colStationName.OptionsColumn.ReadOnly = true;
this.colStationName.Visible = true;
this.colStationName.VisibleIndex = 1;
this.colStationName.Width = 286;
//
// colConnFrequence
//
this.colConnFrequence.AppearanceCell.Options.UseTextOptions = true;
this.colConnFrequence.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colConnFrequence.AppearanceHeader.Options.UseTextOptions = true;
this.colConnFrequence.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colConnFrequence.Caption = "运行频率";
this.colConnFrequence.FieldName = "ConnFrequence";
this.colConnFrequence.MaxWidth = 171;
this.colConnFrequence.MinWidth = 114;
this.colConnFrequence.Name = "colConnFrequence";
this.colConnFrequence.Visible = true;
this.colConnFrequence.VisibleIndex = 5;
this.colConnFrequence.Width = 114;
//
// colExtendRatio
//
this.colExtendRatio.AppearanceCell.Options.UseTextOptions = true;
this.colExtendRatio.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colExtendRatio.AppearanceHeader.Options.UseTextOptions = true;
this.colExtendRatio.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colExtendRatio.Caption = "延长";
this.colExtendRatio.FieldName = "ExtendRatio";
this.colExtendRatio.MaxWidth = 100;
this.colExtendRatio.MinWidth = 114;
this.colExtendRatio.Name = "colExtendRatio";
this.colExtendRatio.Visible = true;
this.colExtendRatio.VisibleIndex = 6;
this.colExtendRatio.Width = 114;
//
// ribbonControl1
//
this.ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.EmptyAreaImageOptions.ImagePadding = new System.Windows.Forms.Padding(43, 47, 43, 47);
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.ribbonControl1.SearchEditItem,
this.barBtnCalcuCurve,
this.barCekSearchCurve});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ribbonControl1.MaxItemId = 11;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.OptionsMenuMinWidth = 471;
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage1});
this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
this.ribbonControl1.Size = new System.Drawing.Size(1541, 154);
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barBtnCalcuCurve
//
this.barBtnCalcuCurve.Caption = "计算并联线";
this.barBtnCalcuCurve.Id = 8;
this.barBtnCalcuCurve.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnCalcuCurve.ImageOptions.SvgImage")));
this.barBtnCalcuCurve.Name = "barBtnCalcuCurve";
this.barBtnCalcuCurve.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCalcuCurve_ItemClick);
//
// barCekSearchCurve
//
this.barCekSearchCurve.Caption = "查询曲线";
this.barCekSearchCurve.Id = 10;
this.barCekSearchCurve.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekSearchCurve.ImageOptions.SvgImage")));
this.barCekSearchCurve.Name = "barCekSearchCurve";
this.barCekSearchCurve.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekSearchCurve_CheckedChanged);
//
// ribbonPage1
//
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup1});
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "基础操作";
//
// ribbonPageGroup1
//
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnCalcuCurve);
this.ribbonPageGroup1.ItemLinks.Add(this.barCekSearchCurve);
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
this.ribbonPageGroup1.Text = "基础操作";
//
// ParallelCurvePage
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainerControl1);
this.Controls.Add(this.dockPanel1);
this.Controls.Add(this.ribbonControl1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "ParallelCurvePage";
this.Size = new System.Drawing.Size(1541, 1034);
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
this.dockPanel1.ResumeLayout(false);
this.dockPanel1_Container.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
this.splitContainerControl1.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
this.splitContainerControl1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.BindingSource bindingSource1;
private PumpCurveTreeList pumpCurveTreeList1;
private MultiCurveExpressChart mainChart;
private DevExpress.XtraBars.Navigation.TileNavCategory tileNavCategory1;
private DevExpress.XtraBars.Navigation.NavButton navButAdd;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.BarButtonItem barBtnCalcuCurve;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.XtraBars.BarCheckItem barCekSearchCurve;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn colPumpName;
private DevExpress.XtraGrid.Columns.GridColumn colColor;
private DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit repositoryItemColorPickEdit1;
private DevExpress.XtraGrid.Columns.GridColumn colQueryPtQ;
private DevExpress.XtraGrid.Columns.GridColumn colDelete;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
private DevExpress.XtraGrid.Columns.GridColumn colProjectName;
private DevExpress.XtraGrid.Columns.GridColumn colQueryPtH;
private DevExpress.XtraGrid.Columns.GridColumn colQueryPtE;
private DevExpress.XtraGrid.Columns.GridColumn colQueryPtP;
private DevExpress.XtraGrid.Columns.GridColumn colIsFrequency;
private DevExpress.XtraGrid.Columns.GridColumn colStationName;
private DevExpress.XtraGrid.Columns.GridColumn colConnFrequence;
private DevExpress.XtraGrid.Columns.GridColumn colExtendRatio;
}
}