using System;
using System.Windows.Forms;
using System.Collections.Generic;
using System.Drawing;
namespace projet.View
{
partial class ModifierPersonne
{
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.TableLayoutPanel tableLayoutPanel;
private System.Windows.Forms.Label labelNom;
private System.Windows.Forms.TextBox textBoxNom;
private System.Windows.Forms.Label labelPrenom;
private System.Windows.Forms.TextBox textBoxPrenom;
private System.Windows.Forms.Label labelTel;
private System.Windows.Forms.TextBox textBoxTel;
private System.Windows.Forms.Label labelMail;
private System.Windows.Forms.TextBox textBoxMail;
private System.Windows.Forms.Label labelService;
private System.Windows.Forms.ComboBox comboBoxService;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelButtons;
private System.Windows.Forms.Button buttonConfirmer;
private System.Windows.Forms.Button buttonAnnuler;
///
/// Required designer variable.
///
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
pictureBoxTop = new PictureBox();
pictureBoxBottom = new PictureBox();
labelTitle = new Label();
tableLayoutPanel = new TableLayoutPanel();
labelNom = new Label();
textBoxNom = new TextBox();
labelPrenom = new Label();
textBoxPrenom = new TextBox();
labelTel = new Label();
textBoxTel = new TextBox();
labelMail = new Label();
textBoxMail = new TextBox();
labelService = new Label();
comboBoxService = new ComboBox();
flowLayoutPanelButtons = new FlowLayoutPanel();
buttonConfirmer = new Button();
buttonAnnuler = new Button();
((System.ComponentModel.ISupportInitialize)pictureBoxTop).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBoxBottom).BeginInit();
tableLayoutPanel.SuspendLayout();
flowLayoutPanelButtons.SuspendLayout();
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, 500);
pictureBoxBottom.Name = "pictureBoxBottom";
pictureBoxBottom.Size = new Size(800, 100);
pictureBoxBottom.SizeMode = PictureBoxSizeMode.StretchImage;
pictureBoxBottom.TabIndex = 1;
pictureBoxBottom.TabStop = false;
//
// labelTitle
//
labelTitle.Font = new Font("Segoe UI", 28F);
labelTitle.Location = new Point(0, 180);
labelTitle.Name = "labelTitle";
labelTitle.Size = new Size(800, 60);
labelTitle.TabIndex = 2;
labelTitle.Text = "Modifier : PRÉNOM";
labelTitle.TextAlign = ContentAlignment.MiddleCenter;
//
// tableLayoutPanel
//
tableLayoutPanel.ColumnCount = 2;
tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 30F));
tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 70F));
tableLayoutPanel.Controls.Add(labelNom, 0, 0);
tableLayoutPanel.Controls.Add(textBoxNom, 1, 0);
tableLayoutPanel.Controls.Add(labelPrenom, 0, 1);
tableLayoutPanel.Controls.Add(textBoxPrenom, 1, 1);
tableLayoutPanel.Controls.Add(labelTel, 0, 2);
tableLayoutPanel.Controls.Add(textBoxTel, 1, 2);
tableLayoutPanel.Controls.Add(labelMail, 0, 3);
tableLayoutPanel.Controls.Add(textBoxMail, 1, 3);
tableLayoutPanel.Controls.Add(labelService, 0, 4);
tableLayoutPanel.Controls.Add(comboBoxService, 1, 4);
tableLayoutPanel.Controls.Add(flowLayoutPanelButtons, 1, 5);
tableLayoutPanel.Location = new Point(120, 260);
tableLayoutPanel.Name = "tableLayoutPanel";
tableLayoutPanel.RowCount = 6;
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 50F));
tableLayoutPanel.Size = new Size(560, 250);
tableLayoutPanel.TabIndex = 3;
//
// labelNom
//
labelNom.Anchor = AnchorStyles.Right;
labelNom.AutoSize = true;
labelNom.Font = new Font("Segoe UI", 16F);
labelNom.Location = new Point(93, 5);
labelNom.Name = "labelNom";
labelNom.Size = new Size(72, 30);
labelNom.TabIndex = 0;
labelNom.Text = "Nom :";
//
// textBoxNom
//
textBoxNom.Anchor = AnchorStyles.Left;
textBoxNom.Location = new Point(171, 8);
textBoxNom.Name = "textBoxNom";
textBoxNom.Size = new Size(250, 23);
textBoxNom.TabIndex = 1;
//
// labelPrenom
//
labelPrenom.Anchor = AnchorStyles.Right;
labelPrenom.AutoSize = true;
labelPrenom.Font = new Font("Segoe UI", 16F);
labelPrenom.Location = new Point(65, 45);
labelPrenom.Name = "labelPrenom";
labelPrenom.Size = new Size(100, 30);
labelPrenom.TabIndex = 2;
labelPrenom.Text = "Prénom :";
//
// textBoxPrenom
//
textBoxPrenom.Anchor = AnchorStyles.Left;
textBoxPrenom.Location = new Point(171, 48);
textBoxPrenom.Name = "textBoxPrenom";
textBoxPrenom.Size = new Size(250, 23);
textBoxPrenom.TabIndex = 3;
//
// labelTel
//
labelTel.Anchor = AnchorStyles.Right;
labelTel.AutoSize = true;
labelTel.Font = new Font("Segoe UI", 16F);
labelTel.Location = new Point(114, 85);
labelTel.Name = "labelTel";
labelTel.Size = new Size(51, 30);
labelTel.TabIndex = 4;
labelTel.Text = "Tél :";
//
// textBoxTel
//
textBoxTel.Anchor = AnchorStyles.Left;
textBoxTel.Location = new Point(171, 88);
textBoxTel.Name = "textBoxTel";
textBoxTel.Size = new Size(250, 23);
textBoxTel.TabIndex = 5;
//
// labelMail
//
labelMail.Anchor = AnchorStyles.Right;
labelMail.AutoSize = true;
labelMail.Font = new Font("Segoe UI", 16F);
labelMail.Location = new Point(100, 125);
labelMail.Name = "labelMail";
labelMail.Size = new Size(65, 30);
labelMail.TabIndex = 6;
labelMail.Text = "Mail :";
//
// textBoxMail
//
textBoxMail.Anchor = AnchorStyles.Left;
textBoxMail.Location = new Point(171, 128);
textBoxMail.Name = "textBoxMail";
textBoxMail.Size = new Size(250, 23);
textBoxMail.TabIndex = 7;
//
// labelService
//
labelService.Anchor = AnchorStyles.Right;
labelService.AutoSize = true;
labelService.Font = new Font("Segoe UI", 16F);
labelService.Location = new Point(71, 165);
labelService.Name = "labelService";
labelService.Size = new Size(94, 30);
labelService.TabIndex = 8;
labelService.Text = "Service :";
//
// comboBoxService
//
comboBoxService.Anchor = AnchorStyles.Left;
comboBoxService.DropDownStyle = ComboBoxStyle.DropDownList;
comboBoxService.Location = new Point(171, 168);
comboBoxService.Name = "comboBoxService";
comboBoxService.Size = new Size(250, 23);
comboBoxService.TabIndex = 9;
//
// flowLayoutPanelButtons
//
flowLayoutPanelButtons.Anchor = AnchorStyles.Left;
flowLayoutPanelButtons.AutoSize = true;
flowLayoutPanelButtons.Controls.Add(buttonConfirmer);
flowLayoutPanelButtons.Controls.Add(buttonAnnuler);
flowLayoutPanelButtons.Location = new Point(171, 210);
flowLayoutPanelButtons.Name = "flowLayoutPanelButtons";
flowLayoutPanelButtons.Size = new Size(232, 29);
flowLayoutPanelButtons.TabIndex = 10;
//
// buttonConfirmer
//
buttonConfirmer.Location = new Point(3, 3);
buttonConfirmer.Name = "buttonConfirmer";
buttonConfirmer.Size = new Size(120, 23);
buttonConfirmer.TabIndex = 0;
buttonConfirmer.Text = "CONFIRMER";
buttonConfirmer.Click += buttonConfirmer_Click;
//
// buttonAnnuler
//
buttonAnnuler.Location = new Point(129, 3);
buttonAnnuler.Name = "buttonAnnuler";
buttonAnnuler.Size = new Size(100, 23);
buttonAnnuler.TabIndex = 1;
buttonAnnuler.Text = "Annuler";
buttonAnnuler.Click += buttonAnnuler_Click;
//
// ModifierPersonne
//
ClientSize = new Size(800, 600);
Controls.Add(pictureBoxTop);
Controls.Add(pictureBoxBottom);
Controls.Add(labelTitle);
Controls.Add(tableLayoutPanel);
FormBorderStyle = FormBorderStyle.FixedSingle;
MaximizeBox = false;
Name = "ModifierPersonne";
((System.ComponentModel.ISupportInitialize)pictureBoxTop).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBoxBottom).EndInit();
tableLayoutPanel.ResumeLayout(false);
tableLayoutPanel.PerformLayout();
flowLayoutPanelButtons.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
}
}