LSLEditor/source/Tools/ToolsOptions.Designer.cs
2022-11-20 07:05:44 -07:00

153 lines
No EOL
5.3 KiB
C#

namespace LSLEditor.Tools
{
partial class ToolsOptions
{
/// <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.panelBottom = new System.Windows.Forms.Panel();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.panelLeft = new System.Windows.Forms.Panel();
this.treeView1 = new System.Windows.Forms.TreeView();
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panelBottom.SuspendLayout();
this.panelLeft.SuspendLayout();
this.SuspendLayout();
//
// panelBottom
//
this.panelBottom.Controls.Add(this.button3);
this.panelBottom.Controls.Add(this.button2);
this.panelBottom.Controls.Add(this.button1);
this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelBottom.Location = new System.Drawing.Point(0, 296);
this.panelBottom.Name = "panelBottom";
this.panelBottom.Size = new System.Drawing.Size(637, 45);
this.panelBottom.TabIndex = 0;
//
// button3
//
this.button3.Location = new System.Drawing.Point(16, 8);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 2;
this.button3.Text = "Reset all";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(552, 8);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Cancel";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(464, 8);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Ok";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// panelLeft
//
this.panelLeft.Controls.Add(this.treeView1);
this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.panelLeft.Location = new System.Drawing.Point(0, 0);
this.panelLeft.Name = "panelLeft";
this.panelLeft.Padding = new System.Windows.Forms.Padding(6);
this.panelLeft.Size = new System.Drawing.Size(224, 296);
this.panelLeft.TabIndex = 1;
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.HideSelection = false;
this.treeView1.Location = new System.Drawing.Point(6, 6);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(212, 284);
this.treeView1.TabIndex = 0;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// label1
//
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label1.Location = new System.Drawing.Point(224, 288);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(408, 2);
this.label1.TabIndex = 2;
//
// panel1
//
this.panel1.Location = new System.Drawing.Point(232, 8);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(392, 272);
this.panel1.TabIndex = 3;
//
// ToolsOptions
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(637, 341);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label1);
this.Controls.Add(this.panelLeft);
this.Controls.Add(this.panelBottom);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ToolsOptions";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "LSLEditor - Tools - Options";
this.Load += new System.EventHandler(this.ToolsOptions_Load);
this.panelBottom.ResumeLayout(false);
this.panelLeft.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelBottom;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panelLeft;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button3;
}
}