namespace NDS.UI { partial class MDL0Viewer { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.simpleOpenGlControl1 = new Tao.Platform.Windows.SimpleOpenGlControl(); this.SuspendLayout(); // // simpleOpenGlControl1 // this.simpleOpenGlControl1.AccumBits = ((byte)(0)); this.simpleOpenGlControl1.AutoCheckErrors = false; this.simpleOpenGlControl1.AutoFinish = false; this.simpleOpenGlControl1.AutoMakeCurrent = true; this.simpleOpenGlControl1.AutoSwapBuffers = true; this.simpleOpenGlControl1.BackColor = System.Drawing.Color.Black; this.simpleOpenGlControl1.ColorBits = ((byte)(32)); this.simpleOpenGlControl1.DepthBits = ((byte)(32)); this.simpleOpenGlControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.simpleOpenGlControl1.Location = new System.Drawing.Point(0, 0); this.simpleOpenGlControl1.Name = "simpleOpenGlControl1"; this.simpleOpenGlControl1.Size = new System.Drawing.Size(462, 357); this.simpleOpenGlControl1.StencilBits = ((byte)(8)); this.simpleOpenGlControl1.TabIndex = 1; // // MDL0Viewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.simpleOpenGlControl1); this.DoubleBuffered = true; this.Name = "MDL0Viewer"; this.Size = new System.Drawing.Size(462, 357); this.Load += new System.EventHandler(this.MDL0Viewer_Load); this.ResumeLayout(false); } #endregion private Tao.Platform.Windows.SimpleOpenGlControl simpleOpenGlControl1; } }