_ 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) 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(FrmInput3)) Me.CmdNext = New System.Windows.Forms.Button Me.CmdAnnul = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.LblTitre = New System.Windows.Forms.Label Me.LblNP = New System.Windows.Forms.Label Me.LblAdrss = New System.Windows.Forms.Label Me.LblCPV = New System.Windows.Forms.Label Me.LblAge = New System.Windows.Forms.Label Me.Lbl1 = New System.Windows.Forms.Label Me.Lbl2 = New System.Windows.Forms.Label Me.ListBox1 = New System.Windows.Forms.ListBox Me.ListBox2 = New System.Windows.Forms.ListBox Me.ListBox3 = New System.Windows.Forms.ListBox Me.CmdPre = New System.Windows.Forms.Button CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'CmdNext ' Me.CmdNext.Location = New System.Drawing.Point(303, 289) Me.CmdNext.Name = "CmdNext" Me.CmdNext.Size = New System.Drawing.Size(75, 23) Me.CmdNext.TabIndex = 10 Me.CmdNext.Text = "Enregi&strer" Me.CmdNext.UseVisualStyleBackColor = True ' 'CmdAnnul ' Me.CmdAnnul.Location = New System.Drawing.Point(395, 289) Me.CmdAnnul.Name = "CmdAnnul" Me.CmdAnnul.Size = New System.Drawing.Size(75, 23) Me.CmdAnnul.TabIndex = 11 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(1, 273) 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(480, 2) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 9 Me.PictureBox1.TabStop = False ' 'LblTitre ' Me.LblTitre.AutoSize = True Me.LblTitre.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LblTitre.Location = New System.Drawing.Point(10, 8) Me.LblTitre.Name = "LblTitre" Me.LblTitre.Size = New System.Drawing.Size(153, 15) Me.LblTitre.TabIndex = 12 Me.LblTitre.Text = "Vérifiez vos informations :" ' 'LblNP ' Me.LblNP.AutoSize = True Me.LblNP.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblNP.Location = New System.Drawing.Point(38, 41) Me.LblNP.Name = "LblNP" Me.LblNP.Size = New System.Drawing.Size(82, 14) Me.LblNP.TabIndex = 13 Me.LblNP.Text = "Nom, Prénom" ' 'LblAdrss ' Me.LblAdrss.AutoSize = True Me.LblAdrss.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblAdrss.Location = New System.Drawing.Point(38, 61) Me.LblAdrss.Name = "LblAdrss" Me.LblAdrss.Size = New System.Drawing.Size(50, 14) Me.LblAdrss.TabIndex = 15 Me.LblAdrss.Text = "Adresse" ' 'LblCPV ' Me.LblCPV.AutoSize = True Me.LblCPV.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblCPV.Location = New System.Drawing.Point(38, 81) Me.LblCPV.Name = "LblCPV" Me.LblCPV.Size = New System.Drawing.Size(100, 14) Me.LblCPV.TabIndex = 17 Me.LblCPV.Text = "Code postal, Ville" ' 'LblAge ' Me.LblAge.AutoSize = True Me.LblAge.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LblAge.Location = New System.Drawing.Point(38, 101) Me.LblAge.Name = "LblAge" Me.LblAge.Size = New System.Drawing.Size(142, 14) Me.LblAge.TabIndex = 18 Me.LblAge.Text = "Date de naissance (Age)" ' 'Lbl1 ' Me.Lbl1.AutoSize = True Me.Lbl1.Location = New System.Drawing.Point(24, 24) Me.Lbl1.Name = "Lbl1" Me.Lbl1.Size = New System.Drawing.Size(55, 13) Me.Lbl1.TabIndex = 19 Me.Lbl1.Text = "Candidat :" ' 'Lbl2 ' Me.Lbl2.AutoSize = True Me.Lbl2.Location = New System.Drawing.Point(24, 123) Me.Lbl2.Name = "Lbl2" Me.Lbl2.Size = New System.Drawing.Size(56, 13) Me.Lbl2.TabIndex = 20 Me.Lbl2.Text = "Examens :" ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(40, 140) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(113, 121) Me.ListBox1.TabIndex = 21 ' 'ListBox2 ' Me.ListBox2.FormattingEnabled = True Me.ListBox2.Location = New System.Drawing.Point(170, 140) Me.ListBox2.Name = "ListBox2" Me.ListBox2.Size = New System.Drawing.Size(113, 121) Me.ListBox2.TabIndex = 22 ' 'ListBox3 ' Me.ListBox3.Enabled = False Me.ListBox3.FormattingEnabled = True Me.ListBox3.Location = New System.Drawing.Point(299, 140) Me.ListBox3.Name = "ListBox3" Me.ListBox3.Size = New System.Drawing.Size(113, 121) Me.ListBox3.TabIndex = 23 ' 'CmdPre ' Me.CmdPre.Location = New System.Drawing.Point(224, 289) Me.CmdPre.Name = "CmdPre" Me.CmdPre.Size = New System.Drawing.Size(75, 23) Me.CmdPre.TabIndex = 38 Me.CmdPre.Text = "< &Précédent" Me.CmdPre.UseVisualStyleBackColor = True Me.CmdPre.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, 323) Me.ControlBox = False Me.Controls.Add(Me.CmdPre) Me.Controls.Add(Me.ListBox3) Me.Controls.Add(Me.ListBox2) Me.Controls.Add(Me.ListBox1) 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("Microsoft Sans Serif", 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(488, 355) Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(488, 355) Me.Name = "FrmInput3" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Assistant inscription (4/4)" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub 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 LblTitre As System.Windows.Forms.Label Friend WithEvents LblNP As System.Windows.Forms.Label Friend WithEvents LblAdrss As System.Windows.Forms.Label Friend WithEvents LblCPV As System.Windows.Forms.Label Friend WithEvents LblAge As System.Windows.Forms.Label Friend WithEvents Lbl1 As System.Windows.Forms.Label Friend WithEvents Lbl2 As System.Windows.Forms.Label Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents ListBox2 As System.Windows.Forms.ListBox Friend WithEvents ListBox3 As System.Windows.Forms.ListBox Friend WithEvents CmdPre As System.Windows.Forms.Button End Class