namespace IStation.WinFrmUI.Monitor { partial class DataComparisonCharCtrl { /// /// 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.docPnlMonitorList = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.multiMonitorPointListCtrl1 = new IStation.WinFrmUI.Monitor.MultiMonitorPointListCtrl(); this.timeValueChartView1 = new IStation.WinFrmUI.Monitor.TimeValueSwiftPlotChartView(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.docPnlMonitorList.SuspendLayout(); this.dockPanel1_Container.SuspendLayout(); this.SuspendLayout(); // // dockManager1 // this.dockManager1.Form = this; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.docPnlMonitorList}); this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light; this.dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.StatusBar", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "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"}); // // docPnlMonitorList // this.docPnlMonitorList.Controls.Add(this.dockPanel1_Container); this.docPnlMonitorList.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; this.docPnlMonitorList.ID = new System.Guid("d3ac34ca-555a-4091-b72a-ce18875fd99b"); this.docPnlMonitorList.Location = new System.Drawing.Point(0, 0); this.docPnlMonitorList.Name = "docPnlMonitorList"; this.docPnlMonitorList.Options.AllowDockAsTabbedDocument = false; this.docPnlMonitorList.Options.AllowDockBottom = false; this.docPnlMonitorList.Options.AllowDockFill = false; this.docPnlMonitorList.Options.AllowDockRight = false; this.docPnlMonitorList.Options.AllowDockTop = false; this.docPnlMonitorList.Options.AllowFloating = false; this.docPnlMonitorList.Options.FloatOnDblClick = false; this.docPnlMonitorList.Options.ShowCloseButton = false; this.docPnlMonitorList.Options.ShowMaximizeButton = false; this.docPnlMonitorList.OriginalSize = new System.Drawing.Size(222, 200); this.docPnlMonitorList.Size = new System.Drawing.Size(222, 762); this.docPnlMonitorList.Text = "监测点列表"; // // dockPanel1_Container // this.dockPanel1_Container.Controls.Add(this.multiMonitorPointListCtrl1); this.dockPanel1_Container.Location = new System.Drawing.Point(0, 23); this.dockPanel1_Container.Name = "dockPanel1_Container"; this.dockPanel1_Container.Size = new System.Drawing.Size(221, 739); this.dockPanel1_Container.TabIndex = 0; // // multiMonitorPointListCtrl1 // this.multiMonitorPointListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control; this.multiMonitorPointListCtrl1.Appearance.Options.UseBackColor = true; this.multiMonitorPointListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.multiMonitorPointListCtrl1.Location = new System.Drawing.Point(0, 0); this.multiMonitorPointListCtrl1.Name = "multiMonitorPointListCtrl1"; this.multiMonitorPointListCtrl1.Size = new System.Drawing.Size(221, 739); this.multiMonitorPointListCtrl1.TabIndex = 0; // // timeValueChartView1 // this.timeValueChartView1.Dock = System.Windows.Forms.DockStyle.Fill; this.timeValueChartView1.Location = new System.Drawing.Point(222, 0); this.timeValueChartView1.Name = "timeValueChartView1"; this.timeValueChartView1.Size = new System.Drawing.Size(841, 762); this.timeValueChartView1.TabIndex = 7; // // DataComparisonCharCtrl // 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.timeValueChartView1); this.Controls.Add(this.docPnlMonitorList); this.Name = "DataComparisonCharCtrl"; this.Size = new System.Drawing.Size(1063, 762); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.docPnlMonitorList.ResumeLayout(false); this.dockPanel1_Container.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.DockPanel docPnlMonitorList; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private MultiMonitorPointListCtrl multiMonitorPointListCtrl1; private TimeValueSwiftPlotChartView timeValueChartView1; } }