Files
propagation-remastered/VsProject/PropagationRemasteredBeta/Form1.Designer.cs
T

290 lines
12 KiB
C#
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace PropagationRemasteredBeta
{
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.btnStartNormal = new System.Windows.Forms.Button();
this.pbxTerrain = new System.Windows.Forms.PictureBox();
this.tmrTick = new System.Windows.Forms.Timer(this.components);
this.label1 = new System.Windows.Forms.Label();
this.lblMemory = new System.Windows.Forms.Label();
this.lblelementsCounter = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblFrameCount = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lblTotalTime = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lblDeaths = new System.Windows.Forms.Label();
this.lbl6 = new System.Windows.Forms.Label();
this.lblSain = new System.Windows.Forms.Label();
this.lbl5 = new System.Windows.Forms.Label();
this.lblImmunes = new System.Windows.Forms.Label();
this.lbl4 = new System.Windows.Forms.Label();
this.lblInfected = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.btnStartOneForAll = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pbxTerrain)).BeginInit();
this.SuspendLayout();
//
// btnStartNormal
//
this.btnStartNormal.Location = new System.Drawing.Point(818, 294);
this.btnStartNormal.Name = "btnStartNormal";
this.btnStartNormal.Size = new System.Drawing.Size(105, 51);
this.btnStartNormal.TabIndex = 0;
this.btnStartNormal.Text = "Start classic";
this.btnStartNormal.UseVisualStyleBackColor = true;
this.btnStartNormal.Click += new System.EventHandler(this.button1_Click);
//
// pbxTerrain
//
this.pbxTerrain.Location = new System.Drawing.Point(12, 12);
this.pbxTerrain.Name = "pbxTerrain";
this.pbxTerrain.Size = new System.Drawing.Size(800, 800);
this.pbxTerrain.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbxTerrain.TabIndex = 1;
this.pbxTerrain.TabStop = false;
//
// tmrTick
//
this.tmrTick.Tick += new System.EventHandler(this.tmrTick_Tick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(818, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(78, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Memory Usage";
//
// lblMemory
//
this.lblMemory.AutoSize = true;
this.lblMemory.Location = new System.Drawing.Point(818, 25);
this.lblMemory.Name = "lblMemory";
this.lblMemory.Size = new System.Drawing.Size(29, 13);
this.lblMemory.TabIndex = 3;
this.lblMemory.Text = "NaN";
//
// lblelementsCounter
//
this.lblelementsCounter.AutoSize = true;
this.lblelementsCounter.Location = new System.Drawing.Point(818, 61);
this.lblelementsCounter.Name = "lblelementsCounter";
this.lblelementsCounter.Size = new System.Drawing.Size(29, 13);
this.lblelementsCounter.TabIndex = 5;
this.lblelementsCounter.Text = "NaN";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(818, 48);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(84, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Drawed Elemets";
//
// lblFrameCount
//
this.lblFrameCount.AutoSize = true;
this.lblFrameCount.Location = new System.Drawing.Point(818, 101);
this.lblFrameCount.Name = "lblFrameCount";
this.lblFrameCount.Size = new System.Drawing.Size(29, 13);
this.lblFrameCount.TabIndex = 7;
this.lblFrameCount.Text = "NaN";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(818, 88);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Frames";
//
// lblTotalTime
//
this.lblTotalTime.AutoSize = true;
this.lblTotalTime.Location = new System.Drawing.Point(818, 136);
this.lblTotalTime.Name = "lblTotalTime";
this.lblTotalTime.Size = new System.Drawing.Size(29, 13);
this.lblTotalTime.TabIndex = 9;
this.lblTotalTime.Text = "NaN";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(818, 123);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(85, 13);
this.label5.TabIndex = 8;
this.label5.Text = "Total Time (ms) :";
//
// lblDeaths
//
this.lblDeaths.AutoSize = true;
this.lblDeaths.Location = new System.Drawing.Point(818, 278);
this.lblDeaths.Name = "lblDeaths";
this.lblDeaths.Size = new System.Drawing.Size(29, 13);
this.lblDeaths.TabIndex = 11;
this.lblDeaths.Text = "NaN";
//
// lbl6
//
this.lbl6.AutoSize = true;
this.lbl6.Location = new System.Drawing.Point(818, 265);
this.lbl6.Name = "lbl6";
this.lbl6.Size = new System.Drawing.Size(44, 13);
this.lbl6.TabIndex = 10;
this.lbl6.Text = "Deads :";
//
// lblSain
//
this.lblSain.AutoSize = true;
this.lblSain.Location = new System.Drawing.Point(818, 242);
this.lblSain.Name = "lblSain";
this.lblSain.Size = new System.Drawing.Size(29, 13);
this.lblSain.TabIndex = 13;
this.lblSain.Text = "NaN";
//
// lbl5
//
this.lbl5.AutoSize = true;
this.lbl5.Location = new System.Drawing.Point(818, 229);
this.lbl5.Name = "lbl5";
this.lbl5.Size = new System.Drawing.Size(39, 13);
this.lbl5.TabIndex = 12;
this.lbl5.Text = "Sains :";
//
// lblImmunes
//
this.lblImmunes.AutoSize = true;
this.lblImmunes.Location = new System.Drawing.Point(818, 207);
this.lblImmunes.Name = "lblImmunes";
this.lblImmunes.Size = new System.Drawing.Size(29, 13);
this.lblImmunes.TabIndex = 15;
this.lblImmunes.Text = "NaN";
//
// lbl4
//
this.lbl4.AutoSize = true;
this.lbl4.Location = new System.Drawing.Point(818, 194);
this.lbl4.Name = "lbl4";
this.lbl4.Size = new System.Drawing.Size(55, 13);
this.lbl4.TabIndex = 14;
this.lbl4.Text = "Immunes :";
//
// lblInfected
//
this.lblInfected.AutoSize = true;
this.lblInfected.Location = new System.Drawing.Point(818, 172);
this.lblInfected.Name = "lblInfected";
this.lblInfected.Size = new System.Drawing.Size(29, 13);
this.lblInfected.TabIndex = 17;
this.lblInfected.Text = "NaN";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(818, 159);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(57, 13);
this.label12.TabIndex = 16;
this.label12.Text = "Infecteds :";
//
// btnStartOneForAll
//
this.btnStartOneForAll.Location = new System.Drawing.Point(818, 351);
this.btnStartOneForAll.Name = "btnStartOneForAll";
this.btnStartOneForAll.Size = new System.Drawing.Size(105, 51);
this.btnStartOneForAll.TabIndex = 18;
this.btnStartOneForAll.Text = "Start oneForAll";
this.btnStartOneForAll.UseVisualStyleBackColor = true;
this.btnStartOneForAll.Click += new System.EventHandler(this.btnStartOneForAll_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(929, 814);
this.Controls.Add(this.btnStartOneForAll);
this.Controls.Add(this.lblInfected);
this.Controls.Add(this.label12);
this.Controls.Add(this.lblImmunes);
this.Controls.Add(this.lbl4);
this.Controls.Add(this.lblSain);
this.Controls.Add(this.lbl5);
this.Controls.Add(this.lblDeaths);
this.Controls.Add(this.lbl6);
this.Controls.Add(this.lblTotalTime);
this.Controls.Add(this.label5);
this.Controls.Add(this.lblFrameCount);
this.Controls.Add(this.label4);
this.Controls.Add(this.lblelementsCounter);
this.Controls.Add(this.label3);
this.Controls.Add(this.lblMemory);
this.Controls.Add(this.label1);
this.Controls.Add(this.pbxTerrain);
this.Controls.Add(this.btnStartNormal);
this.Name = "Form1";
this.Text = "Form1";
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
((System.ComponentModel.ISupportInitialize)(this.pbxTerrain)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnStartNormal;
private System.Windows.Forms.PictureBox pbxTerrain;
private System.Windows.Forms.Timer tmrTick;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblMemory;
private System.Windows.Forms.Label lblelementsCounter;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lblFrameCount;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblTotalTime;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label lblDeaths;
private System.Windows.Forms.Label lbl6;
private System.Windows.Forms.Label lblSain;
private System.Windows.Forms.Label lbl5;
private System.Windows.Forms.Label lblImmunes;
private System.Windows.Forms.Label lbl4;
private System.Windows.Forms.Label lblInfected;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button btnStartOneForAll;
}
}