mirror of
https://github.com/Gericom/EveryFileExplorer.git
synced 2025-06-19 01:15:36 -04:00
69 lines
2.2 KiB
C#
69 lines
2.2 KiB
C#
namespace NDS.UI
|
|
{
|
|
partial class MDL0Viewer
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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;
|
|
}
|
|
}
|