Skip to content
Snippets Groups Projects
Commit 5305a9cf authored by FOECHTERLE MELISSA's avatar FOECHTERLE MELISSA
Browse files

Suppression d'un label moche

parent d45a8cfb
Branches
No related merge requests found
......@@ -50,7 +50,6 @@ namespace Mango.Controls.Menu
this.lblTotalDep = new System.Windows.Forms.Label();
this.lblTotalDu = new System.Windows.Forms.Label();
this.btnSolder = new System.Windows.Forms.Button();
this.lblConclusion = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dgvDettes)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvDepenses)).BeginInit();
this.SuspendLayout();
......@@ -262,22 +261,11 @@ namespace Mango.Controls.Menu
this.btnSolder.UseVisualStyleBackColor = false;
this.btnSolder.Click += new System.EventHandler(this.btnSolder_Click);
//
// lblConclusion
//
this.lblConclusion.AutoSize = true;
this.lblConclusion.Font = new System.Drawing.Font("Bahnschrift", 15F);
this.lblConclusion.Location = new System.Drawing.Point(23, 500);
this.lblConclusion.Name = "lblConclusion";
this.lblConclusion.Size = new System.Drawing.Size(395, 24);
this.lblConclusion.TabIndex = 28;
this.lblConclusion.Text = "Choisissez un événement et un participant.";
//
// MenuBilan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.lblConclusion);
this.Controls.Add(this.btnSolder);
this.Controls.Add(this.lblTotalDu);
this.Controls.Add(this.lblTotalDep);
......@@ -327,6 +315,5 @@ namespace Mango.Controls.Menu
private System.Windows.Forms.Label lblTotalDep;
private System.Windows.Forms.Label lblTotalDu;
private System.Windows.Forms.Button btnSolder;
private System.Windows.Forms.Label lblConclusion;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment