namespace DarkWynter.App
{
partial class LevelEditorControl
{
///
/// 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.splitContainer4 = new System.Windows.Forms.SplitContainer();
this.toolStripContainer2 = new System.Windows.Forms.ToolStripContainer();
this.listView_ObjectIndex = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.menuStrip_Objects = new System.Windows.Forms.MenuStrip();
this.engineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem_HUD = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_GameObjects = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Events = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Code = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem_Camera = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Color = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.propertyGrid_Properties = new System.Windows.Forms.PropertyGrid();
this.menuStrip_Properties = new System.Windows.Forms.MenuStrip();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.toolStripContainer3 = new System.Windows.Forms.ToolStripContainer();
this.localEposodes_listBox = new System.Windows.Forms.ListBox();
this.labelProgress = new System.Windows.Forms.Label();
this.progressBarZipDownload = new System.Windows.Forms.ProgressBar();
this.menuStrip_Levels = new System.Windows.Forms.MenuStrip();
this.downloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveLevelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.loadGameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.splitContainer4.Panel1.SuspendLayout();
this.splitContainer4.Panel2.SuspendLayout();
this.splitContainer4.SuspendLayout();
this.toolStripContainer2.ContentPanel.SuspendLayout();
this.toolStripContainer2.TopToolStripPanel.SuspendLayout();
this.toolStripContainer2.SuspendLayout();
this.menuStrip_Objects.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.toolStripContainer3.ContentPanel.SuspendLayout();
this.toolStripContainer3.TopToolStripPanel.SuspendLayout();
this.toolStripContainer3.SuspendLayout();
this.menuStrip_Levels.SuspendLayout();
this.SuspendLayout();
//
// splitContainer4
//
this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer4.Location = new System.Drawing.Point(0, 0);
this.splitContainer4.Name = "splitContainer4";
this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer4.Panel1
//
this.splitContainer4.Panel1.Controls.Add(this.toolStripContainer2);
//
// splitContainer4.Panel2
//
this.splitContainer4.Panel2.Controls.Add(this.toolStripContainer1);
this.splitContainer4.Size = new System.Drawing.Size(414, 688);
this.splitContainer4.SplitterDistance = 280;
this.splitContainer4.TabIndex = 3;
//
// toolStripContainer2
//
//
// toolStripContainer2.ContentPanel
//
this.toolStripContainer2.ContentPanel.Controls.Add(this.listView_ObjectIndex);
this.toolStripContainer2.ContentPanel.Size = new System.Drawing.Size(414, 256);
this.toolStripContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer2.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer2.Name = "toolStripContainer2";
this.toolStripContainer2.Size = new System.Drawing.Size(414, 280);
this.toolStripContainer2.TabIndex = 0;
this.toolStripContainer2.Text = "toolStripContainer2";
//
// toolStripContainer2.TopToolStripPanel
//
this.toolStripContainer2.TopToolStripPanel.Controls.Add(this.menuStrip_Objects);
//
// listView_ObjectIndex
//
this.listView_ObjectIndex.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.listView_ObjectIndex.AllowColumnReorder = true;
this.listView_ObjectIndex.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader6});
this.listView_ObjectIndex.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView_ObjectIndex.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listView_ObjectIndex.FullRowSelect = true;
this.listView_ObjectIndex.GridLines = true;
this.listView_ObjectIndex.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.listView_ObjectIndex.HideSelection = false;
this.listView_ObjectIndex.LabelEdit = true;
this.listView_ObjectIndex.Location = new System.Drawing.Point(0, 0);
this.listView_ObjectIndex.MultiSelect = false;
this.listView_ObjectIndex.Name = "listView_ObjectIndex";
this.listView_ObjectIndex.Size = new System.Drawing.Size(414, 256);
this.listView_ObjectIndex.TabIndex = 1;
this.listView_ObjectIndex.UseCompatibleStateImageBehavior = false;
this.listView_ObjectIndex.View = System.Windows.Forms.View.Details;
this.listView_ObjectIndex.SelectedIndexChanged += new System.EventHandler(this.ListView_Click);
//
// columnHeader1
//
this.columnHeader1.Text = "Type";
this.columnHeader1.Width = 126;
//
// columnHeader6
//
this.columnHeader6.Text = "Name";
this.columnHeader6.Width = 111;
//
// menuStrip_Objects
//
this.menuStrip_Objects.Dock = System.Windows.Forms.DockStyle.None;
this.menuStrip_Objects.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.engineToolStripMenuItem,
this.toolStripMenuItem_HUD,
this.ToolStripMenuItem_GameObjects,
this.ToolStripMenuItem_Events,
this.ToolStripMenuItem_Code,
this.toolStripMenuItem_Camera,
this.ToolStripMenuItem_Color});
this.menuStrip_Objects.Location = new System.Drawing.Point(0, 0);
this.menuStrip_Objects.Name = "menuStrip_Objects";
this.menuStrip_Objects.Size = new System.Drawing.Size(414, 24);
this.menuStrip_Objects.TabIndex = 0;
this.menuStrip_Objects.Text = "menuStrip1";
//
// engineToolStripMenuItem
//
this.engineToolStripMenuItem.Name = "engineToolStripMenuItem";
this.engineToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
this.engineToolStripMenuItem.Text = "Engine";
this.engineToolStripMenuItem.Click += new System.EventHandler(this.EngineToolStripMenuItem_Click);
//
// toolStripMenuItem_HUD
//
this.toolStripMenuItem_HUD.Name = "toolStripMenuItem_HUD";
this.toolStripMenuItem_HUD.Size = new System.Drawing.Size(40, 20);
this.toolStripMenuItem_HUD.Text = "HUD";
this.toolStripMenuItem_HUD.Click += new System.EventHandler(this.HUD_toolStripMenuItem_Click);
//
// ToolStripMenuItem_GameObjects
//
this.ToolStripMenuItem_GameObjects.Name = "ToolStripMenuItem_GameObjects";
this.ToolStripMenuItem_GameObjects.Size = new System.Drawing.Size(83, 20);
this.ToolStripMenuItem_GameObjects.Text = "GameObjects";
this.ToolStripMenuItem_GameObjects.Click += new System.EventHandler(this.ObjLib_toolStripMenuItem_Click);
//
// ToolStripMenuItem_Events
//
this.ToolStripMenuItem_Events.Name = "ToolStripMenuItem_Events";
this.ToolStripMenuItem_Events.Size = new System.Drawing.Size(52, 20);
this.ToolStripMenuItem_Events.Text = "Events";
this.ToolStripMenuItem_Events.Click += new System.EventHandler(this.Events_toolStripMenuItem_Click);
//
// ToolStripMenuItem_Code
//
this.ToolStripMenuItem_Code.Name = "ToolStripMenuItem_Code";
this.ToolStripMenuItem_Code.Size = new System.Drawing.Size(44, 20);
this.ToolStripMenuItem_Code.Text = "Code";
this.ToolStripMenuItem_Code.Click += new System.EventHandler(this.Code_toolStripMenuItem_Click);
//
// toolStripMenuItem_Camera
//
this.toolStripMenuItem_Camera.Name = "toolStripMenuItem_Camera";
this.toolStripMenuItem_Camera.Size = new System.Drawing.Size(56, 20);
this.toolStripMenuItem_Camera.Text = "Camera";
this.toolStripMenuItem_Camera.Click += new System.EventHandler(this.Camera_toolStripMenuItem_Click);
//
// ToolStripMenuItem_Color
//
this.ToolStripMenuItem_Color.Name = "ToolStripMenuItem_Color";
this.ToolStripMenuItem_Color.Size = new System.Drawing.Size(44, 20);
this.ToolStripMenuItem_Color.Text = "Color";
this.ToolStripMenuItem_Color.Click += new System.EventHandler(this.Color_toolStripMenuItem_Click);
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.propertyGrid_Properties);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(414, 380);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(414, 404);
this.toolStripContainer1.TabIndex = 0;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip_Properties);
//
// propertyGrid_Properties
//
this.propertyGrid_Properties.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid_Properties.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.propertyGrid_Properties.Location = new System.Drawing.Point(0, 0);
this.propertyGrid_Properties.Name = "propertyGrid_Properties";
this.propertyGrid_Properties.Size = new System.Drawing.Size(414, 380);
this.propertyGrid_Properties.TabIndex = 30;
this.propertyGrid_Properties.ToolbarVisible = false;
this.propertyGrid_Properties.ViewBackColor = System.Drawing.Color.Black;
this.propertyGrid_Properties.ViewForeColor = System.Drawing.Color.White;
this.propertyGrid_Properties.SelectedGridItemChanged += new System.Windows.Forms.SelectedGridItemChangedEventHandler(this.PropertyViewer_SelectedItemChanged);
this.propertyGrid_Properties.GotFocus += new System.EventHandler(this.PropertyViewer_MouseLeave);
this.propertyGrid_Properties.LostFocus += new System.EventHandler(this.PropertyViewer_MouseLeave);
//
// menuStrip_Properties
//
this.menuStrip_Properties.Dock = System.Windows.Forms.DockStyle.None;
this.menuStrip_Properties.Location = new System.Drawing.Point(0, 0);
this.menuStrip_Properties.Name = "menuStrip_Properties";
this.menuStrip_Properties.Size = new System.Drawing.Size(414, 24);
this.menuStrip_Properties.TabIndex = 0;
this.menuStrip_Properties.Text = "menuStrip3";
//
// 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.toolStripContainer3);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer4);
this.splitContainer1.Size = new System.Drawing.Size(414, 840);
this.splitContainer1.SplitterDistance = 148;
this.splitContainer1.TabIndex = 4;
//
// toolStripContainer3
//
//
// toolStripContainer3.ContentPanel
//
this.toolStripContainer3.ContentPanel.Controls.Add(this.localEposodes_listBox);
this.toolStripContainer3.ContentPanel.Controls.Add(this.labelProgress);
this.toolStripContainer3.ContentPanel.Controls.Add(this.progressBarZipDownload);
this.toolStripContainer3.ContentPanel.Size = new System.Drawing.Size(414, 124);
this.toolStripContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer3.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer3.Name = "toolStripContainer3";
this.toolStripContainer3.Size = new System.Drawing.Size(414, 148);
this.toolStripContainer3.TabIndex = 0;
this.toolStripContainer3.Text = "toolStripContainer3";
//
// toolStripContainer3.TopToolStripPanel
//
this.toolStripContainer3.TopToolStripPanel.Controls.Add(this.menuStrip_Levels);
//
// localEposodes_listBox
//
this.localEposodes_listBox.FormattingEnabled = true;
this.localEposodes_listBox.Location = new System.Drawing.Point(3, 45);
this.localEposodes_listBox.MultiColumn = true;
this.localEposodes_listBox.Name = "localEposodes_listBox";
this.localEposodes_listBox.Size = new System.Drawing.Size(315, 69);
this.localEposodes_listBox.TabIndex = 17;
this.localEposodes_listBox.SelectedIndexChanged += new System.EventHandler(this.Level_SelectedIndexChanged);
//
// labelProgress
//
this.labelProgress.AutoSize = true;
this.labelProgress.Location = new System.Drawing.Point(3, 0);
this.labelProgress.Name = "labelProgress";
this.labelProgress.Size = new System.Drawing.Size(30, 13);
this.labelProgress.TabIndex = 16;
this.labelProgress.Text = "Idle..";
//
// progressBarZipDownload
//
this.progressBarZipDownload.ForeColor = System.Drawing.Color.LightGreen;
this.progressBarZipDownload.Location = new System.Drawing.Point(3, 16);
this.progressBarZipDownload.Name = "progressBarZipDownload";
this.progressBarZipDownload.Size = new System.Drawing.Size(315, 23);
this.progressBarZipDownload.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.progressBarZipDownload.TabIndex = 15;
//
// menuStrip_Levels
//
this.menuStrip_Levels.BackColor = System.Drawing.Color.Black;
this.menuStrip_Levels.Dock = System.Windows.Forms.DockStyle.None;
this.menuStrip_Levels.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuStrip_Levels.ForeColor = System.Drawing.Color.Silver;
this.menuStrip_Levels.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.downloadToolStripMenuItem,
this.loadGameToolStripMenuItem,
this.saveLevelToolStripMenuItem});
this.menuStrip_Levels.Location = new System.Drawing.Point(0, 0);
this.menuStrip_Levels.Name = "menuStrip_Levels";
this.menuStrip_Levels.Size = new System.Drawing.Size(414, 24);
this.menuStrip_Levels.TabIndex = 1;
this.menuStrip_Levels.Text = "menuStrip2";
//
// downloadToolStripMenuItem
//
this.downloadToolStripMenuItem.Name = "downloadToolStripMenuItem";
this.downloadToolStripMenuItem.Size = new System.Drawing.Size(123, 20);
this.downloadToolStripMenuItem.Text = "Download Content";
this.downloadToolStripMenuItem.Click += new System.EventHandler(this.DownloadContentToolStripMenuItem_Click);
//
// saveLevelToolStripMenuItem
//
this.saveLevelToolStripMenuItem.Name = "saveLevelToolStripMenuItem";
this.saveLevelToolStripMenuItem.Size = new System.Drawing.Size(95, 20);
this.saveLevelToolStripMenuItem.Text = "Save Level...";
this.saveLevelToolStripMenuItem.Click += new System.EventHandler(this.saveLevelToolStripMenuItem_Click);
//
// loadGameToolStripMenuItem
//
this.loadGameToolStripMenuItem.Name = "loadGameToolStripMenuItem";
this.loadGameToolStripMenuItem.Size = new System.Drawing.Size(95, 20);
this.loadGameToolStripMenuItem.Text = "Load Game...";
this.loadGameToolStripMenuItem.Click += new System.EventHandler(this.loadGameToolStripMenuItem_Click);
//
// LevelEditorControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "LevelEditorControl";
this.Size = new System.Drawing.Size(414, 840);
this.splitContainer4.Panel1.ResumeLayout(false);
this.splitContainer4.Panel2.ResumeLayout(false);
this.splitContainer4.ResumeLayout(false);
this.toolStripContainer2.ContentPanel.ResumeLayout(false);
this.toolStripContainer2.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer2.TopToolStripPanel.PerformLayout();
this.toolStripContainer2.ResumeLayout(false);
this.toolStripContainer2.PerformLayout();
this.menuStrip_Objects.ResumeLayout(false);
this.menuStrip_Objects.PerformLayout();
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.toolStripContainer3.ContentPanel.ResumeLayout(false);
this.toolStripContainer3.ContentPanel.PerformLayout();
this.toolStripContainer3.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer3.TopToolStripPanel.PerformLayout();
this.toolStripContainer3.ResumeLayout(false);
this.toolStripContainer3.PerformLayout();
this.menuStrip_Levels.ResumeLayout(false);
this.menuStrip_Levels.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer4;
private System.Windows.Forms.ListView listView_ObjectIndex;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.MenuStrip menuStrip_Objects;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_GameObjects;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Events;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Color;
private System.Windows.Forms.PropertyGrid propertyGrid_Properties;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Code;
private System.Windows.Forms.ToolStripContainer toolStripContainer2;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ToolStripContainer toolStripContainer3;
private System.Windows.Forms.MenuStrip menuStrip_Levels;
private System.Windows.Forms.ToolStripMenuItem downloadToolStripMenuItem;
private System.Windows.Forms.ListBox localEposodes_listBox;
private System.Windows.Forms.Label labelProgress;
private System.Windows.Forms.ProgressBar progressBarZipDownload;
private System.Windows.Forms.MenuStrip menuStrip_Properties;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_HUD;
private System.Windows.Forms.ToolStripMenuItem engineToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_Camera;
private System.Windows.Forms.ToolStripMenuItem saveLevelToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem loadGameToolStripMenuItem;
}
}