using System.Drawing; using System.Windows.Forms; namespace Bonhomme02 { partial class Form1 { /// /// Variable nécessaire au concepteur. /// private System.ComponentModel.IContainer components = null; /// /// Nettoyage des ressources utilisées. /// /// true si les ressources managées doivent être supprimées ; sinon, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur Windows Form /// /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.timerImage = new System.Windows.Forms.Timer(this.components); this.btnEffacer = new System.Windows.Forms.Button(); this.btnStopDeplacerCTick = new System.Windows.Forms.Button(); this.btnCreationCarrosse = new System.Windows.Forms.Button(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.Sol = new System.Windows.Forms.PictureBox(); this.TV = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Sol)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TV)).BeginInit(); this.SuspendLayout(); // // timerImage // this.timerImage.Interval = 500; this.timerImage.Tick += new System.EventHandler(this.timerImage_Tick); // // btnEffacer // this.btnEffacer.Location = new System.Drawing.Point(13, 497); this.btnEffacer.Name = "btnEffacer"; this.btnEffacer.Size = new System.Drawing.Size(567, 23); this.btnEffacer.TabIndex = 10; this.btnEffacer.Text = "Effacer Tout"; this.btnEffacer.UseVisualStyleBackColor = true; this.btnEffacer.Click += new System.EventHandler(this.btnEffacer_Click); // // btnStopDeplacerCTick // this.btnStopDeplacerCTick.Enabled = false; this.btnStopDeplacerCTick.Location = new System.Drawing.Point(584, 497); this.btnStopDeplacerCTick.Name = "btnStopDeplacerCTick"; this.btnStopDeplacerCTick.Size = new System.Drawing.Size(565, 23); this.btnStopDeplacerCTick.TabIndex = 9; this.btnStopDeplacerCTick.Text = "Stop Tick"; this.btnStopDeplacerCTick.UseVisualStyleBackColor = true; this.btnStopDeplacerCTick.Click += new System.EventHandler(this.btnStopDeplacerCTick_Click); // // btnCreationCarrosse // this.btnCreationCarrosse.Location = new System.Drawing.Point(13, 468); this.btnCreationCarrosse.Name = "btnCreationCarrosse"; this.btnCreationCarrosse.Size = new System.Drawing.Size(1136, 23); this.btnCreationCarrosse.TabIndex = 11; this.btnCreationCarrosse.Text = "Creer Carrosse"; this.btnCreationCarrosse.UseVisualStyleBackColor = true; this.btnCreationCarrosse.Click += new System.EventHandler(this.btnCreationCarrosse_Click); // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Gray; this.pictureBox2.Location = new System.Drawing.Point(995, 13); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(154, 105); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 14; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Silver; this.pictureBox1.Location = new System.Drawing.Point(750, 224); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(10, 192); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox1.TabIndex = 13; this.pictureBox1.TabStop = false; // // Sol // this.Sol.BackgroundImage = global::Bonhomme02.Properties.Resources.moon; this.Sol.InitialImage = global::Bonhomme02.Properties.Resources.moon; this.Sol.Location = new System.Drawing.Point(12, 415); this.Sol.Name = "Sol"; this.Sol.Size = new System.Drawing.Size(1137, 47); this.Sol.TabIndex = 12; this.Sol.TabStop = false; // // TV // this.TV.BackColor = System.Drawing.Color.Gray; this.TV.Location = new System.Drawing.Point(12, 13); this.TV.Name = "TV"; this.TV.Size = new System.Drawing.Size(1137, 449); this.TV.TabIndex = 0; this.TV.TabStop = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1161, 538); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.Sol); this.Controls.Add(this.btnCreationCarrosse); this.Controls.Add(this.btnEffacer); this.Controls.Add(this.btnStopDeplacerCTick); this.Controls.Add(this.TV); this.Name = "Form1"; this.Text = "Dessins Animés"; this.Load += new System.EventHandler(this.Form1_Load); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Sol)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TV)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox TV; private System.Windows.Forms.Timer timerImage; private System.Windows.Forms.Button btnEffacer; private System.Windows.Forms.Button btnStopDeplacerCTick; private System.Windows.Forms.Button btnCreationCarrosse; private System.Windows.Forms.PictureBox Sol; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; } }