namespace DarkWynter.App { partial class GameObjectControl { /// /// 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() { System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] { "value 1", "value 1"}, -1); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] { "value 2", "avalue 2"}, -1); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameObjectControl)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.terrain = new System.Windows.Forms.PictureBox(); this.waypointLabel = new System.Windows.Forms.Label(); this.buttonSaveLibrary = new System.Windows.Forms.Button(); this.actor = new System.Windows.Forms.PictureBox(); this.buttonLoadLibrary = new System.Windows.Forms.Button(); this.waypoint = new System.Windows.Forms.PictureBox(); this.propLabel = new System.Windows.Forms.Label(); this.actorLabel = new System.Windows.Forms.Label(); this.prop = new System.Windows.Forms.PictureBox(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.terrain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.actor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.waypoint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.prop)).BeginInit(); 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.splitContainer2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.waypointLabel); this.splitContainer1.Panel2.Controls.Add(this.buttonSaveLibrary); this.splitContainer1.Panel2.Controls.Add(this.actor); this.splitContainer1.Panel2.Controls.Add(this.buttonLoadLibrary); this.splitContainer1.Panel2.Controls.Add(this.waypoint); this.splitContainer1.Panel2.Controls.Add(this.propLabel); this.splitContainer1.Panel2.Controls.Add(this.actorLabel); this.splitContainer1.Panel2.Controls.Add(this.prop); this.splitContainer1.Size = new System.Drawing.Size(800, 600); this.splitContainer1.SplitterDistance = 454; this.splitContainer1.TabIndex = 25; this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved); // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.listView1); this.splitContainer2.Panel2.Controls.Add(this.terrain); this.splitContainer2.Size = new System.Drawing.Size(800, 454); this.splitContainer2.SplitterDistance = 160; this.splitContainer2.TabIndex = 0; this.splitContainer2.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer2_SplitterMoved); // // listView1 // this.listView1.AllowColumnReorder = true; this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader2}); this.listView1.HideSelection = false; this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1, listViewItem2}); this.listView1.LabelEdit = true; this.listView1.Location = new System.Drawing.Point(-177, 349); this.listView1.MultiSelect = false; this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(159, 259); this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending; this.listView1.TabIndex = 2; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // columnHeader2 // this.columnHeader2.Text = "Value"; this.columnHeader2.Width = 150; // // terrain // this.terrain.AllowDrop = true; this.terrain.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("terrain.BackgroundImage"))); this.terrain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.terrain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.terrain.Cursor = System.Windows.Forms.Cursors.Cross; this.terrain.Dock = System.Windows.Forms.DockStyle.Fill; this.terrain.Location = new System.Drawing.Point(0, 0); this.terrain.Name = "terrain"; this.terrain.Size = new System.Drawing.Size(636, 454); this.terrain.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.terrain.TabIndex = 1; this.terrain.TabStop = false; // // waypointLabel // this.waypointLabel.AutoSize = true; this.waypointLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.waypointLabel.Location = new System.Drawing.Point(162, 68); this.waypointLabel.Name = "waypointLabel"; this.waypointLabel.Size = new System.Drawing.Size(75, 20); this.waypointLabel.TabIndex = 7; this.waypointLabel.Text = "Waypoint"; this.waypointLabel.Visible = false; // // buttonSaveLibrary // this.buttonSaveLibrary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.buttonSaveLibrary.Location = new System.Drawing.Point(3, 25); this.buttonSaveLibrary.Name = "buttonSaveLibrary"; this.buttonSaveLibrary.Size = new System.Drawing.Size(152, 21); this.buttonSaveLibrary.TabIndex = 25; this.buttonSaveLibrary.Text = "Save Library"; this.buttonSaveLibrary.UseVisualStyleBackColor = false; // // actor // this.actor.Image = ((System.Drawing.Image)(resources.GetObject("actor.Image"))); this.actor.Location = new System.Drawing.Point(104, 91); this.actor.Name = "actor"; this.actor.Size = new System.Drawing.Size(60, 62); this.actor.TabIndex = 8; this.actor.TabStop = false; // // buttonLoadLibrary // this.buttonLoadLibrary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.buttonLoadLibrary.Location = new System.Drawing.Point(3, 4); this.buttonLoadLibrary.Name = "buttonLoadLibrary"; this.buttonLoadLibrary.Size = new System.Drawing.Size(152, 21); this.buttonLoadLibrary.TabIndex = 24; this.buttonLoadLibrary.Text = "Load Library"; this.buttonLoadLibrary.UseVisualStyleBackColor = false; // // waypoint // this.waypoint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("waypoint.BackgroundImage"))); this.waypoint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.waypoint.Image = ((System.Drawing.Image)(resources.GetObject("waypoint.Image"))); this.waypoint.Location = new System.Drawing.Point(170, 91); this.waypoint.Name = "waypoint"; this.waypoint.Size = new System.Drawing.Size(60, 62); this.waypoint.TabIndex = 6; this.waypoint.TabStop = false; // // propLabel // this.propLabel.AutoSize = true; this.propLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.propLabel.Location = new System.Drawing.Point(49, 68); this.propLabel.Name = "propLabel"; this.propLabel.Size = new System.Drawing.Size(42, 20); this.propLabel.TabIndex = 10; this.propLabel.Text = "Prop"; this.propLabel.Visible = false; // // actorLabel // this.actorLabel.AutoSize = true; this.actorLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.actorLabel.Location = new System.Drawing.Point(103, 68); this.actorLabel.Name = "actorLabel"; this.actorLabel.Size = new System.Drawing.Size(47, 20); this.actorLabel.TabIndex = 11; this.actorLabel.Text = "Actor"; this.actorLabel.Visible = false; // // prop // this.prop.Image = ((System.Drawing.Image)(resources.GetObject("prop.Image"))); this.prop.Location = new System.Drawing.Point(39, 91); this.prop.Name = "prop"; this.prop.Size = new System.Drawing.Size(60, 62); this.prop.TabIndex = 9; this.prop.TabStop = false; // // GameObjectControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.Controls.Add(this.splitContainer1); this.Name = "GameObjectControl"; this.Size = new System.Drawing.Size(800, 600); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.Panel2.PerformLayout(); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.terrain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.actor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.waypoint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.prop)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.PictureBox terrain; private System.Windows.Forms.Label waypointLabel; private System.Windows.Forms.PictureBox actor; private System.Windows.Forms.PictureBox waypoint; private System.Windows.Forms.Label propLabel; private System.Windows.Forms.Label actorLabel; private System.Windows.Forms.PictureBox prop; private System.Windows.Forms.Button buttonLoadLibrary; private System.Windows.Forms.Button buttonSaveLibrary; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ColumnHeader columnHeader2; } }