namespace projet.View { partial class ModifierAbsence { /// /// Required designer variable. /// 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.Panel panelSeparator; private System.Windows.Forms.Label labelDateDebut; private System.Windows.Forms.TextBox textBoxDateDebut; private System.Windows.Forms.Label labelDateFin; private System.Windows.Forms.TextBox textBoxDateFin; private System.Windows.Forms.Label labelMotif; private System.Windows.Forms.ComboBox comboBoxMotif; private System.Windows.Forms.Button buttonModifier; /// /// 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() { this.pictureBoxTop = new System.Windows.Forms.PictureBox(); this.pictureBoxBottom = new System.Windows.Forms.PictureBox(); this.labelTitle = new System.Windows.Forms.Label(); this.panelSeparator = new System.Windows.Forms.Panel(); this.labelDateDebut = new System.Windows.Forms.Label(); this.textBoxDateDebut = new System.Windows.Forms.TextBox(); this.labelDateFin = new System.Windows.Forms.Label(); this.textBoxDateFin = new System.Windows.Forms.TextBox(); this.labelMotif = new System.Windows.Forms.Label(); this.comboBoxMotif = new System.Windows.Forms.ComboBox(); this.buttonModifier = new System.Windows.Forms.Button(); this.btnRetour = 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(600, 156); 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, 433); this.pictureBoxBottom.Name = "pictureBoxBottom"; this.pictureBoxBottom.Size = new System.Drawing.Size(600, 87); 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, 156); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(600, 43); this.labelTitle.TabIndex = 2; this.labelTitle.Text = "Modifier absence"; this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panelSeparator // this.panelSeparator.BackColor = System.Drawing.Color.SteelBlue; this.panelSeparator.Location = new System.Drawing.Point(166, 225); this.panelSeparator.Name = "panelSeparator"; this.panelSeparator.Size = new System.Drawing.Size(283, 3); this.panelSeparator.TabIndex = 5; // // labelDateDebut // this.labelDateDebut.AutoSize = true; this.labelDateDebut.Font = new System.Drawing.Font("Segoe UI", 12F); this.labelDateDebut.Location = new System.Drawing.Point(103, 269); this.labelDateDebut.Name = "labelDateDebut"; this.labelDateDebut.Size = new System.Drawing.Size(93, 21); this.labelDateDebut.TabIndex = 6; this.labelDateDebut.Text = "Date début :"; // // textBoxDateDebut // this.textBoxDateDebut.Font = new System.Drawing.Font("Segoe UI", 10F); this.textBoxDateDebut.Location = new System.Drawing.Point(231, 267); this.textBoxDateDebut.Name = "textBoxDateDebut"; this.textBoxDateDebut.Size = new System.Drawing.Size(155, 25); this.textBoxDateDebut.TabIndex = 7; // // labelDateFin // this.labelDateFin.AutoSize = true; this.labelDateFin.Font = new System.Drawing.Font("Segoe UI", 12F); this.labelDateFin.Location = new System.Drawing.Point(103, 303); this.labelDateFin.Name = "labelDateFin"; this.labelDateFin.Size = new System.Drawing.Size(71, 21); this.labelDateFin.TabIndex = 8; this.labelDateFin.Text = "Date fin :"; // // textBoxDateFin // this.textBoxDateFin.Font = new System.Drawing.Font("Segoe UI", 10F); this.textBoxDateFin.Location = new System.Drawing.Point(231, 302); this.textBoxDateFin.Name = "textBoxDateFin"; this.textBoxDateFin.Size = new System.Drawing.Size(155, 25); this.textBoxDateFin.TabIndex = 9; // // labelMotif // this.labelMotif.AutoSize = true; this.labelMotif.Font = new System.Drawing.Font("Segoe UI", 12F); this.labelMotif.Location = new System.Drawing.Point(103, 338); this.labelMotif.Name = "labelMotif"; this.labelMotif.Size = new System.Drawing.Size(54, 21); this.labelMotif.TabIndex = 10; this.labelMotif.Text = "Motif :"; // // comboBoxMotif // this.comboBoxMotif.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxMotif.Font = new System.Drawing.Font("Segoe UI", 10F); this.comboBoxMotif.Location = new System.Drawing.Point(231, 336); this.comboBoxMotif.Name = "comboBoxMotif"; this.comboBoxMotif.Size = new System.Drawing.Size(155, 25); this.comboBoxMotif.TabIndex = 11; // // buttonModifier // this.buttonModifier.Font = new System.Drawing.Font("Segoe UI", 10F); this.buttonModifier.Location = new System.Drawing.Point(103, 381); this.buttonModifier.Name = "buttonModifier"; this.buttonModifier.Size = new System.Drawing.Size(86, 26); this.buttonModifier.TabIndex = 12; this.buttonModifier.Text = "Modifier"; this.buttonModifier.UseVisualStyleBackColor = true; this.buttonModifier.Click += new System.EventHandler(this.buttonModifier_Click); // // btnRetour // this.btnRetour.Location = new System.Drawing.Point(195, 381); this.btnRetour.Name = "btnRetour"; this.btnRetour.Size = new System.Drawing.Size(71, 26); this.btnRetour.TabIndex = 13; this.btnRetour.Text = "Retour"; this.btnRetour.UseVisualStyleBackColor = true; this.btnRetour.Click += new System.EventHandler(this.btnRetour_Click); // // ModifierAbsence // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(600, 520); this.Controls.Add(this.btnRetour); this.Controls.Add(this.pictureBoxTop); this.Controls.Add(this.pictureBoxBottom); this.Controls.Add(this.labelTitle); this.Controls.Add(this.panelSeparator); this.Controls.Add(this.labelDateDebut); this.Controls.Add(this.textBoxDateDebut); this.Controls.Add(this.labelDateFin); this.Controls.Add(this.textBoxDateFin); this.Controls.Add(this.labelMotif); this.Controls.Add(this.comboBoxMotif); this.Controls.Add(this.buttonModifier); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "ModifierAbsence"; this.Text = "Modifier absence"; ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTop)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBottom)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnRetour; } }