namespace DarkWynter.App
{
partial class CutSceneMain
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CutSceneMain));
this.terrain = new System.Windows.Forms.PictureBox();
this.waypoint = new System.Windows.Forms.PictureBox();
this.waypointLabel = new System.Windows.Forms.Label();
this.actor = new System.Windows.Forms.PictureBox();
this.actorLabel = new System.Windows.Forms.Label();
this.propLabel = new System.Windows.Forms.Label();
this.prop = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.listBox1 = new System.Windows.Forms.ListBox();
((System.ComponentModel.ISupportInitialize)(this.terrain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.waypoint)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.actor)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.prop)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// terrain
//
this.terrain.AllowDrop = true;
this.terrain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.terrain.Image = ((System.Drawing.Image)(resources.GetObject("terrain.Image")));
this.terrain.Location = new System.Drawing.Point(190, 14);
this.terrain.Name = "terrain";
this.terrain.Size = new System.Drawing.Size(264, 267);
this.terrain.TabIndex = 0;
this.terrain.TabStop = false;
this.terrain.DoubleClick += new System.EventHandler(this.terrain_DoubleClick);
this.terrain.DragDrop += new System.Windows.Forms.DragEventHandler(this.terrain_DragDrop);
this.terrain.DragEnter += new System.Windows.Forms.DragEventHandler(this.terrain_DragEnter);
//
// 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(17, 14);
this.waypoint.Name = "waypoint";
this.waypoint.Size = new System.Drawing.Size(60, 42);
this.waypoint.TabIndex = 1;
this.waypoint.TabStop = false;
this.waypoint.MouseLeave += new System.EventHandler(this.waypoint_MouseLeave);
this.waypoint.MouseDown += new System.Windows.Forms.MouseEventHandler(this.waypoint_MouseDown);
this.waypoint.MouseHover += new System.EventHandler(this.waypoint_MouseHover);
//
// 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(83, 20);
this.waypointLabel.Name = "waypointLabel";
this.waypointLabel.Size = new System.Drawing.Size(75, 20);
this.waypointLabel.TabIndex = 2;
this.waypointLabel.Text = "Waypoint";
this.waypointLabel.Visible = false;
//
// actor
//
this.actor.Image = ((System.Drawing.Image)(resources.GetObject("actor.Image")));
this.actor.Location = new System.Drawing.Point(17, 62);
this.actor.Name = "actor";
this.actor.Size = new System.Drawing.Size(60, 62);
this.actor.TabIndex = 3;
this.actor.TabStop = false;
this.actor.MouseLeave += new System.EventHandler(this.actor_MouseLeave);
this.actor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.actor_MouseDown);
this.actor.MouseHover += new System.EventHandler(this.actor_MouseHover);
//
// 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(83, 85);
this.actorLabel.Name = "actorLabel";
this.actorLabel.Size = new System.Drawing.Size(47, 20);
this.actorLabel.TabIndex = 5;
this.actorLabel.Text = "Actor";
this.actorLabel.Visible = 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(83, 130);
this.propLabel.Name = "propLabel";
this.propLabel.Size = new System.Drawing.Size(42, 20);
this.propLabel.TabIndex = 5;
this.propLabel.Text = "Prop";
this.propLabel.Visible = false;
//
// prop
//
this.prop.Image = ((System.Drawing.Image)(resources.GetObject("prop.Image")));
this.prop.Location = new System.Drawing.Point(17, 130);
this.prop.Name = "prop";
this.prop.Size = new System.Drawing.Size(60, 55);
this.prop.TabIndex = 4;
this.prop.TabStop = false;
this.prop.MouseLeave += new System.EventHandler(this.prop_MouseLeave);
this.prop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.prop_MouseDown);
this.prop.MouseHover += new System.EventHandler(this.prop_MouseHover);
//
// panel1
//
this.panel1.Controls.Add(this.listBox1);
this.panel1.Controls.Add(this.terrain);
this.panel1.Controls.Add(this.waypointLabel);
this.panel1.Controls.Add(this.actor);
this.panel1.Controls.Add(this.waypoint);
this.panel1.Controls.Add(this.propLabel);
this.panel1.Controls.Add(this.actorLabel);
this.panel1.Controls.Add(this.prop);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(487, 578);
this.panel1.TabIndex = 6;
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(3, 191);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(141, 342);
this.listBox1.TabIndex = 6;
//
// CutSceneMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Name = "CutSceneMain";
this.Size = new System.Drawing.Size(487, 578);
this.DoubleClick += new System.EventHandler(this.terrain_DoubleClick);
((System.ComponentModel.ISupportInitialize)(this.terrain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.waypoint)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.actor)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.prop)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox terrain;
private System.Windows.Forms.PictureBox waypoint;
private System.Windows.Forms.Label waypointLabel;
private System.Windows.Forms.PictureBox actor;
private System.Windows.Forms.Label actorLabel;
private System.Windows.Forms.Label propLabel;
private System.Windows.Forms.PictureBox prop;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ListBox listBox1;
}
}