|
|
namespace Mesnac.Controls.Sulf
|
|
|
{
|
|
|
partial class UserControl1
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 清理所有正在使用的资源。
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserControl1));
|
|
|
this.tChart1 = new Steema.TeeChart.TChart();
|
|
|
this.polar1 = new Steema.TeeChart.Styles.Polar();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tChart1
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Aspect.Elevation = 315;
|
|
|
this.tChart1.Aspect.ElevationFloat = 315D;
|
|
|
this.tChart1.Aspect.Orthogonal = false;
|
|
|
this.tChart1.Aspect.Perspective = 0;
|
|
|
this.tChart1.Aspect.Rotation = 360;
|
|
|
this.tChart1.Aspect.RotationFloat = 360D;
|
|
|
this.tChart1.Aspect.View3D = false;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Axes.Bottom.AutomaticMaximum = false;
|
|
|
this.tChart1.Axes.Bottom.AutomaticMinimum = false;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Axes.Bottom.Grid.ZPosition = 0D;
|
|
|
this.tChart1.Axes.Bottom.Increment = 30D;
|
|
|
this.tChart1.Axes.Bottom.Maximum = 500D;
|
|
|
this.tChart1.Axes.Bottom.Minimum = 14.4D;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
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.Right.Automatic = true;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Axes.Right.Grid.ZPosition = 0D;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
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(0, 0);
|
|
|
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.Series.Add(this.polar1);
|
|
|
this.tChart1.Size = new System.Drawing.Size(447, 351);
|
|
|
this.tChart1.TabIndex = 12;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Walls.Back.AutoHide = false;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Walls.Bottom.AutoHide = false;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Walls.Left.AutoHide = false;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Walls.Right.AutoHide = false;
|
|
|
//
|
|
|
// polar1
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.polar1.Brush.Color = System.Drawing.Color.Red;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.polar1.Marks.Callout.ArrowHead = Steema.TeeChart.Styles.ArrowHeadStyles.None;
|
|
|
this.polar1.Marks.Callout.ArrowHeadSize = 8;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.polar1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
|
|
|
this.polar1.Marks.Callout.Distance = 0;
|
|
|
this.polar1.Marks.Callout.Draw3D = false;
|
|
|
this.polar1.Marks.Callout.Length = 10;
|
|
|
this.polar1.Marks.Callout.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.polar1.Marks.Shadow.Visible = true;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.polar1.Marks.Symbol.Shadow.Visible = true;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.polar1.Pen.Color = System.Drawing.Color.Red;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.polar1.Pointer.Brush.Color = System.Drawing.Color.Red;
|
|
|
this.polar1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
|
|
|
this.polar1.Pointer.Visible = true;
|
|
|
this.polar1.Title = "polar1";
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.polar1.XValues.DataMember = "Angle";
|
|
|
this.polar1.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.Ascending;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.polar1.YValues.DataMember = "Y";
|
|
|
//
|
|
|
// UserControl1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.tChart1);
|
|
|
this.Name = "UserControl1";
|
|
|
this.Size = new System.Drawing.Size(447, 351);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private Steema.TeeChart.TChart tChart1;
|
|
|
private Steema.TeeChart.Styles.Polar polar1;
|
|
|
}
|
|
|
}
|