namespace IStation.WinFrmUI.Basic { partial class TestCurveByStationComparePage { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestCurveByStationComparePage)); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.multiCurveTestParasCtrl1 = new IStation.WinFrmUI.Basic.CompareCurveParasListCtrl(); this.mainChart = new IStation.WinFrmUI.Basic.ChartMultiCurveCompareCtrl(); this.testTreeView1 = new IStation.WinFrmUI.Basic.TestTreeByStationView(); 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.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); 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.ribbonControl1)).BeginInit(); this.SuspendLayout(); // // multiCurveTestParasCtrl1 // this.multiCurveTestParasCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.multiCurveTestParasCtrl1.Location = new System.Drawing.Point(0, 0); this.multiCurveTestParasCtrl1.Name = "multiCurveTestParasCtrl1"; this.multiCurveTestParasCtrl1.Size = new System.Drawing.Size(829, 136); this.multiCurveTestParasCtrl1.TabIndex = 0; // // mainChart // this.mainChart.ChartScaleMaxH = 1D; this.mainChart.ChartScaleMinH = 1D; this.mainChart.Dock = System.Windows.Forms.DockStyle.Fill; this.mainChart.IsDispCurveName = false; this.mainChart.IsDispLegend = false; this.mainChart.IsMonoColor = false; this.mainChart.IsQueryCurvePara = false; this.mainChart.Location = new System.Drawing.Point(0, 0); this.mainChart.Name = "mainChart"; this.mainChart.Size = new System.Drawing.Size(829, 408); this.mainChart.TabIndex = 0; // // testTreeView1 // this.testTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.testTreeView1.Location = new System.Drawing.Point(0, 0); this.testTreeView1.Name = "testTreeView1"; this.testTreeView1.Size = new System.Drawing.Size(249, 531); this.testTreeView1.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, 104); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.Options.ShowCloseButton = false; this.dockPanel1.OriginalSize = new System.Drawing.Size(250, 200); this.dockPanel1.Size = new System.Drawing.Size(250, 554); this.dockPanel1.Text = "泵曲线列表"; // // dockPanel1_Container // this.dockPanel1_Container.Controls.Add(this.testTreeView1); 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, 531); 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(250, 104); this.splitContainerControl1.Name = "splitContainerControl1"; // // splitContainerControl1.Panel1 // this.splitContainerControl1.Panel1.Controls.Add(this.multiCurveTestParasCtrl1); 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(829, 554); this.splitContainerControl1.SplitterPosition = 136; this.splitContainerControl1.TabIndex = 9; // // ribbonControl1 // this.ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False; 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.barCekSearchCurve}); this.ribbonControl1.Location = new System.Drawing.Point(0, 0); this.ribbonControl1.MaxItemId = 12; this.ribbonControl1.Name = "ribbonControl1"; 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(1079, 104); this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barCekSearchCurve // this.barCekSearchCurve.Caption = "查询曲线"; this.barCekSearchCurve.Id = 11; 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.barCekSearchCurve); this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "基础操作"; // // TestCurveByStationComparePage // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainerControl1); this.Controls.Add(this.dockPanel1); this.Controls.Add(this.ribbonControl1); this.Name = "TestCurveByStationComparePage"; this.Size = new System.Drawing.Size(1079, 658); ((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.ribbonControl1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.BindingSource bindingSource1; private TestTreeByStationView testTreeView1; private ChartMultiCurveCompareCtrl 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 CompareCurveParasListCtrl multiCurveTestParasCtrl1; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraBars.BarCheckItem barCekSearchCurve; } }