namespace DarkWynter.App
{
partial class ActorPopUp
{
///
/// 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(ActorPopUp));
this.boyPic = new System.Windows.Forms.PictureBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.girlPic = new System.Windows.Forms.PictureBox();
this.bunnyPic = new System.Windows.Forms.PictureBox();
this.fishPic = new System.Windows.Forms.PictureBox();
this.septasoulPic = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.boyPic)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.girlPic)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bunnyPic)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fishPic)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.septasoulPic)).BeginInit();
this.SuspendLayout();
//
// boyPic
//
this.boyPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("boyPic.BackgroundImage")));
this.boyPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.boyPic.Image = ((System.Drawing.Image)(resources.GetObject("boyPic.Image")));
this.boyPic.Location = new System.Drawing.Point(12, 16);
this.boyPic.Name = "boyPic";
this.boyPic.Size = new System.Drawing.Size(279, 227);
this.boyPic.TabIndex = 0;
this.boyPic.TabStop = false;
this.boyPic.Visible = false;
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"Dojo Girl",
"Dojo Boy",
"Master",
"Septasoul",
"Fish"});
this.comboBox1.Location = new System.Drawing.Point(330, 16);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(175, 21);
this.comboBox1.TabIndex = 1;
//
// girlPic
//
this.girlPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("girlPic.BackgroundImage")));
this.girlPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.girlPic.Image = ((System.Drawing.Image)(resources.GetObject("girlPic.Image")));
this.girlPic.Location = new System.Drawing.Point(12, 16);
this.girlPic.Name = "girlPic";
this.girlPic.Size = new System.Drawing.Size(279, 227);
this.girlPic.TabIndex = 2;
this.girlPic.TabStop = false;
//
// bunnyPic
//
this.bunnyPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunnyPic.BackgroundImage")));
this.bunnyPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.bunnyPic.Image = ((System.Drawing.Image)(resources.GetObject("bunnyPic.Image")));
this.bunnyPic.Location = new System.Drawing.Point(12, 16);
this.bunnyPic.Name = "bunnyPic";
this.bunnyPic.Size = new System.Drawing.Size(279, 227);
this.bunnyPic.TabIndex = 3;
this.bunnyPic.TabStop = false;
this.bunnyPic.Visible = false;
//
// fishPic
//
this.fishPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("fishPic.BackgroundImage")));
this.fishPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.fishPic.Image = ((System.Drawing.Image)(resources.GetObject("fishPic.Image")));
this.fishPic.Location = new System.Drawing.Point(12, 16);
this.fishPic.Name = "fishPic";
this.fishPic.Size = new System.Drawing.Size(279, 227);
this.fishPic.TabIndex = 4;
this.fishPic.TabStop = false;
this.fishPic.Visible = false;
//
// septasoulPic
//
this.septasoulPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("septasoulPic.BackgroundImage")));
this.septasoulPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.septasoulPic.Image = ((System.Drawing.Image)(resources.GetObject("septasoulPic.Image")));
this.septasoulPic.Location = new System.Drawing.Point(12, 16);
this.septasoulPic.Name = "septasoulPic";
this.septasoulPic.Size = new System.Drawing.Size(279, 227);
this.septasoulPic.TabIndex = 5;
this.septasoulPic.TabStop = false;
this.septasoulPic.Visible = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(464, 684);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 6;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(651, 684);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 7;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = true;
//
// ActorPopUp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1157, 753);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.septasoulPic);
this.Controls.Add(this.fishPic);
this.Controls.Add(this.bunnyPic);
this.Controls.Add(this.girlPic);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.boyPic);
this.Name = "ActorPopUp";
this.Text = "ActorPopUp";
((System.ComponentModel.ISupportInitialize)(this.boyPic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.girlPic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bunnyPic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fishPic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.septasoulPic)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox boyPic;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.PictureBox girlPic;
private System.Windows.Forms.PictureBox bunnyPic;
private System.Windows.Forms.PictureBox fishPic;
private System.Windows.Forms.PictureBox septasoulPic;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}