namespace Yw.WinFrmUI
|
{
|
partial class HydroSingleWorkingLossCurveInteropCtrl
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
components = new Container();
|
DevExpress.XtraCharts.TextAnnotation textAnnotation1 = new DevExpress.XtraCharts.TextAnnotation();
|
DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint();
|
DevExpress.XtraCharts.FreePosition freePosition1 = new DevExpress.XtraCharts.FreePosition();
|
DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
|
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
|
DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
|
DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
|
DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
|
lossBindingSource = new BindingSource(components);
|
elevBindingSource = new BindingSource(components);
|
chartControl1 = new DevExpress.XtraCharts.ChartControl();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
ckSpecial = new DevExpress.XtraEditors.CheckEdit();
|
ckStart = new DevExpress.XtraEditors.CheckEdit();
|
ckEnd = new DevExpress.XtraEditors.CheckEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
((ISupportInitialize)lossBindingSource).BeginInit();
|
((ISupportInitialize)elevBindingSource).BeginInit();
|
((ISupportInitialize)chartControl1).BeginInit();
|
((ISupportInitialize)textAnnotation1).BeginInit();
|
((ISupportInitialize)xyDiagram1).BeginInit();
|
((ISupportInitialize)series1).BeginInit();
|
((ISupportInitialize)areaSeriesView1).BeginInit();
|
((ISupportInitialize)series2).BeginInit();
|
((ISupportInitialize)areaSeriesView2).BeginInit();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)ckSpecial.Properties).BeginInit();
|
((ISupportInitialize)ckStart.Properties).BeginInit();
|
((ISupportInitialize)ckEnd.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
SuspendLayout();
|
//
|
// lossBindingSource
|
//
|
lossBindingSource.DataSource = typeof(HydroLossCurvePointVieModel);
|
//
|
// elevBindingSource
|
//
|
elevBindingSource.DataSource = typeof(HydroLossCurvePointVieModel);
|
//
|
// chartControl1
|
//
|
textAnnotation1.AnchorPoint = chartAnchorPoint1;
|
textAnnotation1.AnnotationID = 1;
|
textAnnotation1.AutoHeight = true;
|
textAnnotation1.AutoWidth = true;
|
textAnnotation1.ConnectorStyle = DevExpress.XtraCharts.AnnotationConnectorStyle.None;
|
textAnnotation1.Name = "Annotation 1";
|
freePosition1.DockCorner = DevExpress.XtraCharts.DockCorner.RightTop;
|
freePosition1.InnerIndents.Left = 1160;
|
freePosition1.InnerIndents.Top = 35;
|
textAnnotation1.ShapePosition = freePosition1;
|
chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] { textAnnotation1 });
|
chartControl1.CrosshairOptions.ContentShowMode = DevExpress.XtraCharts.CrosshairContentShowMode.Label;
|
chartControl1.CrosshairOptions.ShowArgumentLabels = true;
|
chartControl1.CrosshairOptions.ShowValueLabels = true;
|
chartControl1.CrosshairOptions.ShowValueLine = true;
|
chartControl1.DataSource = elevBindingSource;
|
xyDiagram1.AxisX.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.True;
|
xyDiagram1.AxisX.GridLines.Visible = true;
|
xyDiagram1.AxisX.MinorCount = 1;
|
xyDiagram1.AxisX.NumericScaleOptions.AutoGrid = false;
|
xyDiagram1.AxisX.Tickmarks.MinorVisible = false;
|
xyDiagram1.AxisX.Title.Text = "距离";
|
xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
|
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
|
xyDiagram1.AxisX.WholeRange.EndSideMargin = 0D;
|
xyDiagram1.AxisX.WholeRange.StartSideMargin = 0D;
|
xyDiagram1.AxisY.GridLines.Visible = false;
|
xyDiagram1.AxisY.MinorCount = 1;
|
xyDiagram1.AxisY.NumericScaleOptions.AutoGrid = false;
|
xyDiagram1.AxisY.Tickmarks.MinorVisible = false;
|
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
|
xyDiagram1.EnableAxisXScrolling = true;
|
xyDiagram1.EnableAxisXZooming = true;
|
chartControl1.Diagram = xyDiagram1;
|
chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
|
chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
|
chartControl1.Legend.LegendID = -1;
|
chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
|
chartControl1.Location = new Point(2, 26);
|
chartControl1.Name = "chartControl1";
|
chartControl1.Padding.Bottom = 10;
|
chartControl1.Padding.Left = 20;
|
chartControl1.Padding.Right = 10;
|
chartControl1.Padding.Top = 10;
|
chartControl1.SelectionMode = DevExpress.XtraCharts.ElementSelectionMode.Single;
|
series1.ArgumentDataMember = "X";
|
series1.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.True;
|
series1.CrosshairHighlightPoints = DevExpress.Utils.DefaultBoolean.True;
|
series1.CrosshairLabelPattern = "总水头:{V:N1}m";
|
series1.CrosshairLabelVisibility = DevExpress.Utils.DefaultBoolean.True;
|
series1.CrosshairTextOptions.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
|
series1.DataSource = lossBindingSource;
|
series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
|
series1.LegendTextPattern = "总水头";
|
series1.Name = "SeriesLoss";
|
series1.SeriesID = 0;
|
series1.ToolTipHintDataMember = "Name";
|
series1.ToolTipSeriesPattern = "";
|
series1.ValueDataMembersSerializable = "Y";
|
areaSeriesView1.Color = Color.FromArgb(255, 192, 0);
|
areaSeriesView1.EmptyPointOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
|
series1.View = areaSeriesView1;
|
series2.ArgumentDataMember = "X";
|
series2.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.True;
|
series2.CrosshairHighlightPoints = DevExpress.Utils.DefaultBoolean.True;
|
series2.CrosshairLabelPattern = "高程:{V:N1}m";
|
series2.CrosshairLabelVisibility = DevExpress.Utils.DefaultBoolean.True;
|
series2.CrosshairTextOptions.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True;
|
series2.DataSource = elevBindingSource;
|
series2.LegendTextPattern = "高程";
|
series2.Name = "SeriesElev";
|
series2.SeriesID = 1;
|
series2.ToolTipHintDataMember = "Name";
|
series2.ToolTipSeriesPattern = "";
|
series2.ValueDataMembersSerializable = "Y";
|
areaSeriesView2.Color = Color.FromArgb(79, 129, 189);
|
areaSeriesView2.EmptyPointOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
|
areaSeriesView2.Transparency = 0;
|
series2.View = areaSeriesView2;
|
chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[]
|
{
|
series1,
|
series2
|
};
|
chartControl1.SeriesTemplate.ArgumentDataMember = "X";
|
chartControl1.SeriesTemplate.ToolTipHintDataMember = "Name";
|
chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Y";
|
chartControl1.Size = new Size(989, 703);
|
chartControl1.TabIndex = 0;
|
chartControl1.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True;
|
chartControl1.ToolTipOptions.ShowForSeries = true;
|
chartControl1.CustomDrawCrosshair += chartControl1_CustomDrawCrosshair;
|
chartControl1.MouseClick += chartControl1_MouseClick;
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(ckSpecial);
|
layoutControl1.Controls.Add(ckStart);
|
layoutControl1.Controls.Add(ckEnd);
|
layoutControl1.Controls.Add(chartControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1248, 442, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(993, 731);
|
layoutControl1.TabIndex = 1;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// ckSpecial
|
//
|
ckSpecial.EditValue = true;
|
ckSpecial.Location = new Point(306, 2);
|
ckSpecial.Name = "ckSpecial";
|
ckSpecial.Properties.AutoWidth = true;
|
ckSpecial.Properties.Caption = "";
|
ckSpecial.Size = new Size(20, 20);
|
ckSpecial.StyleController = layoutControl1;
|
ckSpecial.TabIndex = 6;
|
ckSpecial.CheckedChanged += ckSpecial_CheckedChanged;
|
//
|
// ckStart
|
//
|
ckStart.EditValue = true;
|
ckStart.Location = new Point(66, 2);
|
ckStart.Name = "ckStart";
|
ckStart.Properties.AutoWidth = true;
|
ckStart.Properties.Caption = "";
|
ckStart.Size = new Size(20, 20);
|
ckStart.StyleController = layoutControl1;
|
ckStart.TabIndex = 5;
|
ckStart.CheckedChanged += ckStart_CheckedChanged;
|
//
|
// ckEnd
|
//
|
ckEnd.EditValue = true;
|
ckEnd.Location = new Point(186, 2);
|
ckEnd.Name = "ckEnd";
|
ckEnd.Properties.AutoWidth = true;
|
ckEnd.Properties.Caption = "";
|
ckEnd.Size = new Size(20, 20);
|
ckEnd.StyleController = layoutControl1;
|
ckEnd.TabIndex = 4;
|
ckEnd.CheckedChanged += ckEnd_CheckedChanged;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, emptySpaceItem1 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(993, 731);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = chartControl1;
|
layoutControlItem1.Location = new Point(0, 24);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(993, 707);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem2.Control = ckEnd;
|
layoutControlItem2.Location = new Point(120, 0);
|
layoutControlItem2.MaxSize = new Size(120, 24);
|
layoutControlItem2.MinSize = new Size(120, 24);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(120, 24);
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem2.Text = "下游追踪:";
|
layoutControlItem2.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem3.Control = ckStart;
|
layoutControlItem3.Location = new Point(0, 0);
|
layoutControlItem3.MaxSize = new Size(120, 24);
|
layoutControlItem3.MinSize = new Size(120, 24);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(120, 24);
|
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem3.Text = "上游追踪:";
|
layoutControlItem3.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem4.Control = ckSpecial;
|
layoutControlItem4.Location = new Point(240, 0);
|
layoutControlItem4.MaxSize = new Size(120, 24);
|
layoutControlItem4.MinSize = new Size(120, 24);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(120, 24);
|
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem4.Text = "高亮显示:";
|
layoutControlItem4.TextSize = new Size(52, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(360, 0);
|
emptySpaceItem1.MinSize = new Size(1, 1);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(633, 24);
|
emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// HydroSingleWorkingLossCurveInteropCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "HydroSingleWorkingLossCurveInteropCtrl";
|
Size = new Size(993, 731);
|
((ISupportInitialize)lossBindingSource).EndInit();
|
((ISupportInitialize)elevBindingSource).EndInit();
|
((ISupportInitialize)textAnnotation1).EndInit();
|
((ISupportInitialize)xyDiagram1).EndInit();
|
((ISupportInitialize)areaSeriesView1).EndInit();
|
((ISupportInitialize)series1).EndInit();
|
((ISupportInitialize)areaSeriesView2).EndInit();
|
((ISupportInitialize)series2).EndInit();
|
((ISupportInitialize)chartControl1).EndInit();
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)ckSpecial.Properties).EndInit();
|
((ISupportInitialize)ckStart.Properties).EndInit();
|
((ISupportInitialize)ckEnd.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraCharts.ChartControl chartControl1;
|
private BindingSource lossBindingSource;
|
private BindingSource elevBindingSource;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraEditors.CheckEdit ckSpecial;
|
private DevExpress.XtraEditors.CheckEdit ckStart;
|
private DevExpress.XtraEditors.CheckEdit ckEnd;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
}
|
}
|