- Corrected SaveDataTypes.Currency being named incorrectly. Changed to Currencies - ProjectInformation now inherits from the new IFileIO interface. - ProjectInformation.Load can be used instead of the FileManager now (note: Saving of ProjectInformation must still be done using FileManager) - Organizing of BaseObject done - BaseObject now supports BaseObject.Load. Use this instead of FileManager.Load - Fixed UIRealmControl error, attempting to deserialize into a null Zone Field - Program.cs is now encapsulated into a try/catch - IFileIO interface added for providing a blueprint on file I/O operations Designer: - Additional ObjectTypes added to the ObjectTypes enum - Additional commenting provided throughout the source. - Re-organized the source code. - Simplified the Constructor code. Roughly 50% less code now. - Re-wrote the Object Load code to make it easier to read and maintain. - Renamed several menu items to conform to the projects naming conventions
648 lines
No EOL
34 KiB
C#
648 lines
No EOL
34 KiB
C#
namespace MudDesigner
|
|
{
|
|
partial class Designer
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Project");
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Designer));
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuDuplicateObject = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuDelete = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.mnuSearch = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.findObjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.byNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.byDescriptionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.byFilenameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.byTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.findInTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.mnuPreferences = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuProject = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuGameManagement = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuProjectInformation = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.currencyEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuQuestBuilder = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuGameObjects = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuEnvironments = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuRealmEditor = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuZoneBuilder = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuNewRoom = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuItems = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.customObjectsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.compileScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.objectRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.testProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.freshLoginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.customCharacterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.playFromCurrentRoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.containerMain = new System.Windows.Forms.SplitContainer();
|
|
this.containerSidebar = new System.Windows.Forms.SplitContainer();
|
|
this.treeExplorer = new System.Windows.Forms.TreeView();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.mnuEditObject = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.mnuDeleteSelectedObject = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.btnRefreshObjects = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.txtSearch = new System.Windows.Forms.ToolStripTextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.propertyObject = new System.Windows.Forms.PropertyGrid();
|
|
this.lblObjectProperties = new System.Windows.Forms.Label();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.menuStrip1.SuspendLayout();
|
|
this.containerMain.Panel2.SuspendLayout();
|
|
this.containerMain.SuspendLayout();
|
|
this.containerSidebar.Panel1.SuspendLayout();
|
|
this.containerSidebar.Panel2.SuspendLayout();
|
|
this.containerSidebar.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuFile,
|
|
this.mnuEdit,
|
|
this.mnuProject,
|
|
this.mnuHelp});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(784, 24);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// mnuFile
|
|
//
|
|
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuExit});
|
|
this.mnuFile.Name = "mnuFile";
|
|
this.mnuFile.Size = new System.Drawing.Size(37, 20);
|
|
this.mnuFile.Text = "File";
|
|
//
|
|
// mnuExit
|
|
//
|
|
this.mnuExit.Name = "mnuExit";
|
|
this.mnuExit.Size = new System.Drawing.Size(92, 22);
|
|
this.mnuExit.Text = "Exit";
|
|
this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
|
|
//
|
|
// mnuEdit
|
|
//
|
|
this.mnuEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuDuplicateObject,
|
|
this.mnuDelete,
|
|
this.toolStripMenuItem3,
|
|
this.mnuSearch,
|
|
this.toolStripMenuItem4,
|
|
this.mnuPreferences});
|
|
this.mnuEdit.Enabled = false;
|
|
this.mnuEdit.Name = "mnuEdit";
|
|
this.mnuEdit.Size = new System.Drawing.Size(39, 20);
|
|
this.mnuEdit.Text = "Edit";
|
|
//
|
|
// mnuDuplicateObject
|
|
//
|
|
this.mnuDuplicateObject.Name = "mnuDuplicateObject";
|
|
this.mnuDuplicateObject.Size = new System.Drawing.Size(162, 22);
|
|
this.mnuDuplicateObject.Text = "Duplicate Object";
|
|
//
|
|
// mnuDelete
|
|
//
|
|
this.mnuDelete.Name = "mnuDelete";
|
|
this.mnuDelete.Size = new System.Drawing.Size(162, 22);
|
|
this.mnuDelete.Text = "Delete";
|
|
//
|
|
// toolStripMenuItem3
|
|
//
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(159, 6);
|
|
//
|
|
// mnuSearch
|
|
//
|
|
this.mnuSearch.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.findObjectToolStripMenuItem,
|
|
this.findInTextToolStripMenuItem});
|
|
this.mnuSearch.Name = "mnuSearch";
|
|
this.mnuSearch.Size = new System.Drawing.Size(162, 22);
|
|
this.mnuSearch.Text = "Search";
|
|
//
|
|
// findObjectToolStripMenuItem
|
|
//
|
|
this.findObjectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.byNameToolStripMenuItem,
|
|
this.byDescriptionToolStripMenuItem,
|
|
this.byFilenameToolStripMenuItem,
|
|
this.byTypeToolStripMenuItem});
|
|
this.findObjectToolStripMenuItem.Name = "findObjectToolStripMenuItem";
|
|
this.findObjectToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
|
this.findObjectToolStripMenuItem.Text = "Find Object";
|
|
//
|
|
// byNameToolStripMenuItem
|
|
//
|
|
this.byNameToolStripMenuItem.Name = "byNameToolStripMenuItem";
|
|
this.byNameToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
|
|
this.byNameToolStripMenuItem.Text = "By Name";
|
|
//
|
|
// byDescriptionToolStripMenuItem
|
|
//
|
|
this.byDescriptionToolStripMenuItem.Name = "byDescriptionToolStripMenuItem";
|
|
this.byDescriptionToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
|
|
this.byDescriptionToolStripMenuItem.Text = "By Description";
|
|
//
|
|
// byFilenameToolStripMenuItem
|
|
//
|
|
this.byFilenameToolStripMenuItem.Name = "byFilenameToolStripMenuItem";
|
|
this.byFilenameToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
|
|
this.byFilenameToolStripMenuItem.Text = "By Filename";
|
|
//
|
|
// byTypeToolStripMenuItem
|
|
//
|
|
this.byTypeToolStripMenuItem.Name = "byTypeToolStripMenuItem";
|
|
this.byTypeToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
|
|
this.byTypeToolStripMenuItem.Text = "By Type";
|
|
//
|
|
// findInTextToolStripMenuItem
|
|
//
|
|
this.findInTextToolStripMenuItem.Name = "findInTextToolStripMenuItem";
|
|
this.findInTextToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
|
this.findInTextToolStripMenuItem.Text = "Find Text";
|
|
//
|
|
// toolStripMenuItem4
|
|
//
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(159, 6);
|
|
//
|
|
// mnuPreferences
|
|
//
|
|
this.mnuPreferences.Name = "mnuPreferences";
|
|
this.mnuPreferences.Size = new System.Drawing.Size(162, 22);
|
|
this.mnuPreferences.Text = "Preferences";
|
|
//
|
|
// mnuProject
|
|
//
|
|
this.mnuProject.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuGameManagement,
|
|
this.mnuGameObjects,
|
|
this.customObjectsToolStripMenuItem,
|
|
this.toolStripMenuItem5,
|
|
this.compileScriptToolStripMenuItem,
|
|
this.toolStripMenuItem6,
|
|
this.objectRepositoryToolStripMenuItem,
|
|
this.testProjectToolStripMenuItem});
|
|
this.mnuProject.Name = "mnuProject";
|
|
this.mnuProject.Size = new System.Drawing.Size(56, 20);
|
|
this.mnuProject.Text = "Project";
|
|
//
|
|
// mnuGameManagement
|
|
//
|
|
this.mnuGameManagement.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuProjectInformation,
|
|
this.toolStripMenuItem2,
|
|
this.currencyEditorToolStripMenuItem,
|
|
this.mnuQuestBuilder});
|
|
this.mnuGameManagement.Name = "mnuGameManagement";
|
|
this.mnuGameManagement.Size = new System.Drawing.Size(179, 22);
|
|
this.mnuGameManagement.Text = "Game Management";
|
|
//
|
|
// mnuProjectInformation
|
|
//
|
|
this.mnuProjectInformation.Name = "mnuProjectInformation";
|
|
this.mnuProjectInformation.Size = new System.Drawing.Size(159, 22);
|
|
this.mnuProjectInformation.Text = "Project Settings";
|
|
this.mnuProjectInformation.Click += new System.EventHandler(this.mnuProjectInformation_Click);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(156, 6);
|
|
//
|
|
// currencyEditorToolStripMenuItem
|
|
//
|
|
this.currencyEditorToolStripMenuItem.Name = "currencyEditorToolStripMenuItem";
|
|
this.currencyEditorToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
|
|
this.currencyEditorToolStripMenuItem.Text = "Create Currency";
|
|
this.currencyEditorToolStripMenuItem.Click += new System.EventHandler(this.mnuNewCurrency_Click);
|
|
//
|
|
// mnuQuestBuilder
|
|
//
|
|
this.mnuQuestBuilder.Enabled = false;
|
|
this.mnuQuestBuilder.Name = "mnuQuestBuilder";
|
|
this.mnuQuestBuilder.Size = new System.Drawing.Size(159, 22);
|
|
this.mnuQuestBuilder.Text = "Quest Builder";
|
|
//
|
|
// mnuGameObjects
|
|
//
|
|
this.mnuGameObjects.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuEnvironments,
|
|
this.mnuItems});
|
|
this.mnuGameObjects.Name = "mnuGameObjects";
|
|
this.mnuGameObjects.Size = new System.Drawing.Size(179, 22);
|
|
this.mnuGameObjects.Text = "Game Objects";
|
|
//
|
|
// mnuEnvironments
|
|
//
|
|
this.mnuEnvironments.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuRealmEditor,
|
|
this.mnuZoneBuilder,
|
|
this.mnuNewRoom});
|
|
this.mnuEnvironments.Name = "mnuEnvironments";
|
|
this.mnuEnvironments.Size = new System.Drawing.Size(147, 22);
|
|
this.mnuEnvironments.Text = "Environments";
|
|
//
|
|
// mnuRealmEditor
|
|
//
|
|
this.mnuRealmEditor.Name = "mnuRealmEditor";
|
|
this.mnuRealmEditor.Size = new System.Drawing.Size(134, 22);
|
|
this.mnuRealmEditor.Text = "New Realm";
|
|
this.mnuRealmEditor.Click += new System.EventHandler(this.mnuNewRealm_Click);
|
|
//
|
|
// mnuZoneBuilder
|
|
//
|
|
this.mnuZoneBuilder.Name = "mnuZoneBuilder";
|
|
this.mnuZoneBuilder.Size = new System.Drawing.Size(134, 22);
|
|
this.mnuZoneBuilder.Text = "New Zone";
|
|
this.mnuZoneBuilder.Click += new System.EventHandler(this.mnuNewZone_Click);
|
|
//
|
|
// mnuNewRoom
|
|
//
|
|
this.mnuNewRoom.Name = "mnuNewRoom";
|
|
this.mnuNewRoom.Size = new System.Drawing.Size(134, 22);
|
|
this.mnuNewRoom.Text = "New Room";
|
|
this.mnuNewRoom.Click += new System.EventHandler(this.mnuNewRoom_Click);
|
|
//
|
|
// mnuItems
|
|
//
|
|
this.mnuItems.Enabled = false;
|
|
this.mnuItems.Name = "mnuItems";
|
|
this.mnuItems.Size = new System.Drawing.Size(147, 22);
|
|
this.mnuItems.Text = "Items";
|
|
//
|
|
// customObjectsToolStripMenuItem
|
|
//
|
|
this.customObjectsToolStripMenuItem.Enabled = false;
|
|
this.customObjectsToolStripMenuItem.Name = "customObjectsToolStripMenuItem";
|
|
this.customObjectsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
|
this.customObjectsToolStripMenuItem.Text = "Custom Objects";
|
|
//
|
|
// toolStripMenuItem5
|
|
//
|
|
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
|
this.toolStripMenuItem5.Size = new System.Drawing.Size(176, 6);
|
|
//
|
|
// compileScriptToolStripMenuItem
|
|
//
|
|
this.compileScriptToolStripMenuItem.Enabled = false;
|
|
this.compileScriptToolStripMenuItem.Name = "compileScriptToolStripMenuItem";
|
|
this.compileScriptToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
|
this.compileScriptToolStripMenuItem.Text = "Compile Script";
|
|
//
|
|
// toolStripMenuItem6
|
|
//
|
|
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
|
|
this.toolStripMenuItem6.Size = new System.Drawing.Size(176, 6);
|
|
//
|
|
// objectRepositoryToolStripMenuItem
|
|
//
|
|
this.objectRepositoryToolStripMenuItem.Enabled = false;
|
|
this.objectRepositoryToolStripMenuItem.Name = "objectRepositoryToolStripMenuItem";
|
|
this.objectRepositoryToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
|
this.objectRepositoryToolStripMenuItem.Text = "Object Repository";
|
|
//
|
|
// testProjectToolStripMenuItem
|
|
//
|
|
this.testProjectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.freshLoginToolStripMenuItem,
|
|
this.customCharacterToolStripMenuItem,
|
|
this.playFromCurrentRoomToolStripMenuItem});
|
|
this.testProjectToolStripMenuItem.Enabled = false;
|
|
this.testProjectToolStripMenuItem.Name = "testProjectToolStripMenuItem";
|
|
this.testProjectToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
|
this.testProjectToolStripMenuItem.Text = "Test Project";
|
|
//
|
|
// freshLoginToolStripMenuItem
|
|
//
|
|
this.freshLoginToolStripMenuItem.Name = "freshLoginToolStripMenuItem";
|
|
this.freshLoginToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
|
|
this.freshLoginToolStripMenuItem.Text = "Fresh Login";
|
|
//
|
|
// customCharacterToolStripMenuItem
|
|
//
|
|
this.customCharacterToolStripMenuItem.Name = "customCharacterToolStripMenuItem";
|
|
this.customCharacterToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
|
|
this.customCharacterToolStripMenuItem.Text = "Custom Character";
|
|
//
|
|
// playFromCurrentRoomToolStripMenuItem
|
|
//
|
|
this.playFromCurrentRoomToolStripMenuItem.Name = "playFromCurrentRoomToolStripMenuItem";
|
|
this.playFromCurrentRoomToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
|
|
this.playFromCurrentRoomToolStripMenuItem.Text = "Play From Current Room";
|
|
//
|
|
// mnuHelp
|
|
//
|
|
this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuAbout});
|
|
this.mnuHelp.Name = "mnuHelp";
|
|
this.mnuHelp.Size = new System.Drawing.Size(44, 20);
|
|
this.mnuHelp.Text = "Help";
|
|
//
|
|
// mnuAbout
|
|
//
|
|
this.mnuAbout.Name = "mnuAbout";
|
|
this.mnuAbout.Size = new System.Drawing.Size(107, 22);
|
|
this.mnuAbout.Text = "About";
|
|
this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
|
|
//
|
|
// containerMain
|
|
//
|
|
this.containerMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.containerMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.containerMain.Location = new System.Drawing.Point(0, 24);
|
|
this.containerMain.Name = "containerMain";
|
|
//
|
|
// containerMain.Panel2
|
|
//
|
|
this.containerMain.Panel2.Controls.Add(this.containerSidebar);
|
|
this.containerMain.Size = new System.Drawing.Size(784, 540);
|
|
this.containerMain.SplitterDistance = 511;
|
|
this.containerMain.TabIndex = 1;
|
|
//
|
|
// 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.treeExplorer);
|
|
this.containerSidebar.Panel1.Controls.Add(this.toolStrip1);
|
|
this.containerSidebar.Panel1.Controls.Add(this.label1);
|
|
//
|
|
// containerSidebar.Panel2
|
|
//
|
|
this.containerSidebar.Panel2.Controls.Add(this.propertyObject);
|
|
this.containerSidebar.Panel2.Controls.Add(this.lblObjectProperties);
|
|
this.containerSidebar.Size = new System.Drawing.Size(269, 540);
|
|
this.containerSidebar.SplitterDistance = 244;
|
|
this.containerSidebar.TabIndex = 0;
|
|
//
|
|
// treeExplorer
|
|
//
|
|
this.treeExplorer.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.treeExplorer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeExplorer.Location = new System.Drawing.Point(0, 38);
|
|
this.treeExplorer.Name = "treeExplorer";
|
|
treeNode1.Name = "nodeProject";
|
|
treeNode1.Text = "Project";
|
|
this.treeExplorer.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
|
treeNode1});
|
|
this.treeExplorer.Size = new System.Drawing.Size(267, 204);
|
|
this.treeExplorer.TabIndex = 5;
|
|
this.toolTip1.SetToolTip(this.treeExplorer, resources.GetString("treeExplorer.ToolTip"));
|
|
this.treeExplorer.DoubleClick += new System.EventHandler(this.treeExplorer_DoubleClick);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuEditObject,
|
|
this.toolStripMenuItem1,
|
|
this.mnuDeleteSelectedObject});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(153, 76);
|
|
//
|
|
// mnuEditObject
|
|
//
|
|
this.mnuEditObject.Name = "mnuEditObject";
|
|
this.mnuEditObject.Size = new System.Drawing.Size(152, 22);
|
|
this.mnuEditObject.Text = "Edit Object";
|
|
this.mnuEditObject.Click += new System.EventHandler(this.mnuEditObject_Click);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
|
|
//
|
|
// mnuDeleteSelectedObject
|
|
//
|
|
this.mnuDeleteSelectedObject.Name = "mnuDeleteSelectedObject";
|
|
this.mnuDeleteSelectedObject.Size = new System.Drawing.Size(152, 22);
|
|
this.mnuDeleteSelectedObject.Text = "Delete Object";
|
|
this.mnuDeleteSelectedObject.Click += new System.EventHandler(this.mnuDeleteSelectedObject_Click);
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btnRefreshObjects,
|
|
this.toolStripSeparator2,
|
|
this.toolStripLabel1,
|
|
this.txtSearch});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 13);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(267, 25);
|
|
this.toolStrip1.TabIndex = 4;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// btnRefreshObjects
|
|
//
|
|
this.btnRefreshObjects.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.btnRefreshObjects.Image = ((System.Drawing.Image)(resources.GetObject("btnRefreshObjects.Image")));
|
|
this.btnRefreshObjects.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnRefreshObjects.Name = "btnRefreshObjects";
|
|
this.btnRefreshObjects.Size = new System.Drawing.Size(93, 22);
|
|
this.btnRefreshObjects.Text = "Refresh Objects";
|
|
this.btnRefreshObjects.ToolTipText = "Save the current object";
|
|
this.btnRefreshObjects.Click += new System.EventHandler(this.btnRefreshObjects_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// toolStripLabel1
|
|
//
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(33, 22);
|
|
this.toolStripLabel1.Text = "Find:";
|
|
//
|
|
// txtSearch
|
|
//
|
|
this.txtSearch.Name = "txtSearch";
|
|
this.txtSearch.Size = new System.Drawing.Size(100, 25);
|
|
this.txtSearch.Enter += new System.EventHandler(this.txtSearch_Enter);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.Silver;
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(267, 13);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Project Explorer";
|
|
//
|
|
// propertyObject
|
|
//
|
|
this.propertyObject.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyObject.Location = new System.Drawing.Point(0, 13);
|
|
this.propertyObject.Name = "propertyObject";
|
|
this.propertyObject.Size = new System.Drawing.Size(267, 277);
|
|
this.propertyObject.TabIndex = 8;
|
|
this.propertyObject.ToolbarVisible = false;
|
|
this.toolTip1.SetToolTip(this.propertyObject, resources.GetString("propertyObject.ToolTip"));
|
|
this.propertyObject.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyObject_PropertyValueChanged);
|
|
//
|
|
// lblObjectProperties
|
|
//
|
|
this.lblObjectProperties.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.lblObjectProperties.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblObjectProperties.ForeColor = System.Drawing.Color.Silver;
|
|
this.lblObjectProperties.Location = new System.Drawing.Point(0, 0);
|
|
this.lblObjectProperties.Name = "lblObjectProperties";
|
|
this.lblObjectProperties.Size = new System.Drawing.Size(267, 13);
|
|
this.lblObjectProperties.TabIndex = 3;
|
|
this.lblObjectProperties.Text = "Object Properties";
|
|
//
|
|
// toolTip1
|
|
//
|
|
this.toolTip1.AutoPopDelay = 10000;
|
|
this.toolTip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.toolTip1.ForeColor = System.Drawing.Color.Black;
|
|
this.toolTip1.InitialDelay = 500;
|
|
this.toolTip1.IsBalloon = true;
|
|
this.toolTip1.OwnerDraw = true;
|
|
this.toolTip1.ReshowDelay = 100;
|
|
this.toolTip1.ShowAlways = true;
|
|
this.toolTip1.ToolTipTitle = "Mud Designer Help";
|
|
//
|
|
// Designer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.ClientSize = new System.Drawing.Size(784, 564);
|
|
this.Controls.Add(this.containerMain);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.IsMdiContainer = true;
|
|
this.Name = "Designer";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Mud Designer";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.containerMain.Panel2.ResumeLayout(false);
|
|
this.containerMain.ResumeLayout(false);
|
|
this.containerSidebar.Panel1.ResumeLayout(false);
|
|
this.containerSidebar.Panel1.PerformLayout();
|
|
this.containerSidebar.Panel2.ResumeLayout(false);
|
|
this.containerSidebar.ResumeLayout(false);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFile;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuExit;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuEdit;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuDuplicateObject;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuDelete;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuSearch;
|
|
private System.Windows.Forms.ToolStripMenuItem findObjectToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem byNameToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem byDescriptionToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem byFilenameToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem byTypeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem findInTextToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuPreferences;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuHelp;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuAbout;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuProject;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuGameManagement;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuQuestBuilder;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuProjectInformation;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuGameObjects;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuEnvironments;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuItems;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuRealmEditor;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuZoneBuilder;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
|
|
private System.Windows.Forms.ToolStripMenuItem compileScriptToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
|
|
private System.Windows.Forms.ToolStripMenuItem testProjectToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem freshLoginToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem customCharacterToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem playFromCurrentRoomToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem objectRepositoryToolStripMenuItem;
|
|
private System.Windows.Forms.SplitContainer containerMain;
|
|
private System.Windows.Forms.SplitContainer containerSidebar;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.ToolStripMenuItem customObjectsToolStripMenuItem;
|
|
private System.Windows.Forms.TreeView treeExplorer;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton btnRefreshObjects;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
private System.Windows.Forms.ToolStripTextBox txtSearch;
|
|
private System.Windows.Forms.Label lblObjectProperties;
|
|
private System.Windows.Forms.ToolStripMenuItem currencyEditorToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuEditObject;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuDeleteSelectedObject;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.PropertyGrid propertyObject;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuNewRoom;
|
|
|
|
|
|
|
|
}
|
|
} |