namespace TProduct.WinFrmUI.TPump
{
partial class ChartNpshTestIngCtrl
{
///
/// 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.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(10D, new object[] {
((object)(3D))});
DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.chartRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.显示测量值MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.设置坐标MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuContrLine = new System.Windows.Forms.ContextMenuStrip(this.components);
this.临界气蚀计算过程MenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
this.chartRightMenu.SuspendLayout();
this.contextMenuContrLine.SuspendLayout();
this.SuspendLayout();
//
// chartControl1
//
this.chartControl1.AppearanceNameSerializable = "Chameleon";
xyDiagram1.AxisX.GridLines.Visible = true;
xyDiagram1.AxisX.ScaleBreakOptions.Style = DevExpress.XtraCharts.ScaleBreakStyle.Straight;
xyDiagram1.AxisX.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 8F);
xyDiagram1.AxisX.Title.Text = "气蚀";
xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
xyDiagram1.AxisY.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
constantLine1.AxisValueSerializable = "1";
constantLine1.CheckableInLegend = false;
constantLine1.CheckedInLegend = false;
constantLine1.Color = System.Drawing.Color.Red;
constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid;
constantLine1.Name = "ConstantLine";
constantLine1.ShowInLegend = false;
constantLine1.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
constantLine1.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(5)))});
constantLine1.Title.ShowBelowLine = true;
constantLine1.Title.Text = "临界汽蚀";
constantLine1.Title.TextColor = System.Drawing.Color.IndianRed;
xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
constantLine1});
xyDiagram1.AxisY.Label.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
xyDiagram1.AxisY.MinorCount = 4;
xyDiagram1.AxisY.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 8F);
xyDiagram1.AxisY.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
xyDiagram1.AxisY.Title.Text = "扬程";
xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.White;
xyDiagram1.DefaultPane.BorderColor = System.Drawing.SystemColors.Desktop;
xyDiagram1.DefaultPane.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
xyDiagram1.Margins.Bottom = 3;
xyDiagram1.Margins.Left = 3;
xyDiagram1.Margins.Right = 3;
xyDiagram1.Margins.Top = 3;
xyDiagram1.PaneDistance = 2;
this.chartControl1.Diagram = xyDiagram1;
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside;
this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.chartControl1.Location = new System.Drawing.Point(0, 0);
this.chartControl1.Name = "chartControl1";
this.chartControl1.Padding.Bottom = 1;
this.chartControl1.Padding.Left = 1;
this.chartControl1.Padding.Right = 1;
this.chartControl1.Padding.Top = 1;
series1.Name = "SeriesPoint";
series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
seriesPoint1});
series1.View = pointSeriesView1;
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
this.chartControl1.SeriesTemplate.Label = pointSeriesLabel1;
this.chartControl1.SeriesTemplate.View = lineSeriesView1;
this.chartControl1.Size = new System.Drawing.Size(616, 577);
this.chartControl1.SmallChartText.Text = "";
this.chartControl1.TabIndex = 0;
//
// chartRightMenu
//
this.chartRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.显示测量值MenuItem,
this.设置坐标MenuItem});
this.chartRightMenu.Name = "chartRightMenu";
this.chartRightMenu.Size = new System.Drawing.Size(137, 48);
//
// 显示测量值MenuItem
//
this.显示测量值MenuItem.Name = "显示测量值MenuItem";
this.显示测量值MenuItem.Size = new System.Drawing.Size(136, 22);
this.显示测量值MenuItem.Text = "显示测量值";
this.显示测量值MenuItem.Click += new System.EventHandler(this.显示测量值MenuItem_Click);
//
// 设置坐标MenuItem
//
this.设置坐标MenuItem.Name = "设置坐标MenuItem";
this.设置坐标MenuItem.Size = new System.Drawing.Size(136, 22);
this.设置坐标MenuItem.Text = "设置坐标";
this.设置坐标MenuItem.Click += new System.EventHandler(this.设置坐标MenuItem_Click);
//
// contextMenuContrLine
//
this.contextMenuContrLine.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.临界气蚀计算过程MenuItem});
this.contextMenuContrLine.Name = "chartRightMenu";
this.contextMenuContrLine.Size = new System.Drawing.Size(125, 26);
//
// 临界气蚀计算过程MenuItem
//
this.临界气蚀计算过程MenuItem.Name = "临界气蚀计算过程MenuItem";
this.临界气蚀计算过程MenuItem.Size = new System.Drawing.Size(124, 22);
this.临界气蚀计算过程MenuItem.Text = "计算过程";
//
// ChartNpshTestIngCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.chartControl1);
this.Name = "ChartNpshTestIngCtrl";
this.Size = new System.Drawing.Size(616, 577);
this.Load += new System.EventHandler(this.LoadWindow);
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
this.chartRightMenu.ResumeLayout(false);
this.contextMenuContrLine.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraCharts.ChartControl chartControl1;
private System.Windows.Forms.ContextMenuStrip chartRightMenu;
private System.Windows.Forms.ToolStripMenuItem 显示测量值MenuItem;
private System.Windows.Forms.ToolStripMenuItem 设置坐标MenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuContrLine;
private System.Windows.Forms.ToolStripMenuItem 临界气蚀计算过程MenuItem;
}
}