_ Partial Class FrmInput3 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmInput3)) Me.Lbl2 = New System.Windows.Forms.Label Me.Lbl1 = New System.Windows.Forms.Label Me.LblAge = New System.Windows.Forms.Label Me.LblCPV = New System.Windows.Forms.Label Me.LblAdrss = New System.Windows.Forms.Label Me.LblNP = New System.Windows.Forms.Label Me.LblTitre = New System.Windows.Forms.Label Me.CmdNext = New System.Windows.Forms.Button Me.CmdAnnul = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.LBexam = New System.Windows.Forms.ListBox Me.CmdDelet = New System.Windows.Forms.Button Me.LblID = New System.Windows.Forms.Label CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Lbl2 ' Me.Lbl2.AutoSize = True Me.Lbl2.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Lbl2.Location = New System.Drawing.Point(246, 65) Me.Lbl2.Name = "Lbl2" Me.Lbl2.Size = New System.Drawing.Size(57, 13) Me.Lbl2.TabIndex = 11 Me.Lbl2.Text = "Examens :" ' 'Lbl1 ' Me.Lbl1.AutoSize = True Me.Lbl1.Location = New System.Drawing.Point(27, 65) Me.Lbl1.Name = "Lbl1" Me.Lbl1.Size = New System.Drawing.Size(57, 13) Me.Lbl1.TabIndex = 5 Me.Lbl1.Text = "Candidat :" ' 'LblAge ' Me.LblAge.AutoSize = True Me.LblAge.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblAge.Location = New System.Drawing.Point(41, 160) Me.LblAge.Name = "LblAge" Me.LblAge.Size = New System.Drawing.Size(142, 14) Me.LblAge.TabIndex = 9 Me.LblAge.Text = "Date de naissance (Age)" ' 'LblCPV ' Me.LblCPV.AutoSize = True Me.LblCPV.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblCPV.Location = New System.Drawing.Point(41, 140) Me.LblCPV.Name = "LblCPV" Me.LblCPV.Size = New System.Drawing.Size(100, 14) Me.LblCPV.TabIndex = 8 Me.LblCPV.Text = "Code postal, Ville" ' 'LblAdrss ' Me.LblAdrss.AutoSize = True Me.LblAdrss.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblAdrss.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.LblAdrss.Location = New System.Drawing.Point(41, 120) Me.LblAdrss.Name = "LblAdrss" Me.LblAdrss.Size = New System.Drawing.Size(50, 14) Me.LblAdrss.TabIndex = 7 Me.LblAdrss.Text = "Adresse" ' 'LblNP ' Me.LblNP.AutoSize = True Me.LblNP.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblNP.Location = New System.Drawing.Point(41, 100) Me.LblNP.Name = "LblNP" Me.LblNP.Size = New System.Drawing.Size(82, 14) Me.LblNP.TabIndex = 6 Me.LblNP.Text = "Nom, Prénom" ' 'LblTitre ' Me.LblTitre.AutoSize = True Me.LblTitre.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold) Me.LblTitre.Location = New System.Drawing.Point(10, 11) Me.LblTitre.Name = "LblTitre" Me.LblTitre.Size = New System.Drawing.Size(153, 13) Me.LblTitre.TabIndex = 4 Me.LblTitre.Text = "Vérifiez vos informations :" ' 'CmdNext ' Me.CmdNext.Location = New System.Drawing.Point(289, 288) Me.CmdNext.Name = "CmdNext" Me.CmdNext.Size = New System.Drawing.Size(89, 23) Me.CmdNext.TabIndex = 0 Me.CmdNext.Text = "Enregi&strer" Me.CmdNext.UseVisualStyleBackColor = True ' 'CmdAnnul ' Me.CmdAnnul.Location = New System.Drawing.Point(395, 288) Me.CmdAnnul.Name = "CmdAnnul" Me.CmdAnnul.Size = New System.Drawing.Size(75, 23) Me.CmdAnnul.TabIndex = 1 Me.CmdAnnul.Text = "Annuler" Me.CmdAnnul.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(0, 272) Me.PictureBox1.MaximumSize = New System.Drawing.Size(495, 2) Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(481, 2) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 39 Me.PictureBox1.TabStop = False ' 'LBexam ' Me.LBexam.FormattingEnabled = True Me.LBexam.Location = New System.Drawing.Point(263, 81) Me.LBexam.Name = "LBexam" Me.LBexam.Size = New System.Drawing.Size(148, 108) Me.LBexam.TabIndex = 12 ' 'CmdDelet ' Me.CmdDelet.Location = New System.Drawing.Point(12, 288) Me.CmdDelet.Name = "CmdDelet" Me.CmdDelet.Size = New System.Drawing.Size(121, 23) Me.CmdDelet.TabIndex = 3 Me.CmdDelet.Text = "Supprimer le candidat" Me.CmdDelet.UseVisualStyleBackColor = True Me.CmdDelet.Visible = False ' 'LblID ' Me.LblID.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LblID.Location = New System.Drawing.Point(314, 11) Me.LblID.Name = "LblID" Me.LblID.Size = New System.Drawing.Size(156, 13) Me.LblID.TabIndex = 10 Me.LblID.Text = "ID" Me.LblID.TextAlign = System.Drawing.ContentAlignment.TopRight Me.LblID.Visible = False ' 'FrmInput3 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(482, 327) Me.ControlBox = False Me.Controls.Add(Me.LblID) Me.Controls.Add(Me.CmdDelet) Me.Controls.Add(Me.LBexam) Me.Controls.Add(Me.Lbl2) Me.Controls.Add(Me.Lbl1) Me.Controls.Add(Me.LblAge) Me.Controls.Add(Me.LblCPV) Me.Controls.Add(Me.LblAdrss) Me.Controls.Add(Me.LblNP) Me.Controls.Add(Me.LblTitre) Me.Controls.Add(Me.CmdNext) Me.Controls.Add(Me.CmdAnnul) Me.Controls.Add(Me.PictureBox1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(488, 355) Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(488, 355) Me.Name = "FrmInput3" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Assistant inscription (4/4)" Me.Text = "Assistant création de candidature (4/4)" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Lbl2 As System.Windows.Forms.Label Friend WithEvents Lbl1 As System.Windows.Forms.Label Friend WithEvents LblAge As System.Windows.Forms.Label Friend WithEvents LblCPV As System.Windows.Forms.Label Friend WithEvents LblAdrss As System.Windows.Forms.Label Friend WithEvents LblNP As System.Windows.Forms.Label Friend WithEvents LblTitre As System.Windows.Forms.Label Friend WithEvents CmdNext As System.Windows.Forms.Button Friend WithEvents CmdAnnul As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents LBexam As System.Windows.Forms.ListBox Friend WithEvents CmdDelet As System.Windows.Forms.Button Friend WithEvents LblID As System.Windows.Forms.Label End Class