namespace IStation.WinFrmUI.Basic { partial class PumpCurveMgrCtrl { /// /// 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(); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); this.dockLeftPanel = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.pumpCurveMappingListCtrl1 = new IStation.WinFrmUI.Basic.PumpCurveMappingListCtrl(); this.curveRatedPointBindingSource = new System.Windows.Forms.BindingSource(this.components); this.chartFeatCurveViewCtrl1 = new IStation.WinFrmUI.Curve.ChartFeatCurveViewCtrl(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.dockLeftPanel.SuspendLayout(); this.dockPanel1_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.curveRatedPointBindingSource)).BeginInit(); this.SuspendLayout(); // // dockManager1 // this.dockManager1.Form = this; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.dockLeftPanel}); 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"}); // // dockLeftPanel // this.dockLeftPanel.Controls.Add(this.dockPanel1_Container); this.dockLeftPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; this.dockLeftPanel.ID = new System.Guid("fb87a574-0a5b-48af-8cc2-555feb8cde7a"); this.dockLeftPanel.Location = new System.Drawing.Point(0, 0); this.dockLeftPanel.Name = "dockLeftPanel"; this.dockLeftPanel.Options.ShowCloseButton = false; this.dockLeftPanel.OriginalSize = new System.Drawing.Size(250, 200); this.dockLeftPanel.Size = new System.Drawing.Size(250, 567); this.dockLeftPanel.Text = "泵曲线列表"; // // dockPanel1_Container // this.dockPanel1_Container.Controls.Add(this.pumpCurveMappingListCtrl1); this.dockPanel1_Container.Location = new System.Drawing.Point(0, 23); this.dockPanel1_Container.Name = "dockPanel1_Container"; this.dockPanel1_Container.Size = new System.Drawing.Size(249, 544); this.dockPanel1_Container.TabIndex = 0; // // pumpCurveMappingListCtrl1 // this.pumpCurveMappingListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control; this.pumpCurveMappingListCtrl1.Appearance.Options.UseBackColor = true; this.pumpCurveMappingListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.pumpCurveMappingListCtrl1.Location = new System.Drawing.Point(0, 0); this.pumpCurveMappingListCtrl1.Name = "pumpCurveMappingListCtrl1"; this.pumpCurveMappingListCtrl1.Size = new System.Drawing.Size(249, 544); this.pumpCurveMappingListCtrl1.TabIndex = 0; // // chartFeatCurveViewCtrl1 // this.chartFeatCurveViewCtrl1.CoordinateParas = null; this.chartFeatCurveViewCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartFeatCurveViewCtrl1.IsDispCurveName = true; this.chartFeatCurveViewCtrl1.IsDispCurvePoint = false; this.chartFeatCurveViewCtrl1.Location = new System.Drawing.Point(250, 0); this.chartFeatCurveViewCtrl1.Name = "chartFeatCurveViewCtrl1"; this.chartFeatCurveViewCtrl1.RatedParas = null; this.chartFeatCurveViewCtrl1.Size = new System.Drawing.Size(520, 567); this.chartFeatCurveViewCtrl1.TabIndex = 0; // // PumpCurveMgrCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartFeatCurveViewCtrl1); this.Controls.Add(this.dockLeftPanel); this.Name = "PumpCurveMgrCtrl"; this.Size = new System.Drawing.Size(770, 567); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.dockLeftPanel.ResumeLayout(false); this.dockPanel1_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.curveRatedPointBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.DockPanel dockLeftPanel; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private PumpCurveMappingListCtrl pumpCurveMappingListCtrl1; private Curve.ChartFeatCurveViewCtrl chartFeatCurveViewCtrl1; private System.Windows.Forms.BindingSource curveRatedPointBindingSource; } }