119 lines
5.5 KiB
C#
119 lines
5.5 KiB
C#
|
|
namespace projet.View
|
|||
|
|
{
|
|||
|
|
partial class ConfirmeSupprimerAbsence
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required designer variable.
|
|||
|
|
/// </summary>
|
|||
|
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.PictureBox pictureBoxTop;
|
|||
|
|
private System.Windows.Forms.PictureBox pictureBoxBottom;
|
|||
|
|
private System.Windows.Forms.Label labelTitle;
|
|||
|
|
private System.Windows.Forms.Button buttonAnnuler;
|
|||
|
|
private System.Windows.Forms.Button buttonConfirmer;
|
|||
|
|
|
|||
|
|
/// <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()
|
|||
|
|
{
|
|||
|
|
this.pictureBoxTop = new System.Windows.Forms.PictureBox();
|
|||
|
|
this.pictureBoxBottom = new System.Windows.Forms.PictureBox();
|
|||
|
|
this.labelTitle = new System.Windows.Forms.Label();
|
|||
|
|
this.buttonAnnuler = new System.Windows.Forms.Button();
|
|||
|
|
this.buttonConfirmer = new System.Windows.Forms.Button();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxTop)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxBottom)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// pictureBoxTop
|
|||
|
|
//
|
|||
|
|
this.pictureBoxTop.BackColor = System.Drawing.Color.SteelBlue;
|
|||
|
|
this.pictureBoxTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.pictureBoxTop.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.pictureBoxTop.Name = "pictureBoxTop";
|
|||
|
|
this.pictureBoxTop.Size = new System.Drawing.Size(800, 180);
|
|||
|
|
this.pictureBoxTop.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
|
this.pictureBoxTop.TabIndex = 0;
|
|||
|
|
this.pictureBoxTop.TabStop = false;
|
|||
|
|
//
|
|||
|
|
// pictureBoxBottom
|
|||
|
|
//
|
|||
|
|
this.pictureBoxBottom.BackColor = System.Drawing.Color.SteelBlue;
|
|||
|
|
this.pictureBoxBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
|
this.pictureBoxBottom.Location = new System.Drawing.Point(0, 520);
|
|||
|
|
this.pictureBoxBottom.Name = "pictureBoxBottom";
|
|||
|
|
this.pictureBoxBottom.Size = new System.Drawing.Size(800, 140);
|
|||
|
|
this.pictureBoxBottom.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
|
this.pictureBoxBottom.TabIndex = 1;
|
|||
|
|
this.pictureBoxBottom.TabStop = false;
|
|||
|
|
//
|
|||
|
|
// labelTitle
|
|||
|
|
//
|
|||
|
|
this.labelTitle.Font = new System.Drawing.Font("Segoe UI", 20F);
|
|||
|
|
this.labelTitle.Location = new System.Drawing.Point(0, 180);
|
|||
|
|
this.labelTitle.Name = "labelTitle";
|
|||
|
|
this.labelTitle.Size = new System.Drawing.Size(800, 50);
|
|||
|
|
this.labelTitle.TabIndex = 2;
|
|||
|
|
this.labelTitle.Text = "Voulez vous vraiment supprimer l'absence : ABSENCE";
|
|||
|
|
this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
|
//
|
|||
|
|
// buttonAnnuler
|
|||
|
|
//
|
|||
|
|
this.buttonAnnuler.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|||
|
|
this.buttonAnnuler.Location = new System.Drawing.Point(200, 260);
|
|||
|
|
this.buttonAnnuler.Name = "buttonAnnuler";
|
|||
|
|
this.buttonAnnuler.Size = new System.Drawing.Size(100, 30);
|
|||
|
|
this.buttonAnnuler.TabIndex = 3;
|
|||
|
|
this.buttonAnnuler.Text = "Annuler";
|
|||
|
|
this.buttonAnnuler.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// buttonConfirmer
|
|||
|
|
//
|
|||
|
|
this.buttonConfirmer.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|||
|
|
this.buttonConfirmer.Location = new System.Drawing.Point(500, 260);
|
|||
|
|
this.buttonConfirmer.Name = "buttonConfirmer";
|
|||
|
|
this.buttonConfirmer.Size = new System.Drawing.Size(100, 30);
|
|||
|
|
this.buttonConfirmer.TabIndex = 4;
|
|||
|
|
this.buttonConfirmer.Text = "Confirmer";
|
|||
|
|
this.buttonConfirmer.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// ConfirmeSupprimerAbsence
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(800, 660);
|
|||
|
|
this.Controls.Add(this.pictureBoxTop);
|
|||
|
|
this.Controls.Add(this.pictureBoxBottom);
|
|||
|
|
this.Controls.Add(this.labelTitle);
|
|||
|
|
this.Controls.Add(this.buttonAnnuler);
|
|||
|
|
this.Controls.Add(this.buttonConfirmer);
|
|||
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
|
this.MaximizeBox = false;
|
|||
|
|
this.Name = "ConfirmeSupprimerAbsence";
|
|||
|
|
this.Text = "Confirmation suppression absence";
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxTop)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxBottom)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
}
|
|||
|
|
}
|