namespace Wanderer { partial class FormMainMenu { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainMenu)); this.btnPlay = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.btnAide = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnPlay // this.btnPlay.Location = new System.Drawing.Point(322, 76); this.btnPlay.Name = "btnPlay"; this.btnPlay.Size = new System.Drawing.Size(90, 34); this.btnPlay.TabIndex = 0; this.btnPlay.Text = "Jouer"; this.btnPlay.UseVisualStyleBackColor = true; this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click); // // button1 // this.button1.Location = new System.Drawing.Point(322, 251); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(90, 34); this.button1.TabIndex = 1; this.button1.Text = "Quitter"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // btnAide // this.btnAide.Location = new System.Drawing.Point(322, 167); this.btnAide.Name = "btnAide"; this.btnAide.Size = new System.Drawing.Size(90, 34); this.btnAide.TabIndex = 2; this.btnAide.Text = "Aide"; this.btnAide.UseVisualStyleBackColor = true; this.btnAide.Click += new System.EventHandler(this.btnAide_Click); // // FormMainMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.btnAide); this.Controls.Add(this.button1); this.Controls.Add(this.btnPlay); this.Name = "FormMainMenu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Form1"; this.Load += new System.EventHandler(this.FormMainMenu_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnPlay; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button btnAide; } }