using DevExpress.XtraCharts; namespace PBS.WinFrmUI.DataAnalysis { partial class EnergyAnalysis { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EnergyAnalysis)); XYDiagram xyDiagram2 = new XYDiagram(); LayoutDefinition layoutDefinition4 = new LayoutDefinition(); LayoutDefinition layoutDefinition5 = new LayoutDefinition(); LayoutDefinition layoutDefinition6 = new LayoutDefinition(); Series series2 = new Series(); SplineSeriesView splineSeriesView2 = new SplineSeriesView(); ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); chartControl1 = new ChartControl(); xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); gridControl1 = new DevExpress.XtraGrid.GridControl(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); textEdit1 = new DevExpress.XtraEditors.TextEdit(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); textEdit2 = new DevExpress.XtraEditors.TextEdit(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); textEdit3 = new DevExpress.XtraEditors.TextEdit(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); textEdit4 = new DevExpress.XtraEditors.TextEdit(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); textEdit5 = new DevExpress.XtraEditors.TextEdit(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)chartControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)xyDiagram2).BeginInit(); ((System.ComponentModel.ISupportInitialize)series2).BeginInit(); ((System.ComponentModel.ISupportInitialize)splineSeriesView2).BeginInit(); ((System.ComponentModel.ISupportInitialize)xtraTabControl1).BeginInit(); xtraTabControl1.SuspendLayout(); xtraTabPage1.SuspendLayout(); xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); ((System.ComponentModel.ISupportInitialize)splitContainerControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)splitContainerControl1.Panel1).BeginInit(); splitContainerControl1.Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)splitContainerControl1.Panel2).BeginInit(); splitContainerControl1.Panel2.SuspendLayout(); splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit(); dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEdit3.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEdit4.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEdit5.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); SuspendLayout(); // // ribbonControl1 // ribbonControl1.AllowMinimizeRibbon = false; ribbonControl1.ExpandCollapseItem.Id = 0; ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barButtonItem1, barButtonItem2 }); ribbonControl1.Location = new Point(0, 0); ribbonControl1.MaxItemId = 3; 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.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; ribbonControl1.ShowToolbarCustomizeItem = false; ribbonControl1.Size = new Size(1003, 128); ribbonControl1.Toolbar.ShowCustomizeItem = false; ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barButtonItem1 // barButtonItem1.Caption = "导入文件"; barButtonItem1.Id = 1; barButtonItem1.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barButtonItem1.ImageOptions.SvgImage"); barButtonItem1.Name = "barButtonItem1"; barButtonItem1.ItemClick += barButtonItem1_ItemClick; // // barButtonItem2 // barButtonItem2.Caption = "设置压力"; barButtonItem2.Id = 2; barButtonItem2.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barButtonItem2.ImageOptions.SvgImage"); barButtonItem2.Name = "barButtonItem2"; barButtonItem2.ItemClick += barButtonItem2_ItemClick; // // ribbonPage1 // ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1 }); ribbonPage1.Name = "ribbonPage1"; // // ribbonPageGroup1 // ribbonPageGroup1.ItemLinks.Add(barButtonItem1); ribbonPageGroup1.ItemLinks.Add(barButtonItem2); ribbonPageGroup1.Name = "ribbonPageGroup1"; ribbonPageGroup1.Text = "基础功能"; // // chartControl1 // chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; xyDiagram2.AxisX.Alignment = AxisAlignment.Zero; xyDiagram2.AxisX.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisX.Title.Text = "时间"; xyDiagram2.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Color = Color.DodgerBlue; xyDiagram2.AxisY.Label.TextColor = Color.DodgerBlue; xyDiagram2.AxisY.Title.Alignment = StringAlignment.Far; xyDiagram2.AxisY.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; xyDiagram2.AxisY.Title.Text = "压力(MPa)"; xyDiagram2.AxisY.Title.TextColor = Color.DodgerBlue; xyDiagram2.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram2.DefaultPane.BorderVisible = false; xyDiagram2.DefaultPane.Title.Text = "无数据"; xyDiagram2.PaneLayout.AutoLayoutMode = PaneAutoLayoutMode.Grid; xyDiagram2.PaneLayout.RowDefinitions.AddRange(new LayoutDefinition[] { layoutDefinition4, layoutDefinition5, layoutDefinition6 }); xyDiagram2.RangeControlTimeSpanGridOptions.GridAlignment = TimeSpanGridAlignment.Minute; xyDiagram2.RangeControlTimeSpanGridOptions.GridMode = ChartRangeControlClientGridMode.Manual; chartControl1.Diagram = xyDiagram2; chartControl1.Dock = DockStyle.Fill; chartControl1.Legend.AlignmentHorizontal = LegendAlignmentHorizontal.Right; chartControl1.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; chartControl1.Legend.Direction = LegendDirection.LeftToRight; chartControl1.Legend.LegendID = -1; chartControl1.Legend.MarkerMode = LegendMarkerMode.CheckBoxAndMarker; chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; chartControl1.Location = new Point(0, 0); chartControl1.Margin = new Padding(2); chartControl1.Name = "chartControl1"; series2.Name = "SeriesQH"; series2.SeriesID = 0; splineSeriesView2.Color = Color.FromArgb(84, 141, 212); series2.View = splineSeriesView2; chartControl1.SeriesSerializable = new Series[] { series2 }; chartControl1.Size = new Size(784, 535); chartControl1.TabIndex = 0; // // xtraTabControl1 // xtraTabControl1.Dock = DockStyle.Fill; xtraTabControl1.Location = new Point(0, 128); xtraTabControl1.Name = "xtraTabControl1"; xtraTabControl1.SelectedTabPage = xtraTabPage1; xtraTabControl1.Size = new Size(1003, 561); xtraTabControl1.TabIndex = 2; xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { xtraTabPage1, xtraTabPage2 }); // // xtraTabPage1 // xtraTabPage1.Controls.Add(splitContainerControl1); xtraTabPage1.Name = "xtraTabPage1"; xtraTabPage1.Size = new Size(1001, 535); xtraTabPage1.Text = "图表"; // // xtraTabPage2 // xtraTabPage2.Controls.Add(gridControl1); xtraTabPage2.Name = "xtraTabPage2"; xtraTabPage2.Size = new Size(1001, 535); xtraTabPage2.Text = "数据"; // // gridControl1 // gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 0); gridControl1.MainView = gridView1; gridControl1.MenuManager = ribbonControl1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(1001, 535); gridControl1.TabIndex = 0; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsBehavior.Editable = false; gridView1.OptionsDragDrop.AllowDataReordering = false; gridView1.OptionsDragDrop.AllowSortedDataDragDrop = false; gridView1.OptionsView.ShowGroupPanel = false; // // splitContainerControl1 // splitContainerControl1.Dock = DockStyle.Fill; splitContainerControl1.Location = new Point(0, 0); splitContainerControl1.Name = "splitContainerControl1"; // // splitContainerControl1.Panel1 // splitContainerControl1.Panel1.Controls.Add(chartControl1); splitContainerControl1.Panel1.Text = "Panel1"; // // splitContainerControl1.Panel2 // splitContainerControl1.Panel2.Controls.Add(dataLayoutControl1); splitContainerControl1.Panel2.Text = "Panel2"; splitContainerControl1.Size = new Size(1001, 535); splitContainerControl1.SplitterPosition = 784; splitContainerControl1.TabIndex = 1; // // dataLayoutControl1 // dataLayoutControl1.Controls.Add(textEdit5); dataLayoutControl1.Controls.Add(textEdit4); dataLayoutControl1.Controls.Add(textEdit3); dataLayoutControl1.Controls.Add(textEdit2); dataLayoutControl1.Controls.Add(textEdit1); dataLayoutControl1.Dock = DockStyle.Fill; dataLayoutControl1.Location = new Point(0, 0); dataLayoutControl1.Name = "dataLayoutControl1"; dataLayoutControl1.Root = Root; dataLayoutControl1.Size = new Size(207, 535); dataLayoutControl1.TabIndex = 0; dataLayoutControl1.Text = "dataLayoutControl1"; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5 }); Root.Name = "Root"; Root.Size = new Size(207, 535); Root.TextVisible = false; // // textEdit1 // textEdit1.Location = new Point(96, 12); textEdit1.MenuManager = ribbonControl1; textEdit1.Name = "textEdit1"; textEdit1.Size = new Size(99, 20); textEdit1.StyleController = dataLayoutControl1; textEdit1.TabIndex = 4; // // layoutControlItem1 // layoutControlItem1.Control = textEdit1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(187, 24); layoutControlItem1.Text = "数据天数:"; layoutControlItem1.TextSize = new Size(72, 14); // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 120); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(187, 395); emptySpaceItem1.TextSize = new Size(0, 0); // // textEdit2 // textEdit2.Location = new Point(96, 36); textEdit2.MenuManager = ribbonControl1; textEdit2.Name = "textEdit2"; textEdit2.Size = new Size(99, 20); textEdit2.StyleController = dataLayoutControl1; textEdit2.TabIndex = 5; // // layoutControlItem2 // layoutControlItem2.Control = textEdit2; layoutControlItem2.Location = new Point(0, 24); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(187, 24); layoutControlItem2.Text = "总流量:"; layoutControlItem2.TextSize = new Size(72, 14); // // textEdit3 // textEdit3.Location = new Point(96, 60); textEdit3.MenuManager = ribbonControl1; textEdit3.Name = "textEdit3"; textEdit3.Size = new Size(99, 20); textEdit3.StyleController = dataLayoutControl1; textEdit3.TabIndex = 6; // // layoutControlItem3 // layoutControlItem3.Control = textEdit3; layoutControlItem3.Location = new Point(0, 48); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(187, 24); layoutControlItem3.Text = "总节电量:"; layoutControlItem3.TextSize = new Size(72, 14); // // textEdit4 // textEdit4.Location = new Point(96, 84); textEdit4.MenuManager = ribbonControl1; textEdit4.Name = "textEdit4"; textEdit4.Size = new Size(99, 20); textEdit4.StyleController = dataLayoutControl1; textEdit4.TabIndex = 7; // // layoutControlItem4 // layoutControlItem4.Control = textEdit4; layoutControlItem4.Location = new Point(0, 72); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(187, 24); layoutControlItem4.Text = "节电率:"; layoutControlItem4.TextSize = new Size(72, 14); // // textEdit5 // textEdit5.Location = new Point(96, 108); textEdit5.MenuManager = ribbonControl1; textEdit5.Name = "textEdit5"; textEdit5.Size = new Size(99, 20); textEdit5.StyleController = dataLayoutControl1; textEdit5.TabIndex = 8; // // layoutControlItem5 // layoutControlItem5.Control = textEdit5; layoutControlItem5.Location = new Point(0, 96); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(187, 24); layoutControlItem5.Text = "总节电费用:"; layoutControlItem5.TextSize = new Size(72, 14); // // EnergyAnalysis // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(xtraTabControl1); Controls.Add(ribbonControl1); Name = "EnergyAnalysis"; Size = new Size(1003, 689); ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)xyDiagram2).EndInit(); ((System.ComponentModel.ISupportInitialize)splineSeriesView2).EndInit(); ((System.ComponentModel.ISupportInitialize)series2).EndInit(); ((System.ComponentModel.ISupportInitialize)chartControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)xtraTabControl1).EndInit(); xtraTabControl1.ResumeLayout(false); xtraTabPage1.ResumeLayout(false); xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)splitContainerControl1.Panel1).EndInit(); splitContainerControl1.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)splitContainerControl1.Panel2).EndInit(); splitContainerControl1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)splitContainerControl1).EndInit(); splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit(); dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)textEdit3.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)textEdit4.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)textEdit5.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraBars.BarButtonItem barButtonItem1; private DevExpress.XtraCharts.ChartControl chartControl1; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraBars.BarButtonItem barButtonItem2; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1; private DevExpress.XtraEditors.TextEdit textEdit5; private DevExpress.XtraEditors.TextEdit textEdit4; private DevExpress.XtraEditors.TextEdit textEdit3; private DevExpress.XtraEditors.TextEdit textEdit2; private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; } }