2025-06-04 17:10:08 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
|
|
|
|
|
|
|
namespace projet.View
|
2025-05-27 09:07:13 +00:00
|
|
|
|
{
|
|
|
|
|
|
partial class ConfirmeSupressionPersonnel
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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.</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()
|
|
|
|
|
|
{
|
2025-06-02 13:19:31 +00:00
|
|
|
|
pictureBoxTop = new PictureBox();
|
|
|
|
|
|
pictureBoxBottom = new PictureBox();
|
|
|
|
|
|
labelTitle = new Label();
|
|
|
|
|
|
buttonAnnuler = new Button();
|
|
|
|
|
|
buttonConfirmer = new Button();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxTop).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxBottom).BeginInit();
|
|
|
|
|
|
SuspendLayout();
|
2025-05-27 09:07:13 +00:00
|
|
|
|
//
|
|
|
|
|
|
// pictureBoxTop
|
|
|
|
|
|
//
|
2025-06-02 13:19:31 +00:00
|
|
|
|
pictureBoxTop.BackColor = Color.SteelBlue;
|
|
|
|
|
|
pictureBoxTop.Dock = DockStyle.Top;
|
|
|
|
|
|
pictureBoxTop.Location = new Point(0, 0);
|
|
|
|
|
|
pictureBoxTop.Name = "pictureBoxTop";
|
|
|
|
|
|
pictureBoxTop.Size = new Size(800, 180);
|
|
|
|
|
|
pictureBoxTop.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
|
|
|
|
pictureBoxTop.TabIndex = 0;
|
|
|
|
|
|
pictureBoxTop.TabStop = false;
|
2025-05-27 09:07:13 +00:00
|
|
|
|
//
|
|
|
|
|
|
// pictureBoxBottom
|
|
|
|
|
|
//
|
2025-06-02 13:19:31 +00:00
|
|
|
|
pictureBoxBottom.BackColor = Color.SteelBlue;
|
|
|
|
|
|
pictureBoxBottom.Dock = DockStyle.Bottom;
|
|
|
|
|
|
pictureBoxBottom.Location = new Point(0, 520);
|
|
|
|
|
|
pictureBoxBottom.Name = "pictureBoxBottom";
|
|
|
|
|
|
pictureBoxBottom.Size = new Size(800, 140);
|
|
|
|
|
|
pictureBoxBottom.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
|
|
|
|
pictureBoxBottom.TabIndex = 1;
|
|
|
|
|
|
pictureBoxBottom.TabStop = false;
|
2025-05-27 09:07:13 +00:00
|
|
|
|
//
|
|
|
|
|
|
// labelTitle
|
|
|
|
|
|
//
|
2025-06-02 13:19:31 +00:00
|
|
|
|
labelTitle.Font = new Font("Segoe UI", 20F);
|
|
|
|
|
|
labelTitle.Location = new Point(0, 180);
|
|
|
|
|
|
labelTitle.Name = "labelTitle";
|
|
|
|
|
|
labelTitle.Size = new Size(800, 50);
|
|
|
|
|
|
labelTitle.TabIndex = 2;
|
|
|
|
|
|
labelTitle.Text = "Voulez vous vraiment supprimer : PRÉNOM";
|
|
|
|
|
|
labelTitle.TextAlign = ContentAlignment.MiddleCenter;
|
2025-05-27 09:07:13 +00:00
|
|
|
|
//
|
|
|
|
|
|
// buttonAnnuler
|
|
|
|
|
|
//
|
2025-06-02 13:19:31 +00:00
|
|
|
|
buttonAnnuler.Font = new Font("Segoe UI", 10F);
|
|
|
|
|
|
buttonAnnuler.Location = new Point(200, 260);
|
|
|
|
|
|
buttonAnnuler.Name = "buttonAnnuler";
|
|
|
|
|
|
buttonAnnuler.Size = new Size(100, 30);
|
|
|
|
|
|
buttonAnnuler.TabIndex = 3;
|
|
|
|
|
|
buttonAnnuler.Text = "Annuler";
|
|
|
|
|
|
buttonAnnuler.UseVisualStyleBackColor = true;
|
|
|
|
|
|
buttonAnnuler.Click += buttonAnnuler_Click;
|
2025-05-27 09:07:13 +00:00
|
|
|
|
//
|
|
|
|
|
|
// buttonConfirmer
|
|
|
|
|
|
//
|
2025-06-02 13:19:31 +00:00
|
|
|
|
buttonConfirmer.Font = new Font("Segoe UI", 10F);
|
|
|
|
|
|
buttonConfirmer.Location = new Point(500, 260);
|
|
|
|
|
|
buttonConfirmer.Name = "buttonConfirmer";
|
|
|
|
|
|
buttonConfirmer.Size = new Size(100, 30);
|
|
|
|
|
|
buttonConfirmer.TabIndex = 4;
|
|
|
|
|
|
buttonConfirmer.Text = "Confirmer";
|
|
|
|
|
|
buttonConfirmer.UseVisualStyleBackColor = true;
|
|
|
|
|
|
buttonConfirmer.Click += buttonConfirmer_Click;
|
2025-05-27 09:07:13 +00:00
|
|
|
|
//
|
|
|
|
|
|
// ConfirmeSupressionPersonnel
|
|
|
|
|
|
//
|
2025-06-02 13:19:31 +00:00
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
|
ClientSize = new Size(800, 660);
|
|
|
|
|
|
Controls.Add(pictureBoxTop);
|
|
|
|
|
|
Controls.Add(pictureBoxBottom);
|
|
|
|
|
|
Controls.Add(labelTitle);
|
|
|
|
|
|
Controls.Add(buttonAnnuler);
|
|
|
|
|
|
Controls.Add(buttonConfirmer);
|
|
|
|
|
|
FormBorderStyle = FormBorderStyle.FixedSingle;
|
|
|
|
|
|
MaximizeBox = false;
|
|
|
|
|
|
Name = "ConfirmeSupressionPersonnel";
|
|
|
|
|
|
Text = "Confirmation suppression";
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxTop).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxBottom).EndInit();
|
|
|
|
|
|
ResumeLayout(false);
|
2025-05-27 09:07:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|