mirror of
https://github.com/Gericom/EveryFileExplorer.git
synced 2025-06-19 01:15:36 -04:00
301 lines
12 KiB
C#
301 lines
12 KiB
C#
namespace _3DS.UI
|
|
{
|
|
partial class CLYTViewer
|
|
{
|
|
/// <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 Windows Form 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.components = new System.ComponentModel.Container();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.treeView2 = new System.Windows.Forms.TreeView();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.treeView3 = new System.Windows.Forms.TreeView();
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
|
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
|
|
this.simpleOpenGlControl1 = new Tao.Platform.Windows.SimpleOpenGlControl();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.mainMenu1 = new LibEveryFileExplorer.UI.MainMenu(this.components);
|
|
this.treeView4 = new System.Windows.Forms.TreeView();
|
|
this.treeView5 = new System.Windows.Forms.TreeView();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.tabPage4.SuspendLayout();
|
|
this.tabPage5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.simpleOpenGlControl1);
|
|
this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(582, 387);
|
|
this.splitContainer1.SplitterDistance = 194;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.tabControl1);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.propertyGrid1);
|
|
this.splitContainer2.Size = new System.Drawing.Size(194, 387);
|
|
this.splitContainer2.SplitterDistance = 182;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Controls.Add(this.tabPage4);
|
|
this.tabControl1.Controls.Add(this.tabPage5);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(194, 182);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.treeView1);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Size = new System.Drawing.Size(186, 156);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Hierarchy";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// treeView1
|
|
//
|
|
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeView1.HideSelection = false;
|
|
this.treeView1.HotTracking = true;
|
|
this.treeView1.Location = new System.Drawing.Point(0, 0);
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.Size = new System.Drawing.Size(186, 156);
|
|
this.treeView1.TabIndex = 0;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.treeView2);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Size = new System.Drawing.Size(186, 156);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Groups";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// treeView2
|
|
//
|
|
this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeView2.HideSelection = false;
|
|
this.treeView2.HotTracking = true;
|
|
this.treeView2.Location = new System.Drawing.Point(0, 0);
|
|
this.treeView2.Name = "treeView2";
|
|
this.treeView2.Size = new System.Drawing.Size(186, 156);
|
|
this.treeView2.TabIndex = 0;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.treeView3);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Size = new System.Drawing.Size(186, 156);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "Materials";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// treeView3
|
|
//
|
|
this.treeView3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeView3.HideSelection = false;
|
|
this.treeView3.HotTracking = true;
|
|
this.treeView3.Location = new System.Drawing.Point(0, 0);
|
|
this.treeView3.Name = "treeView3";
|
|
this.treeView3.Size = new System.Drawing.Size(186, 156);
|
|
this.treeView3.TabIndex = 1;
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.tabPage4.Controls.Add(this.treeView4);
|
|
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Size = new System.Drawing.Size(186, 156);
|
|
this.tabPage4.TabIndex = 3;
|
|
this.tabPage4.Text = "Textures";
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage5
|
|
//
|
|
this.tabPage5.Controls.Add(this.treeView5);
|
|
this.tabPage5.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage5.Name = "tabPage5";
|
|
this.tabPage5.Size = new System.Drawing.Size(186, 156);
|
|
this.tabPage5.TabIndex = 4;
|
|
this.tabPage5.Text = "Fonts";
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
//
|
|
// propertyGrid1
|
|
//
|
|
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
|
|
this.propertyGrid1.Name = "propertyGrid1";
|
|
this.propertyGrid1.Size = new System.Drawing.Size(194, 201);
|
|
this.propertyGrid1.TabIndex = 0;
|
|
//
|
|
// 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)(16));
|
|
this.simpleOpenGlControl1.Location = new System.Drawing.Point(0, 25);
|
|
this.simpleOpenGlControl1.Name = "simpleOpenGlControl1";
|
|
this.simpleOpenGlControl1.Size = new System.Drawing.Size(384, 362);
|
|
this.simpleOpenGlControl1.StencilBits = ((byte)(0));
|
|
this.simpleOpenGlControl1.TabIndex = 1;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(384, 25);
|
|
this.toolStrip1.TabIndex = 0;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// treeView4
|
|
//
|
|
this.treeView4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeView4.HideSelection = false;
|
|
this.treeView4.HotTracking = true;
|
|
this.treeView4.Location = new System.Drawing.Point(0, 0);
|
|
this.treeView4.Name = "treeView4";
|
|
this.treeView4.Size = new System.Drawing.Size(186, 156);
|
|
this.treeView4.TabIndex = 2;
|
|
//
|
|
// treeView5
|
|
//
|
|
this.treeView5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeView5.HideSelection = false;
|
|
this.treeView5.HotTracking = true;
|
|
this.treeView5.Location = new System.Drawing.Point(0, 0);
|
|
this.treeView5.Name = "treeView5";
|
|
this.treeView5.Size = new System.Drawing.Size(186, 156);
|
|
this.treeView5.TabIndex = 2;
|
|
//
|
|
// CLYTViewer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(582, 387);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Menu = this.mainMenu1;
|
|
this.Name = "CLYTViewer";
|
|
this.Text = "CLYTViewer";
|
|
this.Activated += new System.EventHandler(this.CLYTViewer_Activated);
|
|
this.Load += new System.EventHandler(this.CLYTViewer_Load);
|
|
this.Layout += new System.Windows.Forms.LayoutEventHandler(this.CLYTViewer_Layout);
|
|
this.Resize += new System.EventHandler(this.CLYTViewer_Resize);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tabPage4.ResumeLayout(false);
|
|
this.tabPage5.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.PropertyGrid propertyGrid1;
|
|
private Tao.Platform.Windows.SimpleOpenGlControl simpleOpenGlControl1;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private LibEveryFileExplorer.UI.MainMenu mainMenu1;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
private System.Windows.Forms.TabPage tabPage5;
|
|
private System.Windows.Forms.TreeView treeView1;
|
|
private System.Windows.Forms.TreeView treeView2;
|
|
private System.Windows.Forms.TreeView treeView3;
|
|
private System.Windows.Forms.TreeView treeView4;
|
|
private System.Windows.Forms.TreeView treeView5;
|
|
}
|
|
} |