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.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.listView_LevelIndex = new System.Windows.Forms.ListView(); this.columnHeader_LevelNames = new System.Windows.Forms.ColumnHeader(); this.columnHeader_LevelFileLocations = new System.Windows.Forms.ColumnHeader(); this.columnHeader_LevelDescriptions = new System.Windows.Forms.ColumnHeader(); this.listView_ObjectIndex = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader6 = new System.Windows.Forms.ColumnHeader(); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.PropertyViewer = new System.Windows.Forms.PropertyGrid(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.loadObjLibToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadEventsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.colorSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.splitContainer4.Panel1.SuspendLayout(); this.splitContainer4.Panel2.SuspendLayout(); this.splitContainer4.SuspendLayout(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.menuStrip1.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.splitContainer3); // // splitContainer4.Panel2 // this.splitContainer4.Panel2.Controls.Add(this.toolStripContainer1); this.splitContainer4.Size = new System.Drawing.Size(395, 726); this.splitContainer4.SplitterDistance = 221; this.splitContainer4.TabIndex = 3; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.listView_LevelIndex); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.listView_ObjectIndex); this.splitContainer3.Size = new System.Drawing.Size(395, 221); this.splitContainer3.SplitterDistance = 100; this.splitContainer3.TabIndex = 0; // // listView_LevelIndex // this.listView_LevelIndex.Activation = System.Windows.Forms.ItemActivation.OneClick; this.listView_LevelIndex.AllowColumnReorder = true; this.listView_LevelIndex.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader_LevelNames, this.columnHeader_LevelFileLocations, this.columnHeader_LevelDescriptions}); this.listView_LevelIndex.Dock = System.Windows.Forms.DockStyle.Fill; this.listView_LevelIndex.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listView_LevelIndex.FullRowSelect = true; this.listView_LevelIndex.GridLines = true; this.listView_LevelIndex.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listView_LevelIndex.HideSelection = false; this.listView_LevelIndex.LabelEdit = true; this.listView_LevelIndex.Location = new System.Drawing.Point(0, 0); this.listView_LevelIndex.MultiSelect = false; this.listView_LevelIndex.Name = "listView_LevelIndex"; this.listView_LevelIndex.Size = new System.Drawing.Size(395, 100); this.listView_LevelIndex.TabIndex = 0; this.listView_LevelIndex.UseCompatibleStateImageBehavior = false; this.listView_LevelIndex.View = System.Windows.Forms.View.Details; this.listView_LevelIndex.SelectedIndexChanged += new System.EventHandler(this.LevelIndex_SelectIndexChanged); // // columnHeader_LevelNames // this.columnHeader_LevelNames.Text = "Level Name"; this.columnHeader_LevelNames.Width = 103; // // columnHeader_LevelFileLocations // this.columnHeader_LevelFileLocations.Text = "File Location"; this.columnHeader_LevelFileLocations.Width = 128; // // columnHeader_LevelDescriptions // this.columnHeader_LevelDescriptions.Text = "Description"; this.columnHeader_LevelDescriptions.Width = 176; // // 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(395, 117); 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.ObjectIndex_SelectIndexChanged); // // columnHeader1 // this.columnHeader1.Text = "Type"; this.columnHeader1.Width = 126; // // columnHeader6 // this.columnHeader6.Text = "Name"; this.columnHeader6.Width = 111; // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.PropertyViewer); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(395, 477); 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(395, 501); this.toolStripContainer1.TabIndex = 0; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1); // // PropertyViewer // this.PropertyViewer.Dock = System.Windows.Forms.DockStyle.Fill; this.PropertyViewer.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PropertyViewer.Location = new System.Drawing.Point(0, 0); this.PropertyViewer.Name = "PropertyViewer"; this.PropertyViewer.Size = new System.Drawing.Size(395, 477); this.PropertyViewer.TabIndex = 30; this.PropertyViewer.Click += new System.EventHandler(this.PropertyViewer_Click); // // menuStrip1 // this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None; this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.loadObjLibToolStripMenuItem, this.loadEventsToolStripMenuItem, this.colorSettingsToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(395, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // loadObjLibToolStripMenuItem // this.loadObjLibToolStripMenuItem.Name = "loadObjLibToolStripMenuItem"; this.loadObjLibToolStripMenuItem.Size = new System.Drawing.Size(75, 20); this.loadObjLibToolStripMenuItem.Text = "Load ObjLib"; this.loadObjLibToolStripMenuItem.Click += new System.EventHandler(this.loadObjLibToolStripMenuItem_Click); // // loadEventsToolStripMenuItem // this.loadEventsToolStripMenuItem.Name = "loadEventsToolStripMenuItem"; this.loadEventsToolStripMenuItem.Size = new System.Drawing.Size(78, 20); this.loadEventsToolStripMenuItem.Text = "Load Events"; this.loadEventsToolStripMenuItem.Click += new System.EventHandler(this.loadEventsToolStripMenuItem_Click); // // colorSettingsToolStripMenuItem // this.colorSettingsToolStripMenuItem.Name = "colorSettingsToolStripMenuItem"; this.colorSettingsToolStripMenuItem.Size = new System.Drawing.Size(86, 20); this.colorSettingsToolStripMenuItem.Text = "Color Settings"; this.colorSettingsToolStripMenuItem.Click += new System.EventHandler(this.colorSettingsToolStripMenuItem_Click); // // LevelEditorControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer4); this.Name = "LevelEditorControl"; this.Size = new System.Drawing.Size(395, 726); this.splitContainer4.Panel1.ResumeLayout(false); this.splitContainer4.Panel2.ResumeLayout(false); this.splitContainer4.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); this.splitContainer3.ResumeLayout(false); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer4; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.ListView listView_LevelIndex; private System.Windows.Forms.ColumnHeader columnHeader_LevelNames; private System.Windows.Forms.ColumnHeader columnHeader_LevelFileLocations; private System.Windows.Forms.ColumnHeader columnHeader_LevelDescriptions; 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 menuStrip1; private System.Windows.Forms.ToolStripMenuItem loadObjLibToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadEventsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem colorSettingsToolStripMenuItem; private System.Windows.Forms.PropertyGrid PropertyViewer; } }