_ 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) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmAccueil)) Me.Lbl1 = New System.Windows.Forms.Label Me.CmdNew = New System.Windows.Forms.Button Me.CmdEdit = New System.Windows.Forms.Button Me.CmdAff = New System.Windows.Forms.Button Me.CmdBilan = New System.Windows.Forms.Button Me.CmdQuit = New System.Windows.Forms.Button Me.SuspendLayout() ' 'Lbl1 ' Me.Lbl1.Location = New System.Drawing.Point(12, 15) Me.Lbl1.Name = "Lbl1" Me.Lbl1.Size = New System.Drawing.Size(392, 22) Me.Lbl1.TabIndex = 9 Me.Lbl1.Text = "Bienvenue dans Candidat 7 Pro, votre logiciel de gestion de candidature." Me.Lbl1.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'CmdNew ' Me.CmdNew.ForeColor = System.Drawing.SystemColors.ControlText Me.CmdNew.Location = New System.Drawing.Point(259, 40) 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 ' 'CmdEdit ' Me.CmdEdit.Location = New System.Drawing.Point(259, 86) 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 ' 'CmdAff ' Me.CmdAff.Enabled = False Me.CmdAff.Location = New System.Drawing.Point(259, 147) Me.CmdAff.Name = "CmdAff" Me.CmdAff.Size = New System.Drawing.Size(145, 27) Me.CmdAff.TabIndex = 2 Me.CmdAff.Text = "&Liste..." Me.CmdAff.UseVisualStyleBackColor = True ' 'CmdBilan ' Me.CmdBilan.Enabled = False Me.CmdBilan.Location = New System.Drawing.Point(259, 192) Me.CmdBilan.Name = "CmdBilan" Me.CmdBilan.Size = New System.Drawing.Size(145, 27) Me.CmdBilan.TabIndex = 3 Me.CmdBilan.Text = "&Bilan..." Me.CmdBilan.UseVisualStyleBackColor = True ' 'CmdQuit ' Me.CmdQuit.Location = New System.Drawing.Point(259, 260) 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 ' 'FrmAccueil ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(424, 298) 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("Microsoft Sans Serif", 8.25!) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(430, 330) Me.MinimumSize = New System.Drawing.Size(430, 330) Me.Name = "FrmAccueil" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Candidat 7 Pro : Accueil" Me.ResumeLayout(False) End Sub Friend WithEvents Lbl1 As System.Windows.Forms.Label Friend WithEvents CmdNew As System.Windows.Forms.Button Friend WithEvents CmdEdit As System.Windows.Forms.Button Friend WithEvents CmdAff As System.Windows.Forms.Button Friend WithEvents CmdBilan As System.Windows.Forms.Button Friend WithEvents CmdQuit As System.Windows.Forms.Button End Class