|
|
|
|
namespace Mesnac.Controls.Sulf
|
|
|
|
|
{
|
|
|
|
|
partial class RadarChart
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
this.tChart1 = new Steema.TeeChart.TChart();
|
|
|
|
|
this.commander1 = new Steema.TeeChart.Commander();
|
|
|
|
|
this.chartListBox1 = new Steema.TeeChart.ChartListBox(this.components);
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// 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.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.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
|
|
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.ButtonHighlight;
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
this.tChart1.Panel.Gradient.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
|
|
this.tChart1.Panel.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
|
|
this.tChart1.Panel.Gradient.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
|
|
this.tChart1.Panel.Gradient.UseMiddle = true;
|
|
|
|
|
this.tChart1.Panel.Gradient.Visible = true;
|
|
|
|
|
this.tChart1.Size = new System.Drawing.Size(822, 586);
|
|
|
|
|
this.tChart1.TabIndex = 11;
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
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.Click += new System.EventHandler(this.tChart1_Click);
|
|
|
|
|
//
|
|
|
|
|
// 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(822, 37);
|
|
|
|
|
this.commander1.TabIndex = 10;
|
|
|
|
|
//
|
|
|
|
|
// 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, 623);
|
|
|
|
|
this.chartListBox1.TabIndex = 9;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(351, 60);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(43, 15);
|
|
|
|
|
this.label1.TabIndex = 13;
|
|
|
|
|
this.label1.Text = "0:00";
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(668, 241);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(43, 15);
|
|
|
|
|
this.label2.TabIndex = 14;
|
|
|
|
|
this.label2.Text = "6:00";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
|
|
this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(416, 451);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(52, 15);
|
|
|
|
|
this.label3.TabIndex = 15;
|
|
|
|
|
this.label3.Text = "12:00";
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label4.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(120, 279);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(52, 15);
|
|
|
|
|
this.label4.TabIndex = 16;
|
|
|
|
|
this.label4.Text = "18:00";
|
|
|
|
|
//
|
|
|
|
|
// RadarChart
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.label2);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.tChart1);
|
|
|
|
|
this.Controls.Add(this.commander1);
|
|
|
|
|
this.Controls.Add(this.chartListBox1);
|
|
|
|
|
this.Name = "RadarChart";
|
|
|
|
|
this.Size = new System.Drawing.Size(942, 623);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Steema.TeeChart.TChart tChart1;
|
|
|
|
|
private Steema.TeeChart.Commander commander1;
|
|
|
|
|
private Steema.TeeChart.ChartListBox chartListBox1;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
}
|
|
|
|
|
}
|