2018-01-03 13:18:01 +01:00
|
|
|
|
namespace Bonhomme02
|
|
|
|
|
{
|
|
|
|
|
partial class Form1
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Variable nécessaire au concepteur.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Nettoyage des ressources utilisées.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
|
|
|
|
|
/// le contenu de cette méthode avec l'éditeur de code.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
this.TV = new System.Windows.Forms.PictureBox();
|
|
|
|
|
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();
|
2018-01-05 22:18:28 +01:00
|
|
|
|
this.Sol = new System.Windows.Forms.PictureBox();
|
2018-01-03 13:18:01 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.TV)).BeginInit();
|
2018-01-05 22:18:28 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Sol)).BeginInit();
|
2018-01-03 13:18:01 +01:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// TV
|
|
|
|
|
//
|
2018-01-05 22:18:28 +01:00
|
|
|
|
this.TV.Location = new System.Drawing.Point(12, 13);
|
2018-01-03 13:18:01 +01:00
|
|
|
|
this.TV.Name = "TV";
|
2018-01-04 14:03:06 +01:00
|
|
|
|
this.TV.Size = new System.Drawing.Size(782, 449);
|
2018-01-03 13:18:01 +01:00
|
|
|
|
this.TV.TabIndex = 0;
|
|
|
|
|
this.TV.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// timerImage
|
|
|
|
|
//
|
|
|
|
|
this.timerImage.Interval = 500;
|
|
|
|
|
this.timerImage.Tick += new System.EventHandler(this.timerImage_Tick);
|
|
|
|
|
//
|
|
|
|
|
// btnEffacer
|
|
|
|
|
//
|
2018-01-04 14:03:06 +01:00
|
|
|
|
this.btnEffacer.Location = new System.Drawing.Point(13, 497);
|
2018-01-03 13:18:01 +01:00
|
|
|
|
this.btnEffacer.Name = "btnEffacer";
|
|
|
|
|
this.btnEffacer.Size = new System.Drawing.Size(389, 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;
|
2018-01-04 14:03:06 +01:00
|
|
|
|
this.btnStopDeplacerCTick.Location = new System.Drawing.Point(408, 497);
|
2018-01-03 13:18:01 +01:00
|
|
|
|
this.btnStopDeplacerCTick.Name = "btnStopDeplacerCTick";
|
|
|
|
|
this.btnStopDeplacerCTick.Size = new System.Drawing.Size(387, 23);
|
|
|
|
|
this.btnStopDeplacerCTick.TabIndex = 9;
|
|
|
|
|
this.btnStopDeplacerCTick.Text = "Stop Tick";
|
|
|
|
|
this.btnStopDeplacerCTick.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnStopDeplacerCTick.Click += new System.EventHandler(this.btnStopDeplacerCTick_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnCreationCarrosse
|
|
|
|
|
//
|
2018-01-04 14:03:06 +01:00
|
|
|
|
this.btnCreationCarrosse.Location = new System.Drawing.Point(13, 468);
|
2018-01-03 13:18:01 +01:00
|
|
|
|
this.btnCreationCarrosse.Name = "btnCreationCarrosse";
|
|
|
|
|
this.btnCreationCarrosse.Size = new System.Drawing.Size(782, 23);
|
|
|
|
|
this.btnCreationCarrosse.TabIndex = 11;
|
|
|
|
|
this.btnCreationCarrosse.Text = "Creer Carrosse";
|
|
|
|
|
this.btnCreationCarrosse.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnCreationCarrosse.Click += new System.EventHandler(this.btnCreationCarrosse_Click);
|
|
|
|
|
//
|
2018-01-05 22:18:28 +01:00
|
|
|
|
// 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(782, 47);
|
|
|
|
|
this.Sol.TabIndex = 12;
|
|
|
|
|
this.Sol.TabStop = false;
|
|
|
|
|
//
|
2018-01-04 14:03:06 +01:00
|
|
|
|
// Form1
|
2018-01-03 13:18:01 +01:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2018-01-04 14:03:06 +01:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(807, 538);
|
2018-01-05 22:18:28 +01:00
|
|
|
|
this.Controls.Add(this.Sol);
|
2018-01-03 13:18:01 +01:00
|
|
|
|
this.Controls.Add(this.btnCreationCarrosse);
|
|
|
|
|
this.Controls.Add(this.btnEffacer);
|
|
|
|
|
this.Controls.Add(this.btnStopDeplacerCTick);
|
|
|
|
|
this.Controls.Add(this.TV);
|
2018-01-04 14:03:06 +01:00
|
|
|
|
this.Name = "Form1";
|
2018-01-03 13:18:01 +01:00
|
|
|
|
this.Text = "Dessins Animés";
|
2018-01-05 22:18:28 +01:00
|
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove);
|
2018-01-03 13:18:01 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.TV)).EndInit();
|
2018-01-05 22:18:28 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Sol)).EndInit();
|
2018-01-03 13:18:01 +01:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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;
|
2018-01-05 22:18:28 +01:00
|
|
|
|
private System.Windows.Forms.PictureBox Sol;
|
2018-01-03 13:18:01 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|