diff --git a/MudDesigner.sln b/MudDesigner.sln
index 720a9e7..696b755 100644
--- a/MudDesigner.sln
+++ b/MudDesigner.sln
@@ -13,7 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudDesigner", "MudDesigner\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualDesigner", "VisualDesigner\VisualDesigner.csproj", "{2E20971A-E968-4AE9-B7B2-58236D499618}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualComponents", "VisualComponents\VisualComponents.csproj", "{18B191BD-5926-4544-AB3C-A1F38B32F8E8}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZoneBuilder", "ZoneBuilder\ZoneBuilder.csproj", "{C81C3F3F-1D36-451E-A17A-33E953C30307}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -45,10 +45,10 @@ Global
{2E20971A-E968-4AE9-B7B2-58236D499618}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E20971A-E968-4AE9-B7B2-58236D499618}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E20971A-E968-4AE9-B7B2-58236D499618}.Release|Any CPU.Build.0 = Release|Any CPU
- {18B191BD-5926-4544-AB3C-A1F38B32F8E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {18B191BD-5926-4544-AB3C-A1F38B32F8E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {18B191BD-5926-4544-AB3C-A1F38B32F8E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {18B191BD-5926-4544-AB3C-A1F38B32F8E8}.Release|Any CPU.Build.0 = Release|Any CPU
+ {C81C3F3F-1D36-451E-A17A-33E953C30307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C81C3F3F-1D36-451E-A17A-33E953C30307}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C81C3F3F-1D36-451E-A17A-33E953C30307}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C81C3F3F-1D36-451E-A17A-33E953C30307}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/RoomDesigner/frmMain.Designer.cs b/RoomDesigner/frmMain.Designer.cs
index 9fdd1d1..1070277 100644
--- a/RoomDesigner/frmMain.Designer.cs
+++ b/RoomDesigner/frmMain.Designer.cs
@@ -148,6 +148,7 @@
this.btnSaveRoom.TabIndex = 6;
this.btnSaveRoom.Text = "Save Room";
this.btnSaveRoom.UseVisualStyleBackColor = true;
+ this.btnSaveRoom.Click += new System.EventHandler(this.btnSaveRoom_Click);
//
// groupBox2
//
diff --git a/VisualComponents/Properties/AssemblyInfo.cs b/VisualComponents/Properties/AssemblyInfo.cs
deleted file mode 100644
index cff06b9..0000000
--- a/VisualComponents/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("VisualComponents")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("VisualComponents")]
-[assembly: AssemblyCopyright("Copyright © 2009")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("0d9633c1-1b54-4bff-b636-e62c2dc691fe")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/VisualComponents/VisualComponents.csproj b/VisualComponents/VisualComponents.csproj
deleted file mode 100644
index bd09085..0000000
--- a/VisualComponents/VisualComponents.csproj
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 9.0.21022
- 2.0
- {18B191BD-5926-4544-AB3C-A1F38B32F8E8}
- Library
- Properties
- VisualComponents
- VisualComponents
- v3.5
- 512
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
-
- 3.5
-
-
-
-
- 3.5
-
-
- 3.5
-
-
-
-
-
-
- UserControl
-
-
- VisualContainer.cs
-
-
-
-
-
- VisualContainer.cs
- Designer
-
-
-
-
- {33828B3B-F227-4726-8FCD-3D9D780E643D}
- MUDEngine
-
-
-
-
-
\ No newline at end of file
diff --git a/VisualComponents/VisualContainer.Designer.cs b/VisualComponents/VisualContainer.Designer.cs
deleted file mode 100644
index a954f8f..0000000
--- a/VisualComponents/VisualContainer.Designer.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-namespace VisualComponents
-{
- partial class VisualContainer
- {
- ///
- /// Required designer variable.
- ///
- private System.ComponentModel.IContainer components = null;
-
- ///
- /// Clean up any resources being used.
- ///
- /// true if managed resources should be disposed; otherwise, false.
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Component Designer generated code
-
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- private void InitializeComponent()
- {
- this.btnTitle = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // btnTitle
- //
- this.btnTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.btnTitle.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnTitle.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.btnTitle.FlatAppearance.BorderSize = 2;
- this.btnTitle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.btnTitle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.btnTitle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.btnTitle.Location = new System.Drawing.Point(0, 0);
- this.btnTitle.Name = "btnTitle";
- this.btnTitle.Size = new System.Drawing.Size(229, 27);
- this.btnTitle.TabIndex = 0;
- this.btnTitle.Text = "Title";
- this.btnTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnTitle.UseVisualStyleBackColor = false;
- //
- // VisualContainer
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Gray;
- this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Controls.Add(this.btnTitle);
- this.Name = "VisualContainer";
- this.Size = new System.Drawing.Size(229, 228);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Button btnTitle;
-
-
- }
-}
diff --git a/VisualComponents/VisualContainer.cs b/VisualComponents/VisualContainer.cs
deleted file mode 100644
index 2799a5b..0000000
--- a/VisualComponents/VisualContainer.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.ComponentModel.Design;
-using System.Drawing;
-using System.Data;
-using System.Linq;
-using System.Text;
-using System.Windows.Forms;
-
-namespace VisualComponents
-{
- [Designer("System.Windows.Forms.Design.ParentControlDesigner, System.Design", typeof(IDesigner))]
- public partial class VisualContainer : UserControl
- {
- MUDEngine.Objects.BaseObject _Object;
-
- [Browsable(true)]
- public string Title
- {
- get { return btnTitle.Text; }
- set { btnTitle.Text = value; }
- }
-
- public VisualContainer(MUDEngine.Objects.BaseObject EngineObject)
- {
- InitializeComponent();
-
- _Object = EngineObject;
- }
- }
-}
diff --git a/VisualComponents/VisualContainer.resx b/VisualComponents/VisualContainer.resx
deleted file mode 100644
index ff31a6d..0000000
--- a/VisualComponents/VisualContainer.resx
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/VisualDesigner/VisualDesigner.csproj b/VisualDesigner/VisualDesigner.csproj
index fed6c6c..8fbaa4c 100644
--- a/VisualDesigner/VisualDesigner.csproj
+++ b/VisualDesigner/VisualDesigner.csproj
@@ -88,10 +88,6 @@
{33828B3B-F227-4726-8FCD-3D9D780E643D}
MUDEngine
-
- {18B191BD-5926-4544-AB3C-A1F38B32F8E8}
- VisualComponents
-