- Began support work on the networking side of the designer UI. Attempts to connect to the server or run stand-alone. - Began implementing object creation. Mud Engine: - Added the [Browsable(false)] attribute to several Game properties so they are not visible within the new Designer.
293 lines
15 KiB
C#
293 lines
15 KiB
C#
namespace MudDesigner
|
|
{
|
|
partial class frmProjectManager
|
|
{
|
|
/// <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();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.lstProjects = new System.Windows.Forms.ListBox();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.launchServerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.editProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.renameProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.deleteProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.btnNewProject = new System.Windows.Forms.Button();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.comServerType = new System.Windows.Forms.ComboBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.button1);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
|
this.splitContainer1.Size = new System.Drawing.Size(624, 461);
|
|
this.splitContainer1.SplitterDistance = 175;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.Black;
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button1.FlatAppearance.BorderSize = 2;
|
|
this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black;
|
|
this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black;
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.button1.ForeColor = System.Drawing.Color.White;
|
|
this.button1.Location = new System.Drawing.Point(0, 0);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(624, 175);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "Mud Designer\r\nAlpha 1";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox1);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.groupBox2);
|
|
this.splitContainer2.Size = new System.Drawing.Size(624, 282);
|
|
this.splitContainer2.SplitterDistance = 224;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lstProjects);
|
|
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(624, 224);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Available Projects";
|
|
//
|
|
// lstProjects
|
|
//
|
|
this.lstProjects.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.lstProjects.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.lstProjects.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstProjects.FormattingEnabled = true;
|
|
this.lstProjects.Location = new System.Drawing.Point(3, 16);
|
|
this.lstProjects.Name = "lstProjects";
|
|
this.lstProjects.Size = new System.Drawing.Size(618, 205);
|
|
this.lstProjects.TabIndex = 0;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.launchServerToolStripMenuItem,
|
|
this.toolStripMenuItem1,
|
|
this.editProjectToolStripMenuItem,
|
|
this.renameProjectToolStripMenuItem,
|
|
this.toolStripMenuItem2,
|
|
this.deleteProjectToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(158, 104);
|
|
//
|
|
// launchServerToolStripMenuItem
|
|
//
|
|
this.launchServerToolStripMenuItem.Name = "launchServerToolStripMenuItem";
|
|
this.launchServerToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
|
this.launchServerToolStripMenuItem.Text = "Launch Server";
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(154, 6);
|
|
//
|
|
// editProjectToolStripMenuItem
|
|
//
|
|
this.editProjectToolStripMenuItem.Name = "editProjectToolStripMenuItem";
|
|
this.editProjectToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
|
this.editProjectToolStripMenuItem.Text = "Edit Project";
|
|
this.editProjectToolStripMenuItem.Click += new System.EventHandler(this.editProjectToolStripMenuItem_Click);
|
|
//
|
|
// renameProjectToolStripMenuItem
|
|
//
|
|
this.renameProjectToolStripMenuItem.Name = "renameProjectToolStripMenuItem";
|
|
this.renameProjectToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
|
this.renameProjectToolStripMenuItem.Text = "Rename Project";
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(154, 6);
|
|
//
|
|
// deleteProjectToolStripMenuItem
|
|
//
|
|
this.deleteProjectToolStripMenuItem.Name = "deleteProjectToolStripMenuItem";
|
|
this.deleteProjectToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
|
this.deleteProjectToolStripMenuItem.Text = "Delete Project";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.groupBox3);
|
|
this.groupBox2.Controls.Add(this.btnClose);
|
|
this.groupBox2.Controls.Add(this.btnNewProject);
|
|
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(624, 54);
|
|
this.groupBox2.TabIndex = 0;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Options";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.Location = new System.Drawing.Point(509, 16);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(109, 32);
|
|
this.btnClose.TabIndex = 2;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnNewProject
|
|
//
|
|
this.btnNewProject.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnNewProject.Location = new System.Drawing.Point(6, 16);
|
|
this.btnNewProject.Name = "btnNewProject";
|
|
this.btnNewProject.Size = new System.Drawing.Size(109, 32);
|
|
this.btnNewProject.TabIndex = 0;
|
|
this.btnNewProject.Text = "New Project";
|
|
this.btnNewProject.UseVisualStyleBackColor = true;
|
|
this.btnNewProject.Click += new System.EventHandler(this.btnNewProject_Click);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.comServerType);
|
|
this.groupBox3.Location = new System.Drawing.Point(121, 10);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(195, 41);
|
|
this.groupBox3.TabIndex = 3;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Server Type";
|
|
//
|
|
// comServerType
|
|
//
|
|
this.comServerType.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.comServerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comServerType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.comServerType.FormattingEnabled = true;
|
|
this.comServerType.Location = new System.Drawing.Point(3, 16);
|
|
this.comServerType.Name = "comServerType";
|
|
this.comServerType.Size = new System.Drawing.Size(189, 21);
|
|
this.comServerType.TabIndex = 0;
|
|
//
|
|
// frmProjectManager
|
|
//
|
|
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(624, 461);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.ForeColor = System.Drawing.Color.Silver;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmProjectManager";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Mud Designer Project Manager";
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.ListBox lstProjects;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnNewProject;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem launchServerToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem editProjectToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem renameProjectToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteProjectToolStripMenuItem;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.ComboBox comServerType;
|
|
}
|
|
}
|
|
|