namespace IStation.WinFrmUI.River
{
partial class RiverWaterLevelMonthDataCtrl
{
///
/// 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.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
this.SuspendLayout();
//
// dockManager1
//
this.dockManager1.Form = this;
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"});
//
// chartControl1
//
xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Minute;
xyDiagram1.AxisX.GridLines.Visible = true;
xyDiagram1.AxisX.Label.TextPattern = "{A :d\'日\' HH:mm}";
xyDiagram1.AxisX.MinorCount = 3;
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
xyDiagram1.EnableAxisXScrolling = true;
xyDiagram1.EnableAxisXZooming = true;
this.chartControl1.Diagram = xyDiagram1;
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
this.chartControl1.Location = new System.Drawing.Point(0, 0);
this.chartControl1.Name = "chartControl1";
series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
series1.CrosshairLabelPattern = "{S}{A:HH:mm}{V}";
series1.DateTimeSummaryOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Minute;
series1.DateTimeSummaryOptions.MeasureUnitMultiplier = 1;
series1.Name = "长江水位";
series1.ValueDataMembersSerializable = "RiverHeight";
series1.View = lineSeriesView1;
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
this.chartControl1.Size = new System.Drawing.Size(1063, 762);
this.chartControl1.TabIndex = 8;
//
// RiverWaterLevelMonthDataCtrl
//
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.chartControl1);
this.Name = "RiverWaterLevelMonthDataCtrl";
this.Size = new System.Drawing.Size(1063, 762);
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraCharts.ChartControl chartControl1;
}
}