_ Partial Class FrmEdit2 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(FrmEdit2)) Me.CmdNext = New System.Windows.Forms.Button Me.CmdAnnul = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.TBAge = New System.Windows.Forms.TextBox Me.TBVille = New System.Windows.Forms.TextBox Me.TBCP = New System.Windows.Forms.TextBox Me.TBAdrss = New System.Windows.Forms.TextBox Me.TBPrenom = New System.Windows.Forms.TextBox Me.TBNom = New System.Windows.Forms.TextBox Me.LblAge = New System.Windows.Forms.Label Me.LblVille = New System.Windows.Forms.Label Me.LblCP = New System.Windows.Forms.Label Me.LblAdrss = New System.Windows.Forms.Label Me.LblPrenom = New System.Windows.Forms.Label Me.LblNom = New System.Windows.Forms.Label Me.Lbl1 = New System.Windows.Forms.Label CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'CmdNext ' Me.CmdNext.Location = New System.Drawing.Point(354, 333) Me.CmdNext.Name = "CmdNext" Me.CmdNext.Size = New System.Drawing.Size(87, 27) Me.CmdNext.TabIndex = 13 Me.CmdNext.Text = "&Suivant >" Me.CmdNext.UseVisualStyleBackColor = True ' 'CmdAnnul ' Me.CmdAnnul.Location = New System.Drawing.Point(461, 333) Me.CmdAnnul.Name = "CmdAnnul" Me.CmdAnnul.Size = New System.Drawing.Size(87, 27) Me.CmdAnnul.TabIndex = 14 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, 315) Me.PictureBox1.MaximumSize = New System.Drawing.Size(578, 2) Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(560, 2) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 12 Me.PictureBox1.TabStop = False ' 'TBAge ' Me.TBAge.Location = New System.Drawing.Point(197, 219) Me.TBAge.Name = "TBAge" Me.TBAge.Size = New System.Drawing.Size(40, 23) Me.TBAge.TabIndex = 32 ' 'TBVille ' Me.TBVille.Location = New System.Drawing.Point(197, 189) Me.TBVille.Name = "TBVille" Me.TBVille.Size = New System.Drawing.Size(125, 23) Me.TBVille.TabIndex = 31 ' 'TBCP ' Me.TBCP.Location = New System.Drawing.Point(197, 157) Me.TBCP.Name = "TBCP" Me.TBCP.Size = New System.Drawing.Size(80, 23) Me.TBCP.TabIndex = 30 ' 'TBAdrss ' Me.TBAdrss.Location = New System.Drawing.Point(197, 127) Me.TBAdrss.Name = "TBAdrss" Me.TBAdrss.Size = New System.Drawing.Size(250, 23) Me.TBAdrss.TabIndex = 29 ' 'TBPrenom ' Me.TBPrenom.Location = New System.Drawing.Point(197, 97) Me.TBPrenom.Name = "TBPrenom" Me.TBPrenom.Size = New System.Drawing.Size(125, 23) Me.TBPrenom.TabIndex = 28 ' 'TBNom ' Me.TBNom.Location = New System.Drawing.Point(197, 67) Me.TBNom.Name = "TBNom" Me.TBNom.Size = New System.Drawing.Size(125, 23) Me.TBNom.TabIndex = 27 ' 'LblAge ' Me.LblAge.AutoSize = True Me.LblAge.Location = New System.Drawing.Point(157, 222) Me.LblAge.Name = "LblAge" Me.LblAge.Size = New System.Drawing.Size(34, 15) Me.LblAge.TabIndex = 26 Me.LblAge.Text = "Age :" ' 'LblVille ' Me.LblVille.AutoSize = True Me.LblVille.Location = New System.Drawing.Point(156, 192) Me.LblVille.Name = "LblVille" Me.LblVille.Size = New System.Drawing.Size(35, 15) Me.LblVille.TabIndex = 25 Me.LblVille.Text = "Ville :" ' 'LblCP ' Me.LblCP.AutoSize = True Me.LblCP.Location = New System.Drawing.Point(115, 160) Me.LblCP.Name = "LblCP" Me.LblCP.Size = New System.Drawing.Size(76, 15) Me.LblCP.TabIndex = 24 Me.LblCP.Text = "Code Postal :" ' 'LblAdrss ' Me.LblAdrss.AutoSize = True Me.LblAdrss.Location = New System.Drawing.Point(137, 130) Me.LblAdrss.Name = "LblAdrss" Me.LblAdrss.Size = New System.Drawing.Size(54, 15) Me.LblAdrss.TabIndex = 23 Me.LblAdrss.Text = "Adresse :" ' 'LblPrenom ' Me.LblPrenom.AutoSize = True Me.LblPrenom.Location = New System.Drawing.Point(136, 100) Me.LblPrenom.Name = "LblPrenom" Me.LblPrenom.Size = New System.Drawing.Size(55, 15) Me.LblPrenom.TabIndex = 22 Me.LblPrenom.Text = "Prénom :" ' 'LblNom ' Me.LblNom.AutoSize = True Me.LblNom.Location = New System.Drawing.Point(151, 70) Me.LblNom.Name = "LblNom" Me.LblNom.Size = New System.Drawing.Size(40, 15) Me.LblNom.TabIndex = 21 Me.LblNom.Text = "Nom :" ' 'Lbl1 ' Me.Lbl1.AutoSize = True Me.Lbl1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Lbl1.Location = New System.Drawing.Point(104, 9) Me.Lbl1.Name = "Lbl1" Me.Lbl1.Size = New System.Drawing.Size(181, 15) Me.Lbl1.TabIndex = 20 Me.Lbl1.Text = "Editez l'identité du canditat ici :" ' 'FrmEdit2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(562, 377) Me.ControlBox = False Me.Controls.Add(Me.TBAge) Me.Controls.Add(Me.TBVille) Me.Controls.Add(Me.TBCP) Me.Controls.Add(Me.TBAdrss) Me.Controls.Add(Me.TBPrenom) Me.Controls.Add(Me.TBNom) Me.Controls.Add(Me.LblAge) Me.Controls.Add(Me.LblVille) Me.Controls.Add(Me.LblCP) Me.Controls.Add(Me.LblAdrss) Me.Controls.Add(Me.LblPrenom) Me.Controls.Add(Me.LblNom) Me.Controls.Add(Me.Lbl1) Me.Controls.Add(Me.CmdNext) Me.Controls.Add(Me.CmdAnnul) Me.Controls.Add(Me.PictureBox1) Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, 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(568, 405) Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(568, 405) Me.Name = "FrmEdit2" Me.Text = "Assistant édition d'inscription (2/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 TBAge As System.Windows.Forms.TextBox Friend WithEvents TBVille As System.Windows.Forms.TextBox Friend WithEvents TBCP As System.Windows.Forms.TextBox Friend WithEvents TBAdrss As System.Windows.Forms.TextBox Friend WithEvents TBPrenom As System.Windows.Forms.TextBox Friend WithEvents TBNom As System.Windows.Forms.TextBox Friend WithEvents LblAge As System.Windows.Forms.Label Friend WithEvents LblVille As System.Windows.Forms.Label Friend WithEvents LblCP As System.Windows.Forms.Label Friend WithEvents LblAdrss As System.Windows.Forms.Label Friend WithEvents LblPrenom As System.Windows.Forms.Label Friend WithEvents LblNom As System.Windows.Forms.Label Friend WithEvents Lbl1 As System.Windows.Forms.Label End Class