namespace Mesnac.Controls.Sulf
{
partial class LineChart
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.chartListBox1 = new Steema.TeeChart.ChartListBox(this.components);
this.tChart1 = new Steema.TeeChart.TChart();
this.commander1 = new Steema.TeeChart.Commander();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// chartListBox1
//
this.chartListBox1.AllowDrop = true;
this.chartListBox1.Chart = this.tChart1;
this.chartListBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.chartListBox1.FormattingEnabled = true;
this.chartListBox1.Location = new System.Drawing.Point(0, 0);
this.chartListBox1.Name = "chartListBox1";
this.chartListBox1.OtherItems = null;
this.chartListBox1.Size = new System.Drawing.Size(120, 321);
this.chartListBox1.TabIndex = 1;
//
// tChart1
//
//
//
//
this.tChart1.Aspect.ElevationFloat = 345D;
this.tChart1.Aspect.RotationFloat = 345D;
//
//
//
//
//
//
this.tChart1.Axes.Bottom.Automatic = true;
//
//
//
this.tChart1.Axes.Bottom.Grid.ZPosition = 0D;
//
//
//
this.tChart1.Axes.Depth.Automatic = true;
//
//
//
this.tChart1.Axes.Depth.Grid.ZPosition = 0D;
//
//
//
this.tChart1.Axes.DepthTop.Automatic = true;
//
//
//
this.tChart1.Axes.DepthTop.Grid.ZPosition = 0D;
//
//
//
this.tChart1.Axes.Left.Automatic = true;
//
//
//
this.tChart1.Axes.Left.Grid.ZPosition = 0D;
//
//
//
this.tChart1.Axes.Left.Title.Caption = "温度℃";
//
//
//
//
//
//
this.tChart1.Axes.Left.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.tChart1.Axes.Left.Title.Font.Size = 12;
this.tChart1.Axes.Left.Title.Font.SizeFloat = 12F;
this.tChart1.Axes.Left.Title.Lines = new string[] {
"温度℃"};
//
//
//
this.tChart1.Axes.Right.AutomaticMaximum = false;
this.tChart1.Axes.Right.AutomaticMinimum = false;
//
//
//
this.tChart1.Axes.Right.Grid.ZPosition = 0D;
this.tChart1.Axes.Right.Maximum = 0.2D;
this.tChart1.Axes.Right.Minimum = 0D;
//
//
//
this.tChart1.Axes.Right.Title.Caption = "压力Mpa";
//
//
//
//
//
//
this.tChart1.Axes.Right.Title.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.tChart1.Axes.Right.Title.Font.Size = 12;
this.tChart1.Axes.Right.Title.Font.SizeFloat = 12F;
this.tChart1.Axes.Right.Title.Lines = new string[] {
"压力Mpa"};
//
//
//
this.tChart1.Axes.Top.Automatic = true;
//
//
//
this.tChart1.Axes.Top.Grid.ZPosition = 0D;
this.tChart1.Dock = System.Windows.Forms.DockStyle.Fill;
//
//
//
this.tChart1.Header.Lines = new string[] {
"硫化曲线"};
//
//
//
//
//
//
this.tChart1.Legend.Shadow.Visible = true;
//
//
//
//
//
//
this.tChart1.Legend.Title.Font.Bold = true;
//
//
//
this.tChart1.Legend.Title.Pen.Visible = false;
this.tChart1.Location = new System.Drawing.Point(120, 37);
this.tChart1.Name = "tChart1";
//
//
//
//
//
//
this.tChart1.Panel.Brush.Color = System.Drawing.SystemColors.InactiveCaptionText;
//
//
//
this.tChart1.Panel.Gradient.EndColor = System.Drawing.Color.LightSteelBlue;
this.tChart1.Panel.Gradient.MiddleColor = System.Drawing.Color.Ivory;
this.tChart1.Panel.Gradient.StartColor = System.Drawing.Color.Snow;
this.tChart1.Panel.Gradient.UseMiddle = true;
this.tChart1.Panel.Gradient.Visible = true;
this.tChart1.Size = new System.Drawing.Size(447, 284);
this.tChart1.TabIndex = 8;
//
//
//
//
//
//
this.tChart1.Walls.Back.AutoHide = false;
//
//
//
this.tChart1.Walls.Bottom.AutoHide = false;
//
//
//
this.tChart1.Walls.Left.AutoHide = false;
//
//
//
this.tChart1.Walls.Right.AutoHide = false;
this.tChart1.Walls.View3D = false;
//
// commander1
//
this.commander1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
this.commander1.ButtonSize = new System.Drawing.Size(32, 31);
this.commander1.Chart = this.tChart1;
this.commander1.DropDownArrows = true;
this.commander1.LabelValues = true;
this.commander1.Location = new System.Drawing.Point(120, 0);
this.commander1.Name = "commander1";
this.commander1.ShowToolTips = true;
this.commander1.Size = new System.Drawing.Size(447, 37);
this.commander1.TabIndex = 7;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Snow;
this.label1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Fuchsia;
this.label1.Location = new System.Drawing.Point(137, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 14);
this.label1.TabIndex = 9;
//
// LineChart
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label1);
this.Controls.Add(this.tChart1);
this.Controls.Add(this.commander1);
this.Controls.Add(this.chartListBox1);
this.Name = "LineChart";
this.Size = new System.Drawing.Size(567, 321);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Steema.TeeChart.ChartListBox chartListBox1;
private Steema.TeeChart.Commander commander1;
private Steema.TeeChart.TChart tChart1;
private System.Windows.Forms.Label label1;
}
}