muddesigner/RoomDesigner/frmMain.Designer.cs
Scionwest_cp 7a8437763b Room Designer:
* Additional User Interface design changes.

The Room Designer UI layout has not been decided on as of yet, and thus numerous changes will probably be made to it over the next several days.
2009-11-08 21:07:25 -08:00

272 lines
13 KiB
C#

namespace RoomDesigner
{
partial class frmMain
{
/// <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.containerMain = new System.Windows.Forms.SplitContainer();
this.containerSidebar = new System.Windows.Forms.SplitContainer();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.tabSidebar = new System.Windows.Forms.TabControl();
this.tabObjects = new System.Windows.Forms.TabPage();
this.tabDoors = new System.Windows.Forms.TabPage();
this.containerDesigner = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabBooks = new System.Windows.Forms.TabPage();
this.tabEquipment = new System.Windows.Forms.TabPage();
this.tabItems = new System.Windows.Forms.TabPage();
this.containerMain.Panel1.SuspendLayout();
this.containerMain.Panel2.SuspendLayout();
this.containerMain.SuspendLayout();
this.containerSidebar.Panel1.SuspendLayout();
this.containerSidebar.Panel2.SuspendLayout();
this.containerSidebar.SuspendLayout();
this.groupBox4.SuspendLayout();
this.tabSidebar.SuspendLayout();
this.tabObjects.SuspendLayout();
this.containerDesigner.Panel1.SuspendLayout();
this.containerDesigner.Panel2.SuspendLayout();
this.containerDesigner.SuspendLayout();
this.tabControl1.SuspendLayout();
this.SuspendLayout();
//
// containerMain
//
this.containerMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.containerMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.containerMain.Location = new System.Drawing.Point(0, 0);
this.containerMain.Name = "containerMain";
//
// containerMain.Panel1
//
this.containerMain.Panel1.Controls.Add(this.containerSidebar);
//
// containerMain.Panel2
//
this.containerMain.Panel2.Controls.Add(this.containerDesigner);
this.containerMain.Size = new System.Drawing.Size(784, 564);
this.containerMain.SplitterDistance = 225;
this.containerMain.TabIndex = 0;
//
// containerSidebar
//
this.containerSidebar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.containerSidebar.Dock = System.Windows.Forms.DockStyle.Fill;
this.containerSidebar.Location = new System.Drawing.Point(0, 0);
this.containerSidebar.Name = "containerSidebar";
this.containerSidebar.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// containerSidebar.Panel1
//
this.containerSidebar.Panel1.Controls.Add(this.groupBox4);
//
// containerSidebar.Panel2
//
this.containerSidebar.Panel2.Controls.Add(this.tabSidebar);
this.containerSidebar.Size = new System.Drawing.Size(225, 564);
this.containerSidebar.SplitterDistance = 294;
this.containerSidebar.TabIndex = 0;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.propertyGrid1);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(0, 0);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(223, 292);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Room Settings";
//
// propertyGrid1
//
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid1.Location = new System.Drawing.Point(3, 16);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new System.Drawing.Size(217, 273);
this.propertyGrid1.TabIndex = 0;
//
// tabSidebar
//
this.tabSidebar.Controls.Add(this.tabObjects);
this.tabSidebar.Controls.Add(this.tabDoors);
this.tabSidebar.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabSidebar.Location = new System.Drawing.Point(0, 0);
this.tabSidebar.Name = "tabSidebar";
this.tabSidebar.SelectedIndex = 0;
this.tabSidebar.Size = new System.Drawing.Size(223, 264);
this.tabSidebar.TabIndex = 0;
//
// tabObjects
//
this.tabObjects.Controls.Add(this.tabControl1);
this.tabObjects.Location = new System.Drawing.Point(4, 22);
this.tabObjects.Name = "tabObjects";
this.tabObjects.Padding = new System.Windows.Forms.Padding(3);
this.tabObjects.Size = new System.Drawing.Size(215, 238);
this.tabObjects.TabIndex = 0;
this.tabObjects.Text = "Objects";
this.tabObjects.UseVisualStyleBackColor = true;
//
// tabDoors
//
this.tabDoors.Location = new System.Drawing.Point(4, 22);
this.tabDoors.Name = "tabDoors";
this.tabDoors.Padding = new System.Windows.Forms.Padding(3);
this.tabDoors.Size = new System.Drawing.Size(215, 238);
this.tabDoors.TabIndex = 1;
this.tabDoors.Text = "Doors";
this.tabDoors.UseVisualStyleBackColor = true;
//
// containerDesigner
//
this.containerDesigner.Dock = System.Windows.Forms.DockStyle.Fill;
this.containerDesigner.Location = new System.Drawing.Point(0, 0);
this.containerDesigner.Name = "containerDesigner";
this.containerDesigner.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// containerDesigner.Panel1
//
this.containerDesigner.Panel1.Controls.Add(this.groupBox1);
//
// containerDesigner.Panel2
//
this.containerDesigner.Panel2.Controls.Add(this.groupBox2);
this.containerDesigner.Size = new System.Drawing.Size(553, 562);
this.containerDesigner.SplitterDistance = 209;
this.containerDesigner.TabIndex = 2;
//
// groupBox1
//
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(553, 209);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Room Search Options";
//
// groupBox2
//
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(553, 349);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Room Design Preview";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabBooks);
this.tabControl1.Controls.Add(this.tabEquipment);
this.tabControl1.Controls.Add(this.tabItems);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(3, 3);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(209, 232);
this.tabControl1.TabIndex = 0;
//
// tabBooks
//
this.tabBooks.Location = new System.Drawing.Point(4, 22);
this.tabBooks.Name = "tabBooks";
this.tabBooks.Size = new System.Drawing.Size(201, 206);
this.tabBooks.TabIndex = 0;
this.tabBooks.Text = "Books";
this.tabBooks.UseVisualStyleBackColor = true;
//
// tabEquipment
//
this.tabEquipment.Location = new System.Drawing.Point(4, 22);
this.tabEquipment.Name = "tabEquipment";
this.tabEquipment.Size = new System.Drawing.Size(201, 206);
this.tabEquipment.TabIndex = 1;
this.tabEquipment.Text = "Equipment";
this.tabEquipment.UseVisualStyleBackColor = true;
//
// tabItems
//
this.tabItems.Location = new System.Drawing.Point(4, 22);
this.tabItems.Name = "tabItems";
this.tabItems.Size = new System.Drawing.Size(201, 206);
this.tabItems.TabIndex = 2;
this.tabItems.Text = "Items";
this.tabItems.UseVisualStyleBackColor = true;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 564);
this.Controls.Add(this.containerMain);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Mud Designer: Room Designer";
this.containerMain.Panel1.ResumeLayout(false);
this.containerMain.Panel2.ResumeLayout(false);
this.containerMain.ResumeLayout(false);
this.containerSidebar.Panel1.ResumeLayout(false);
this.containerSidebar.Panel2.ResumeLayout(false);
this.containerSidebar.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.tabSidebar.ResumeLayout(false);
this.tabObjects.ResumeLayout(false);
this.containerDesigner.Panel1.ResumeLayout(false);
this.containerDesigner.Panel2.ResumeLayout(false);
this.containerDesigner.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer containerMain;
private System.Windows.Forms.SplitContainer containerSidebar;
private System.Windows.Forms.TabControl tabSidebar;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.PropertyGrid propertyGrid1;
private System.Windows.Forms.TabPage tabObjects;
private System.Windows.Forms.TabPage tabDoors;
private System.Windows.Forms.SplitContainer containerDesigner;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabBooks;
private System.Windows.Forms.TabPage tabEquipment;
private System.Windows.Forms.TabPage tabItems;
}
}