namespace IStation.WinFrmUI.CalcErQu
{
partial class ViewRealTimeRiverWaterLevelCtrl
{
///
/// 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.TextAnnotation textAnnotation1 = new DevExpress.XtraCharts.TextAnnotation();
DevExpress.XtraCharts.PaneAnchorPoint paneAnchorPoint1 = new DevExpress.XtraCharts.PaneAnchorPoint();
DevExpress.XtraCharts.RelativePosition relativePosition1 = new DevExpress.XtraCharts.RelativePosition();
DevExpress.XtraCharts.TextAnnotation textAnnotation2 = new DevExpress.XtraCharts.TextAnnotation();
DevExpress.XtraCharts.PaneAnchorPoint paneAnchorPoint2 = new DevExpress.XtraCharts.PaneAnchorPoint();
DevExpress.XtraCharts.RelativePosition relativePosition2 = new DevExpress.XtraCharts.RelativePosition();
DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
DevExpress.XtraCharts.Strip strip1 = new DevExpress.XtraCharts.Strip();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
this.timeValueBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
((System.ComponentModel.ISupportInitialize)(this.timeValueBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(textAnnotation2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(strip1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
this.SuspendLayout();
//
// timeValueBindingSource
//
this.timeValueBindingSource.DataSource = typeof(IStation.Model.TimeWaterLevel);
//
// chartControl1
//
paneAnchorPoint1.AxisXCoordinate.AxisValueSerializable = "11/06/2023 20:00:00.000";
paneAnchorPoint1.AxisYCoordinate.AxisValueSerializable = "6";
textAnnotation1.AnchorPoint = paneAnchorPoint1;
textAnnotation1.AutoHeight = false;
textAnnotation1.AutoSize = false;
textAnnotation1.AutoWidth = false;
textAnnotation1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
textAnnotation1.Height = 23;
textAnnotation1.Name = "Maximum";
textAnnotation1.RuntimeAnchoring = true;
textAnnotation1.RuntimeMoving = true;
textAnnotation1.RuntimeResizing = true;
textAnnotation1.RuntimeRotation = true;
relativePosition1.Angle = -45D;
textAnnotation1.ShapePosition = relativePosition1;
textAnnotation1.Text = "Maximum";
textAnnotation1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(129)))), ((int)(((byte)(189)))));
textAnnotation1.Width = 77;
paneAnchorPoint2.AxisXCoordinate.AxisValueSerializable = "11/06/2023 19:00:00.000";
paneAnchorPoint2.AxisYCoordinate.AxisValueSerializable = "5";
textAnnotation2.AnchorPoint = paneAnchorPoint2;
textAnnotation2.AutoHeight = true;
textAnnotation2.AutoWidth = true;
textAnnotation2.Name = "Minimum";
textAnnotation2.RuntimeAnchoring = true;
textAnnotation2.RuntimeMoving = true;
textAnnotation2.RuntimeResizing = true;
textAnnotation2.RuntimeRotation = true;
relativePosition2.Angle = 135D;
textAnnotation2.ShapePosition = relativePosition2;
textAnnotation2.Text = "Minimum";
textAnnotation2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
textAnnotation1,
textAnnotation2});
this.chartControl1.DataSource = this.timeValueBindingSource;
constantLine1.AxisValueSerializable = "01/01/0001 01:00:00.000";
constantLine1.Name = "Constant Line 1";
xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
constantLine1});
xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Hour;
xyDiagram1.AxisX.GridLines.Visible = true;
strip1.MaxLimit.AxisValueSerializable = "01/01/0001 01:00:00.000";
strip1.MinLimit.AxisValueSerializable = "01/01/0001 00:00:00.000";
strip1.Name = "Strip 1";
xyDiagram1.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
strip1});
xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
xyDiagram1.AxisX.WholeRange.EndSideMargin = 0D;
xyDiagram1.AxisX.WholeRange.StartSideMargin = 0D;
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
this.chartControl1.Diagram = xyDiagram1;
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.chartControl1.Location = new System.Drawing.Point(0, 0);
this.chartControl1.Name = "chartControl1";
series1.ArgumentDataMember = "Time";
series1.DateTimeSummaryOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Hour;
series1.DateTimeSummaryOptions.MeasureUnitMultiplier = 1;
series1.Name = "Series 1";
series1.ValueDataMembersSerializable = "Level";
areaSeriesView1.EmptyPointOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
areaSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False;
series1.View = areaSeriesView1;
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
this.chartControl1.Size = new System.Drawing.Size(951, 781);
this.chartControl1.TabIndex = 7;
//
// ViewRealTimeRiverWaterLevelCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.chartControl1);
this.Name = "ViewRealTimeRiverWaterLevelCtrl";
this.Size = new System.Drawing.Size(951, 781);
((System.ComponentModel.ISupportInitialize)(this.timeValueBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit();
((System.ComponentModel.ISupportInitialize)(textAnnotation2)).EndInit();
((System.ComponentModel.ISupportInitialize)(strip1)).EndInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.BindingSource timeValueBindingSource;
private DevExpress.XtraCharts.ChartControl chartControl1;
}
}