2009年7月13日月曜日

namespace WindowsFormsApplication1

{

partial class mainForm

{

///

/// 必要なデザイナ変数です。

///

private System.ComponentModel.IContainer components = null;



///

/// 使用中のリソースをすべてクリーンアップします。

///

/// マネージ リソースが破棄される場合 true、破棄されない場合は false です。

protected override void Dispose(bool disposing)

{

if (disposing && (components != null))

{

components.Dispose();

}

base.Dispose(disposing);

}



#region Windows フォーム デザイナで生成されたコード



///

/// デザイナ サポートに必要なメソッドです。このメソッドの内容を

/// コード エディタで変更しないでください。

///

private void InitializeComponent()

{

System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));

this.backgroundPicture = new System.Windows.Forms.PictureBox();

this.showupbirdPicture = new System.Windows.Forms.PictureBox();

this.showupsquirrelPicture = new System.Windows.Forms.PictureBox();

this.showupsnakePicture = new System.Windows.Forms.PictureBox();

this.showupfrogPicture = new System.Windows.Forms.PictureBox();

this.showupfishPicture = new System.Windows.Forms.PictureBox();

this.showupdogPicture = new System.Windows.Forms.PictureBox();

((System.ComponentModel.ISupportInitialize)(this.backgroundPicture)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.showupbirdPicture)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.showupsquirrelPicture)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.showupsnakePicture)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.showupfrogPicture)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.showupfishPicture)).BeginInit();

((System.ComponentModel.ISupportInitialize)(this.showupdogPicture)).BeginInit();

this.SuspendLayout();

//

// backgroundPicture

//

this.backgroundPicture.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;

this.backgroundPicture.Image = ((System.Drawing.Image)(resources.GetObject("backgroundPicture.Image")));

this.backgroundPicture.Location = new System.Drawing.Point(3, 73);

this.backgroundPicture.Name = "backgroundPicture";

this.backgroundPicture.Size = new System.Drawing.Size(600, 450);

this.backgroundPicture.TabIndex = 0;

this.backgroundPicture.TabStop = false;

//

// showupbirdPicture

//

this.showupbirdPicture.Image = ((System.Drawing.Image)(resources.GetObject("showupbirdPicture.Image")));

this.showupbirdPicture.Location = new System.Drawing.Point(403, 79);

this.showupbirdPicture.Name = "showupbirdPicture";

this.showupbirdPicture.Size = new System.Drawing.Size(64, 64);

this.showupbirdPicture.TabIndex = 1;

this.showupbirdPicture.TabStop = false;

this.showupbirdPicture.Visible = false;

//

// showupsquirrelPicture

//

this.showupsquirrelPicture.Image = ((System.Drawing.Image)(resources.GetObject("showupsquirrelPicture.Image")));

this.showupsquirrelPicture.Location = new System.Drawing.Point(131, 192);

this.showupsquirrelPicture.Name = "showupsquirrelPicture";

this.showupsquirrelPicture.Size = new System.Drawing.Size(64, 64);

this.showupsquirrelPicture.TabIndex = 2;

this.showupsquirrelPicture.TabStop = false;

this.showupsquirrelPicture.Visible = false;

//

// showupsnakePicture

//

this.showupsnakePicture.Image = ((System.Drawing.Image)(resources.GetObject("showupsnakePicture.Image")));

this.showupsnakePicture.Location = new System.Drawing.Point(374, 397);

this.showupsnakePicture.Name = "showupsnakePicture";

this.showupsnakePicture.Size = new System.Drawing.Size(64, 64);

this.showupsnakePicture.TabIndex = 3;

this.showupsnakePicture.TabStop = false;

this.showupsnakePicture.Visible = false;

//

// showupfrogPicture

//

this.showupfrogPicture.Image = ((System.Drawing.Image)(resources.GetObject("showupfrogPicture.Image")));

this.showupfrogPicture.Location = new System.Drawing.Point(80, 371);

this.showupfrogPicture.Name = "showupfrogPicture";

this.showupfrogPicture.Size = new System.Drawing.Size(64, 64);

this.showupfrogPicture.TabIndex = 4;

this.showupfrogPicture.TabStop = false;

this.showupfrogPicture.Visible = false;

//

// showupfishPicture

//

this.showupfishPicture.Image = ((System.Drawing.Image)(resources.GetObject("showupfishPicture.Image")));

this.showupfishPicture.Location = new System.Drawing.Point(300, 297);

this.showupfishPicture.Name = "showupfishPicture";

this.showupfishPicture.Size = new System.Drawing.Size(64, 64);

this.showupfishPicture.TabIndex = 5;

this.showupfishPicture.TabStop = false;

this.showupfishPicture.Visible = false;

//

// showupdogPicture

//

this.showupdogPicture.Image = ((System.Drawing.Image)(resources.GetObject("showupdogPicture.Image")));

this.showupdogPicture.Location = new System.Drawing.Point(530, 437);

this.showupdogPicture.Name = "showupdogPicture";

this.showupdogPicture.Size = new System.Drawing.Size(64, 64);

this.showupdogPicture.TabIndex = 6;

this.showupdogPicture.TabStop = false;

this.showupdogPicture.Visible = false;

//

// mainForm

//

this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);

this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

this.ClientSize = new System.Drawing.Size(606, 575);

this.Controls.Add(this.showupdogPicture);

this.Controls.Add(this.showupfishPicture);

this.Controls.Add(this.showupfrogPicture);

this.Controls.Add(this.showupsnakePicture);

this.Controls.Add(this.showupsquirrelPicture);

this.Controls.Add(this.showupbirdPicture);

this.Controls.Add(this.backgroundPicture);

this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;

this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));

this.MaximizeBox = false;

this.MinimizeBox = false;

this.Name = "mainForm";

this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;

this.Text = "Animal World ver.1.0";

((System.ComponentModel.ISupportInitialize)(this.backgroundPicture)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.showupbirdPicture)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.showupsquirrelPicture)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.showupsnakePicture)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.showupfrogPicture)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.showupfishPicture)).EndInit();

((System.ComponentModel.ISupportInitialize)(this.showupdogPicture)).EndInit();

this.ResumeLayout(false);



}



#endregion



private System.Windows.Forms.PictureBox backgroundPicture;

private System.Windows.Forms.PictureBox showupbirdPicture;

private System.Windows.Forms.PictureBox showupsquirrelPicture;

private System.Windows.Forms.PictureBox showupsnakePicture;

private System.Windows.Forms.PictureBox showupfrogPicture;

private System.Windows.Forms.PictureBox showupfishPicture;

private System.Windows.Forms.PictureBox showupdogPicture;

}

}

0 コメント:

コメントを投稿