namespace hideoDiceX
{
partial class Form1
{
/// <summary>
/// 必要なデザイナー変数です。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 使用中のリソースをすべてクリーンアップします。
/// </summary>
/// <param name="disposing">マネージド リソースを破棄する場合は true を指定し、その他の場合は false を指定します。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows フォーム デザイナーで生成されたコード
/// <summary>
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
/// </summary>
private void InitializeComponent()
{
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.btnRollDice = new System.Windows.Forms.Button();
this.lblDiceValue = new System.Windows.Forms.Label();
*1.BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = global::hideoDiceX.Properties.Resources.sai6;
this.pictureBox1.Location = new System.Drawing.Point(258, 74);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(263, 262);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// btnRollDice
//
this.btnRollDice.Location = new System.Drawing.Point(327, 383);
this.btnRollDice.Name = "btnRollDice";
this.btnRollDice.Size = new System.Drawing.Size(123, 41);
this.btnRollDice.TabIndex = 2;
this.btnRollDice.Text = "サイを振る";
this.btnRollDice.UseVisualStyleBackColor = true;
this.btnRollDice.Click += new System.EventHandler(this.btnRollDice_Click_1);
//
// lblDiceValue
//
this.lblDiceValue.AutoSize = true;
this.lblDiceValue.Location = new System.Drawing.Point(378, 351);
this.lblDiceValue.Name = "lblDiceValue";
this.lblDiceValue.Size = new System.Drawing.Size(15, 15);
this.lblDiceValue.TabIndex = 3;
this.lblDiceValue.Text = "6";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.lblDiceValue);
this.Controls.Add(this.btnRollDice);
this.Controls.Add(this.pictureBox1);
this.Name = "Form1";
this.Text = "Form1";
*2.EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button btnRollDice;
private System.Windows.Forms.Label lblDiceValue;
}
}
