|
|
namespace Mesnac.Controls.Default
|
|
|
{
|
|
|
partial class MultiCurve
|
|
|
{
|
|
|
/// <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.commander1 = new Steema.TeeChart.Commander();
|
|
|
this.tChart1 = new Steema.TeeChart.TChart();
|
|
|
this.chartListBox1 = new Steema.TeeChart.ChartListBox(this.components);
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.splitter1 = new System.Windows.Forms.Splitter();
|
|
|
this.cmsTeeChart = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
this.mnuResetAxes = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.mnuPropertySetting = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.mnuMove = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.mnuUnMove = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.mnuShowLegend = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.mnuHideLegend = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.mnuShowTools = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.mnuHideTools = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.mnuShowSerials = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.mnuHideSerials = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.cmsTeeChart.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// 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(0, 0);
|
|
|
this.commander1.Name = "commander1";
|
|
|
this.commander1.ShowToolTips = true;
|
|
|
this.commander1.Size = new System.Drawing.Size(382, 37);
|
|
|
this.commander1.TabIndex = 6;
|
|
|
//
|
|
|
// tChart1
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Aspect.ElevationFloat = 345D;
|
|
|
this.tChart1.Aspect.RotationFloat = 345D;
|
|
|
this.tChart1.Aspect.View3D = false;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
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.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
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.Legend.Visible = false;
|
|
|
this.tChart1.Location = new System.Drawing.Point(100, 0);
|
|
|
this.tChart1.Name = "tChart1";
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Panel.Gradient.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
this.tChart1.Panel.Gradient.Visible = true;
|
|
|
this.tChart1.Panel.MarginBottom = 1D;
|
|
|
this.tChart1.Panel.MarginLeft = 1D;
|
|
|
this.tChart1.Panel.MarginRight = 1D;
|
|
|
this.tChart1.Panel.MarginTop = 0D;
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
this.tChart1.Panel.Pen.Width = 5;
|
|
|
this.tChart1.Size = new System.Drawing.Size(282, 196);
|
|
|
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.Right.Visible = true;
|
|
|
this.tChart1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tChart1_MouseClick);
|
|
|
//
|
|
|
// 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.ShowSeriesIcon = false;
|
|
|
this.chartListBox1.Size = new System.Drawing.Size(100, 196);
|
|
|
this.chartListBox1.TabIndex = 7;
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Controls.Add(this.splitter1);
|
|
|
this.panel1.Controls.Add(this.tChart1);
|
|
|
this.panel1.Controls.Add(this.chartListBox1);
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 37);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(382, 196);
|
|
|
this.panel1.TabIndex = 9;
|
|
|
//
|
|
|
// splitter1
|
|
|
//
|
|
|
this.splitter1.Location = new System.Drawing.Point(100, 0);
|
|
|
this.splitter1.Name = "splitter1";
|
|
|
this.splitter1.Size = new System.Drawing.Size(3, 196);
|
|
|
this.splitter1.TabIndex = 9;
|
|
|
this.splitter1.TabStop = false;
|
|
|
//
|
|
|
// cmsTeeChart
|
|
|
//
|
|
|
this.cmsTeeChart.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.mnuResetAxes,
|
|
|
this.mnuPropertySetting,
|
|
|
this.mnuMove,
|
|
|
this.mnuUnMove,
|
|
|
this.mnuShowLegend,
|
|
|
this.mnuHideLegend,
|
|
|
this.mnuShowTools,
|
|
|
this.mnuHideTools,
|
|
|
this.mnuShowSerials,
|
|
|
this.mnuHideSerials});
|
|
|
this.cmsTeeChart.Name = "cmsTeeChart";
|
|
|
this.cmsTeeChart.Size = new System.Drawing.Size(153, 246);
|
|
|
this.cmsTeeChart.VisibleChanged += new System.EventHandler(this.cmsTeeChart_VisibleChanged);
|
|
|
//
|
|
|
// mnuResetAxes
|
|
|
//
|
|
|
this.mnuResetAxes.Name = "mnuResetAxes";
|
|
|
this.mnuResetAxes.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuResetAxes.Text = "复位坐标系";
|
|
|
this.mnuResetAxes.Click += new System.EventHandler(this.mnuResetAxes_Click);
|
|
|
//
|
|
|
// mnuPropertySetting
|
|
|
//
|
|
|
this.mnuPropertySetting.Name = "mnuPropertySetting";
|
|
|
this.mnuPropertySetting.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuPropertySetting.Text = "属性设置";
|
|
|
this.mnuPropertySetting.Visible = false;
|
|
|
this.mnuPropertySetting.Click += new System.EventHandler(this.mnuPropertySetting_Click);
|
|
|
//
|
|
|
// mnuMove
|
|
|
//
|
|
|
this.mnuMove.Name = "mnuMove";
|
|
|
this.mnuMove.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuMove.Text = "执行拖拽";
|
|
|
this.mnuMove.Click += new System.EventHandler(this.mnuMove_Click);
|
|
|
//
|
|
|
// mnuUnMove
|
|
|
//
|
|
|
this.mnuUnMove.Name = "mnuUnMove";
|
|
|
this.mnuUnMove.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuUnMove.Text = "取消拖拽";
|
|
|
this.mnuUnMove.Click += new System.EventHandler(this.mnuUnMove_Click);
|
|
|
//
|
|
|
// mnuShowLegend
|
|
|
//
|
|
|
this.mnuShowLegend.Name = "mnuShowLegend";
|
|
|
this.mnuShowLegend.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuShowLegend.Text = "显示图例";
|
|
|
this.mnuShowLegend.Click += new System.EventHandler(this.mnuShowLegend_Click);
|
|
|
//
|
|
|
// mnuHideLegend
|
|
|
//
|
|
|
this.mnuHideLegend.Name = "mnuHideLegend";
|
|
|
this.mnuHideLegend.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuHideLegend.Text = "隐藏图例";
|
|
|
this.mnuHideLegend.Click += new System.EventHandler(this.mnuHideLegend_Click);
|
|
|
//
|
|
|
// mnuShowTools
|
|
|
//
|
|
|
this.mnuShowTools.Name = "mnuShowTools";
|
|
|
this.mnuShowTools.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuShowTools.Text = "显示工具栏";
|
|
|
this.mnuShowTools.Visible = false;
|
|
|
this.mnuShowTools.Click += new System.EventHandler(this.mnuShowTools_Click);
|
|
|
//
|
|
|
// mnuHideTools
|
|
|
//
|
|
|
this.mnuHideTools.Name = "mnuHideTools";
|
|
|
this.mnuHideTools.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuHideTools.Text = "隐藏工具栏";
|
|
|
this.mnuHideTools.Visible = false;
|
|
|
this.mnuHideTools.Click += new System.EventHandler(this.mnuHideTools_Click);
|
|
|
//
|
|
|
// mnuShowSerials
|
|
|
//
|
|
|
this.mnuShowSerials.Name = "mnuShowSerials";
|
|
|
this.mnuShowSerials.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuShowSerials.Text = "显示列表";
|
|
|
this.mnuShowSerials.Click += new System.EventHandler(this.mnuShowSerials_Click);
|
|
|
//
|
|
|
// mnuHideSerials
|
|
|
//
|
|
|
this.mnuHideSerials.Name = "mnuHideSerials";
|
|
|
this.mnuHideSerials.Size = new System.Drawing.Size(152, 22);
|
|
|
this.mnuHideSerials.Text = "隐藏列表";
|
|
|
this.mnuHideSerials.Click += new System.EventHandler(this.mnuHideSerials_Click);
|
|
|
//
|
|
|
// MultiCurve
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Controls.Add(this.commander1);
|
|
|
this.Name = "MultiCurve";
|
|
|
this.Size = new System.Drawing.Size(382, 233);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.cmsTeeChart.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private Steema.TeeChart.Commander commander1;
|
|
|
private Steema.TeeChart.TChart tChart1;
|
|
|
private Steema.TeeChart.ChartListBox chartListBox1;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.ContextMenuStrip cmsTeeChart;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuShowTools;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuHideTools;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuShowSerials;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuHideSerials;
|
|
|
private System.Windows.Forms.Splitter splitter1;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuShowLegend;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuHideLegend;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuMove;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuUnMove;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPropertySetting;
|
|
|
private System.Windows.Forms.ToolStripMenuItem mnuResetAxes;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
}
|