namespace Mesnac.Controls.Default { partial class MCTeeChart { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// 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 } }