_ Partial Class FrmAccueil Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Requise par le Concepteur Windows Form Private components As System.ComponentModel.IContainer 'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form 'Elle peut être modifiée à l'aide du Concepteur Windows Form. 'Ne la modifiez pas à l'aide de l'éditeur de code. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmAccueil)) Me.Lbl1 = New System.Windows.Forms.Label Me.CmdQuit = New System.Windows.Forms.Button Me.CmdBilan = New System.Windows.Forms.Button Me.CmdAff = New System.Windows.Forms.Button Me.CmdEdit = New System.Windows.Forms.Button Me.CmdNew = New System.Windows.Forms.Button Me.TmrHor = New System.Windows.Forms.Timer(Me.components) Me.PictureBox1 = New System.Windows.Forms.PictureBox CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Lbl1 ' Me.Lbl1.Location = New System.Drawing.Point(12, 9) Me.Lbl1.Name = "Lbl1" Me.Lbl1.Size = New System.Drawing.Size(392, 22) Me.Lbl1.TabIndex = 5 Me.Lbl1.Text = "Bienvenue dans Candidat 7 Pro, votre logiciel de gestion de candidature." Me.Lbl1.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'CmdQuit ' Me.CmdQuit.Location = New System.Drawing.Point(259, 246) Me.CmdQuit.Name = "CmdQuit" Me.CmdQuit.Size = New System.Drawing.Size(145, 27) Me.CmdQuit.TabIndex = 4 Me.CmdQuit.Text = "&Fermer les inscriptions..." Me.CmdQuit.UseVisualStyleBackColor = True ' 'CmdBilan ' Me.CmdBilan.Image = CType(resources.GetObject("CmdBilan.Image"), System.Drawing.Image) Me.CmdBilan.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.CmdBilan.Location = New System.Drawing.Point(259, 186) Me.CmdBilan.Name = "CmdBilan" Me.CmdBilan.Size = New System.Drawing.Size(145, 27) Me.CmdBilan.TabIndex = 3 Me.CmdBilan.Text = "&Bilan..." Me.CmdBilan.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText Me.CmdBilan.UseVisualStyleBackColor = True ' 'CmdAff ' Me.CmdAff.Image = CType(resources.GetObject("CmdAff.Image"), System.Drawing.Image) Me.CmdAff.Location = New System.Drawing.Point(259, 141) Me.CmdAff.Name = "CmdAff" Me.CmdAff.Size = New System.Drawing.Size(145, 27) Me.CmdAff.TabIndex = 2 Me.CmdAff.Text = "&Liste..." Me.CmdAff.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.CmdAff.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText Me.CmdAff.UseVisualStyleBackColor = True ' 'CmdEdit ' Me.CmdEdit.Location = New System.Drawing.Point(259, 80) Me.CmdEdit.Name = "CmdEdit" Me.CmdEdit.Size = New System.Drawing.Size(145, 27) Me.CmdEdit.TabIndex = 1 Me.CmdEdit.Text = "Editer / &Supprimer..." Me.CmdEdit.UseVisualStyleBackColor = True ' 'CmdNew ' Me.CmdNew.ForeColor = System.Drawing.SystemColors.ControlText Me.CmdNew.Location = New System.Drawing.Point(259, 34) Me.CmdNew.Name = "CmdNew" Me.CmdNew.Size = New System.Drawing.Size(145, 27) Me.CmdNew.TabIndex = 0 Me.CmdNew.Text = "&Nouveau..." Me.CmdNew.UseVisualStyleBackColor = True ' 'TmrHor ' Me.TmrHor.Enabled = True Me.TmrHor.Interval = 2000 ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(12, 34) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(193, 239) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.PictureBox1.TabIndex = 16 Me.PictureBox1.TabStop = False ' 'FrmAccueil ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(417, 282) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.CmdQuit) Me.Controls.Add(Me.CmdBilan) Me.Controls.Add(Me.CmdAff) Me.Controls.Add(Me.CmdEdit) Me.Controls.Add(Me.CmdNew) Me.Controls.Add(Me.Lbl1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(423, 314) Me.MinimumSize = New System.Drawing.Size(423, 314) Me.Name = "FrmAccueil" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Candidat 7 Pro : Accueil" Me.Text = "Candidat 7 Pro : Accueil" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Lbl1 As System.Windows.Forms.Label Friend WithEvents CmdQuit As System.Windows.Forms.Button Friend WithEvents CmdBilan As System.Windows.Forms.Button Friend WithEvents CmdAff As System.Windows.Forms.Button Friend WithEvents CmdEdit As System.Windows.Forms.Button Friend WithEvents CmdNew As System.Windows.Forms.Button Friend WithEvents TmrHor As System.Windows.Forms.Timer Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox End Class