namespace Uestc.Auto6.Dso.U2 { partial class ThreeDimensionalFigure { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ThreeDimensionalFigure)); this.ThreeDimensionSurfacePlot = new CSharpGL.SurfacePlot.SurfacePlot(); ((System.ComponentModel.ISupportInitialize)(this.ThreeDimensionSurfacePlot)).BeginInit(); this.SuspendLayout(); // // surfacePlot1 // this.ThreeDimensionSurfacePlot.AccumAlphaBits = ((byte)(0)); this.ThreeDimensionSurfacePlot.AccumBits = ((byte)(0)); this.ThreeDimensionSurfacePlot.AccumBlueBits = ((byte)(0)); this.ThreeDimensionSurfacePlot.AccumGreenBits = ((byte)(0)); this.ThreeDimensionSurfacePlot.AccumRedBits = ((byte)(0)); this.ThreeDimensionSurfacePlot.AxisColor = System.Drawing.Color.Blue; this.ThreeDimensionSurfacePlot.AxisLineWidth = 1F; this.ThreeDimensionSurfacePlot.BackColor = System.Drawing.Color.Black; this.ThreeDimensionSurfacePlot.ColorHeight = 400; this.ThreeDimensionSurfacePlot.ColorWidth = 24; this.ThreeDimensionSurfacePlot.EnbleFPS = true; this.ThreeDimensionSurfacePlot.FirstColor = ((System.ValueTuple)(resources.GetObject("surfacePlot1.FirstColor"))); this.ThreeDimensionSurfacePlot.Grid = true; this.ThreeDimensionSurfacePlot.GridColor = System.Drawing.Color.Gray; this.ThreeDimensionSurfacePlot.LableColor = System.Drawing.Color.Blue; this.ThreeDimensionSurfacePlot.LastColor = ((System.ValueTuple)(resources.GetObject("surfacePlot1.LastColor"))); this.ThreeDimensionSurfacePlot.Location = new System.Drawing.Point(0, 40); this.ThreeDimensionSurfacePlot.MaxCount = 300; this.ThreeDimensionSurfacePlot.MaxX = 100F; this.ThreeDimensionSurfacePlot.MaxY = 30F; this.ThreeDimensionSurfacePlot.MiddleColor = ((System.ValueTuple)(resources.GetObject("surfacePlot1.MiddleColor"))); this.ThreeDimensionSurfacePlot.MinX = 0F; this.ThreeDimensionSurfacePlot.MinY = -200F; this.ThreeDimensionSurfacePlot.Name = "surfacePlot1"; this.ThreeDimensionSurfacePlot.PlotWidth = 1F; this.ThreeDimensionSurfacePlot.RenderTrigger = CSharpGL.RenderTrigger.Manual; this.ThreeDimensionSurfacePlot.SelectedIndex = -1; this.ThreeDimensionSurfacePlot.ShowColor = true; this.ThreeDimensionSurfacePlot.ShowLable = true; this.ThreeDimensionSurfacePlot.Size = new System.Drawing.Size(1000, 679); this.ThreeDimensionSurfacePlot.StencilBits = ((byte)(0)); this.ThreeDimensionSurfacePlot.TabIndex = 5; this.ThreeDimensionSurfacePlot.TimerTriggerInterval = 40; this.ThreeDimensionSurfacePlot.UpdateContextVersion = true; this.ThreeDimensionSurfacePlot.XScale = 1.777778F; this.ThreeDimensionSurfacePlot.XTitle = "X轴"; this.ThreeDimensionSurfacePlot.YTitle = "Y轴"; // // _3DViewForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1000, 800); this.Controls.Add(this.ThreeDimensionSurfacePlot); this.Name = "ThreeDimViewForm"; this.Text = "3D"; this.Title = "3D"; this.TitleIconSize = new System.Drawing.Size(0, 0); this.TitleIconWidth = 0; this.Controls.SetChildIndex(this.ThreeDimensionSurfacePlot, 0); ((System.ComponentModel.ISupportInitialize)(this.ThreeDimensionSurfacePlot)).EndInit(); this.ResumeLayout(false); } #endregion private CSharpGL.SurfacePlot.SurfacePlot ThreeDimensionSurfacePlot; } }