namespace IStation.WinFrmUI.Monitor
{
partial class TimeValueEasyChartView
{
///
/// 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.XtraCharts.SwiftPlotDiagram swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TimeValueEasyChartView));
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.timeValueBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.popMenu = new DevExpress.XtraBars.PopupMenu(this.components);
this.barBtnOk = new DevExpress.XtraBars.BarButtonItem();
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.timeValueBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popMenu)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.SuspendLayout();
//
// chartControl1
//
this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.chartControl1.DataSource = this.timeValueBindingSource;
swiftPlotDiagram1.AxisX.Title.Text = "时间";
swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
swiftPlotDiagram1.AxisY.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
swiftPlotDiagram1.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far;
swiftPlotDiagram1.AxisY.Title.Text = "值";
swiftPlotDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
swiftPlotDiagram1.AxisY.Title.WordWrap = true;
swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
swiftPlotDiagram1.EnableAxisXZooming = true;
swiftPlotDiagram1.PaneLayout.Direction = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
swiftPlotDiagram1.RangeControlDateTimeGridOptions.GridAlignment = DevExpress.XtraCharts.DateTimeGridAlignment.Month;
swiftPlotDiagram1.RangeControlDateTimeGridOptions.GridMode = DevExpress.XtraCharts.ChartRangeControlClientGridMode.Manual;
this.chartControl1.Diagram = swiftPlotDiagram1;
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.Name = "Default Legend";
this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.chartControl1.Location = new System.Drawing.Point(0, 0);
this.chartControl1.Margin = new System.Windows.Forms.Padding(0);
this.chartControl1.Name = "chartControl1";
series1.CrosshairLabelPattern = "{A:yyyy.MM.dd HH:mm:ss} {V:#.00}";
series1.CrosshairLabelVisibility = DevExpress.Utils.DefaultBoolean.True;
series1.Name = "Series";
swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70)))));
swiftPlotSeriesView1.LineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Miter;
swiftPlotSeriesView1.LineStyle.Thickness = 2;
series1.View = swiftPlotSeriesView1;
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
this.chartControl1.SeriesTemplate.ArgumentDataMember = "Time";
this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Value";
this.chartControl1.Size = new System.Drawing.Size(951, 781);
this.chartControl1.TabIndex = 2;
//
// timeValueBindingSource
//
this.timeValueBindingSource.DataSource = typeof(IStation.WinFrmUI.Monitor.TimeValue);
//
// popMenu
//
this.popMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnOk)});
this.popMenu.Manager = this.barManager1;
this.popMenu.Name = "popMenu";
//
// barBtnOk
//
this.barBtnOk.Caption = "确认";
this.barBtnOk.Id = 0;
this.barBtnOk.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnOk.ImageOptions.SvgImage")));
this.barBtnOk.Name = "barBtnOk";
this.barBtnOk.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnOk_ItemClick);
//
// barManager1
//
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.barBtnOk});
this.barManager1.MaxItemId = 1;
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager1;
this.barDockControlTop.Size = new System.Drawing.Size(951, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 781);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(951, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
this.barDockControlLeft.Manager = this.barManager1;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 781);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(951, 0);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(0, 781);
//
// TimeValueEasyChartView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.chartControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "TimeValueEasyChartView";
this.Size = new System.Drawing.Size(951, 781);
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.timeValueBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popMenu)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.BindingSource timeValueBindingSource;
private DevExpress.XtraCharts.ChartControl chartControl1;
private DevExpress.XtraBars.PopupMenu popMenu;
private DevExpress.XtraBars.BarButtonItem barBtnOk;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
}
}