You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/Controls/Mesnac.Controls.Default/MultiCurveMove.Designer.cs

402 lines
16 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace Mesnac.Controls.Default
{
partial class MultiCurveMove
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.tChart1 = new Steema.TeeChart.TChart();
this.chartListBox1 = new Steema.TeeChart.ChartListBox(this.components);
this.commander1 = new Steema.TeeChart.Commander();
this.button1 = new System.Windows.Forms.Button();
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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.panel1.SuspendLayout();
this.cmsTeeChart.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.tChart1);
this.panel1.Controls.Add(this.chartListBox1);
this.panel1.Controls.Add(this.commander1);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.splitter1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(382, 233);
this.panel1.TabIndex = 9;
//
// 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(103, 63);
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(279, 170);
this.tChart1.TabIndex = 17;
//
//
//
//
//
//
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;
//
// 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(3, 63);
this.chartListBox1.Name = "chartListBox1";
this.chartListBox1.OtherItems = null;
this.chartListBox1.ShowSeriesIcon = false;
this.chartListBox1.Size = new System.Drawing.Size(100, 170);
this.chartListBox1.TabIndex = 16;
//
// commander1
//
this.commander1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
this.commander1.ButtonSize = new System.Drawing.Size(32, 31);
this.commander1.DropDownArrows = true;
this.commander1.LabelValues = true;
this.commander1.Location = new System.Drawing.Point(3, 26);
this.commander1.Name = "commander1";
this.commander1.ShowToolTips = true;
this.commander1.Size = new System.Drawing.Size(379, 37);
this.commander1.TabIndex = 12;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.PowderBlue;
this.button1.Dock = System.Windows.Forms.DockStyle.Top;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.PowderBlue;
this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.PowderBlue;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(3, 0);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(379, 26);
this.button1.TabIndex = 10;
this.button1.UseVisualStyleBackColor = false;
//
// splitter1
//
this.splitter1.Location = new System.Drawing.Point(0, 0);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(3, 233);
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(137, 224);
this.cmsTeeChart.VisibleChanged += new System.EventHandler(this.cmsTeeChart_VisibleChanged);
//
// mnuResetAxes
//
this.mnuResetAxes.Name = "mnuResetAxes";
this.mnuResetAxes.Size = new System.Drawing.Size(136, 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(136, 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(136, 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(136, 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(136, 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(136, 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(136, 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(136, 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(136, 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(136, 22);
this.mnuHideSerials.Text = "隐藏列表";
this.mnuHideSerials.Click += new System.EventHandler(this.mnuHideSerials_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem2,
this.toolStripMenuItem3});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(153, 70);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
this.toolStripMenuItem2.Text = "显示图例";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(152, 22);
this.toolStripMenuItem3.Text = "隐藏图例";
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
//
// MultiCurveMove
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ContextMenuStrip = this.contextMenuStrip1;
this.Controls.Add(this.panel1);
this.Name = "MultiCurveMove";
this.Size = new System.Drawing.Size(382, 233);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.cmsTeeChart.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
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;
private Steema.TeeChart.Commander commander1;
private System.Windows.Forms.Button button1;
private Steema.TeeChart.TChart tChart1;
private Steema.TeeChart.ChartListBox chartListBox1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
}
}