namespace projet.View { partial class ConfirmeModifierAbsence { /// /// 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.Button buttonAnnuler; private System.Windows.Forms.Button buttonConfirmer; /// /// 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.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 modifier 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; // // ConfirmeModifierAbsence // 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 = "ConfirmeModifierAbsence"; this.Text = "Confirmation modification absence"; ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTop)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBottom)).EndInit(); this.ResumeLayout(false); } #endregion } }