68 lines
2.5 KiB
C#
68 lines
2.5 KiB
C#
namespace Switch_Toolbox.Library.Forms
|
|
{
|
|
partial class SceneSelector
|
|
{
|
|
/// <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.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.contentContainer.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// contentContainer
|
|
//
|
|
this.contentContainer.Controls.Add(this.treeView1);
|
|
this.contentContainer.Size = new System.Drawing.Size(315, 452);
|
|
this.contentContainer.Controls.SetChildIndex(this.treeView1, 0);
|
|
//
|
|
// treeView1
|
|
//
|
|
this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.treeView1.Location = new System.Drawing.Point(5, 27);
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.Size = new System.Drawing.Size(307, 422);
|
|
this.treeView1.TabIndex = 11;
|
|
this.treeView1.DoubleClick += new System.EventHandler(this.treeView1_DoubleClick);
|
|
//
|
|
// SceneSelector
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(321, 457);
|
|
this.Name = "SceneSelector";
|
|
this.Text = "Scene Selector";
|
|
this.contentContainer.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TreeView treeView1;
|
|
}
|
|
} |