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/MCTeeChart.designer.cs

141 lines
3.3 KiB
C#

namespace Mesnac.Controls.Default
{
partial class MCTeeChart
{
/// <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.SuspendLayout();
//
// MCTeeChart
//
//
//
//
this.Aspect.ElevationFloat = 345D;
this.Aspect.RotationFloat = 345D;
//
//
//
//
//
//
this.Axes.Bottom.Automatic = true;
//
//
//
this.Axes.Bottom.Grid.ZPosition = 0D;
//
//
//
this.Axes.Depth.Automatic = true;
//
//
//
this.Axes.Depth.Grid.ZPosition = 0D;
//
//
//
this.Axes.DepthTop.Automatic = true;
//
//
//
this.Axes.DepthTop.Grid.ZPosition = 0D;
//
//
//
this.Axes.Left.Automatic = true;
//
//
//
this.Axes.Left.Grid.ZPosition = 0D;
//
//
//
this.Axes.Right.Automatic = true;
//
//
//
this.Axes.Right.Grid.ZPosition = 0D;
//
//
//
this.Axes.Top.Automatic = true;
//
//
//
this.Axes.Top.Grid.ZPosition = 0D;
//
//
//
this.Header.Lines = new string[] {
"TeeChart"};
//
//
//
//
//
//
this.Legend.Shadow.Visible = true;
//
//
//
//
//
//
this.Legend.Title.Font.Bold = true;
//
//
//
this.Legend.Title.Pen.Visible = false;
//
//
//
//
//
//
this.Walls.Back.AutoHide = false;
//
//
//
this.Walls.Bottom.AutoHide = false;
//
//
//
this.Walls.Left.AutoHide = false;
//
//
//
this.Walls.Right.AutoHide = false;
this.ResumeLayout(false);
}
#endregion
}
}