135 lines
No EOL
6.1 KiB
C#
135 lines
No EOL
6.1 KiB
C#
namespace LSLEditor
|
|
{
|
|
partial class EditForm
|
|
{
|
|
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.numberedTextBoxUC1 = new NumberedTextBox.NumberedTextBoxUC();
|
|
this.tvOutline = new System.Windows.Forms.TreeView();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
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(560, 264);
|
|
this.tabControl1.TabIndex = 1;
|
|
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.splitContainer1);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(552, 238);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Script";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.numberedTextBoxUC1);
|
|
this.splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.tvOutline);
|
|
this.splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.splitContainer1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.splitContainer1.Size = new System.Drawing.Size(546, 232);
|
|
this.splitContainer1.SplitterDistance = 397;
|
|
this.splitContainer1.TabIndex = 7;
|
|
//
|
|
// numberedTextBoxUC1
|
|
//
|
|
this.numberedTextBoxUC1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.numberedTextBoxUC1.Location = new System.Drawing.Point(0, 0);
|
|
this.numberedTextBoxUC1.Name = "numberedTextBoxUC1";
|
|
this.numberedTextBoxUC1.Size = new System.Drawing.Size(393, 228);
|
|
this.numberedTextBoxUC1.TabIndex = 4;
|
|
//
|
|
// tvOutline
|
|
//
|
|
this.tvOutline.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tvOutline.HotTracking = true;
|
|
this.tvOutline.Location = new System.Drawing.Point(0, 0);
|
|
this.tvOutline.Name = "tvOutline";
|
|
this.tvOutline.Size = new System.Drawing.Size(141, 228);
|
|
this.tvOutline.TabIndex = 6;
|
|
this.tvOutline.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOutline_AfterSelect);
|
|
this.tvOutline.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvOutline_NodeMouseClick);
|
|
this.tvOutline.VisibleChanged += new System.EventHandler(this.tvOutline_VisibleChanged);
|
|
//
|
|
// EditForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(560, 264);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Name = "EditForm";
|
|
this.Text = "EditForm";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditForm_FormClosing);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private NumberedTextBox.NumberedTextBoxUC numberedTextBoxUC1;
|
|
public System.Windows.Forms.TreeView tvOutline;
|
|
public System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
|
|
|
}
|
|
} |