mediatek86/Mediatek86/View/ConfirmeSupressionPersonnel.Designer.cs

126 lines
No EOL
4.9 KiB
C#

using System;
using System.Windows.Forms;
using System.Collections.Generic;
using System.Drawing;
namespace projet.View
{
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()
{
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();
//
// pictureBoxTop
//
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;
//
// pictureBoxBottom
//
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;
//
// labelTitle
//
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;
//
// buttonAnnuler
//
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;
//
// buttonConfirmer
//
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;
//
// ConfirmeSupressionPersonnel
//
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);
}
#endregion
}
}