_ Partial Class FrmInput1 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(FrmInput1)) Me.LblCaR = New System.Windows.Forms.Label Me.TxtVille = New System.Windows.Forms.TextBox Me.TxtCP = New System.Windows.Forms.TextBox Me.TxtAdrss = New System.Windows.Forms.TextBox Me.TxtPrenom = New System.Windows.Forms.TextBox Me.TxtNom = 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 Me.CmdNext = New System.Windows.Forms.Button Me.CmdAnnul = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.TmrCaR = New System.Windows.Forms.Timer(Me.components) Me.Tlt1 = New System.Windows.Forms.ToolTip(Me.components) Me.SBHAge = New System.Windows.Forms.HScrollBar Me.TxtMois = New System.Windows.Forms.TextBox Me.TxtAns = New System.Windows.Forms.TextBox Me.LblAns = New System.Windows.Forms.Label Me.LblID = New System.Windows.Forms.Label Me.LblINFmois = New System.Windows.Forms.Label Me.LblINFAnn = New System.Windows.Forms.Label Me.Label1 = New System.Windows.Forms.Label CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'LblCaR ' Me.LblCaR.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LblCaR.Location = New System.Drawing.Point(10, 293) Me.LblCaR.Name = "LblCaR" Me.LblCaR.Size = New System.Drawing.Size(279, 16) Me.LblCaR.TabIndex = 10 Me.LblCaR.Text = "Vous disposez d'une minute restante." Me.LblCaR.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'TxtVille ' Me.TxtVille.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtVille.Location = New System.Drawing.Point(146, 158) Me.TxtVille.MaxLength = 15 Me.TxtVille.Name = "TxtVille" Me.TxtVille.Size = New System.Drawing.Size(108, 21) Me.TxtVille.TabIndex = 4 Me.Tlt1.SetToolTip(Me.TxtVille, "15 caractères alphabétiques au maximum.") ' 'TxtCP ' Me.TxtCP.Location = New System.Drawing.Point(146, 131) Me.TxtCP.MaxLength = 5 Me.TxtCP.Name = "TxtCP" Me.TxtCP.Size = New System.Drawing.Size(69, 21) Me.TxtCP.TabIndex = 3 Me.Tlt1.SetToolTip(Me.TxtCP, "5 caractères numériques.") ' 'TxtAdrss ' Me.TxtAdrss.Location = New System.Drawing.Point(146, 104) Me.TxtAdrss.MaxLength = 10 Me.TxtAdrss.Name = "TxtAdrss" Me.TxtAdrss.Size = New System.Drawing.Size(215, 21) Me.TxtAdrss.TabIndex = 2 Me.Tlt1.SetToolTip(Me.TxtAdrss, "10 caractères alphabétiques au maximum. Facultatif.") ' 'TxtPrenom ' Me.TxtPrenom.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtPrenom.Location = New System.Drawing.Point(146, 77) Me.TxtPrenom.MaxLength = 6 Me.TxtPrenom.Name = "TxtPrenom" Me.TxtPrenom.Size = New System.Drawing.Size(108, 21) Me.TxtPrenom.TabIndex = 1 Me.Tlt1.SetToolTip(Me.TxtPrenom, "6 caractères alphabétiques au maximum.") ' 'TxtNom ' Me.TxtNom.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtNom.Location = New System.Drawing.Point(146, 50) Me.TxtNom.MaxLength = 8 Me.TxtNom.Name = "TxtNom" Me.TxtNom.Size = New System.Drawing.Size(108, 21) Me.TxtNom.TabIndex = 0 Me.Tlt1.SetToolTip(Me.TxtNom, "8 caractères alphabétiques au maximum.") ' 'LblAge ' Me.LblAge.Anchor = System.Windows.Forms.AnchorStyles.Top Me.LblAge.AutoSize = True Me.LblAge.Location = New System.Drawing.Point(38, 187) Me.LblAge.Name = "LblAge" Me.LblAge.Size = New System.Drawing.Size(102, 13) Me.LblAge.TabIndex = 19 Me.LblAge.Text = "Date de naissance :" Me.LblAge.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'LblVille ' Me.LblVille.Anchor = System.Windows.Forms.AnchorStyles.Top Me.LblVille.AutoSize = True Me.LblVille.Location = New System.Drawing.Point(108, 161) Me.LblVille.Name = "LblVille" Me.LblVille.Size = New System.Drawing.Size(32, 13) Me.LblVille.TabIndex = 18 Me.LblVille.Text = "Ville :" Me.LblVille.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'LblCP ' Me.LblCP.Anchor = System.Windows.Forms.AnchorStyles.Top Me.LblCP.AutoSize = True Me.LblCP.Location = New System.Drawing.Point(69, 134) Me.LblCP.Name = "LblCP" Me.LblCP.Size = New System.Drawing.Size(71, 13) Me.LblCP.TabIndex = 17 Me.LblCP.Text = "Code Postal :" Me.LblCP.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'LblAdrss ' Me.LblAdrss.Anchor = System.Windows.Forms.AnchorStyles.Top Me.LblAdrss.AutoSize = True Me.LblAdrss.Location = New System.Drawing.Point(87, 107) Me.LblAdrss.Name = "LblAdrss" Me.LblAdrss.Size = New System.Drawing.Size(53, 13) Me.LblAdrss.TabIndex = 16 Me.LblAdrss.Text = "Adresse :" Me.LblAdrss.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'LblPrenom ' Me.LblPrenom.Anchor = System.Windows.Forms.AnchorStyles.Top Me.LblPrenom.AutoSize = True Me.LblPrenom.Location = New System.Drawing.Point(90, 80) Me.LblPrenom.Name = "LblPrenom" Me.LblPrenom.Size = New System.Drawing.Size(50, 13) Me.LblPrenom.TabIndex = 15 Me.LblPrenom.Text = "Prénom :" Me.LblPrenom.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'LblNom ' Me.LblNom.Anchor = System.Windows.Forms.AnchorStyles.Top Me.LblNom.AutoSize = True Me.LblNom.Location = New System.Drawing.Point(105, 53) Me.LblNom.Name = "LblNom" Me.LblNom.Size = New System.Drawing.Size(35, 13) Me.LblNom.TabIndex = 14 Me.LblNom.Text = "Nom :" Me.LblNom.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'Lbl1 ' Me.Lbl1.AutoSize = True Me.Lbl1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Lbl1.Location = New System.Drawing.Point(89, 8) Me.Lbl1.Name = "Lbl1" Me.Lbl1.Size = New System.Drawing.Size(174, 13) Me.Lbl1.TabIndex = 12 Me.Lbl1.Text = "Renseignez votre identité ici :" ' 'CmdNext ' Me.CmdNext.Location = New System.Drawing.Point(303, 288) Me.CmdNext.Name = "CmdNext" Me.CmdNext.Size = New System.Drawing.Size(75, 23) Me.CmdNext.TabIndex = 8 Me.CmdNext.Text = "&Suivant >" 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 = 9 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 = 19 Me.PictureBox1.TabStop = False ' 'TmrCaR ' Me.TmrCaR.Interval = 1000 ' 'Tlt1 ' Me.Tlt1.AutoPopDelay = 5000 Me.Tlt1.InitialDelay = 100 Me.Tlt1.ReshowDelay = 1 ' 'SBHAge ' Me.SBHAge.LargeChange = 60 Me.SBHAge.Location = New System.Drawing.Point(146, 208) Me.SBHAge.Maximum = 660 Me.SBHAge.Minimum = 300 Me.SBHAge.Name = "SBHAge" Me.SBHAge.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.SBHAge.Size = New System.Drawing.Size(215, 22) Me.SBHAge.SmallChange = 12 Me.SBHAge.TabIndex = 7 Me.Tlt1.SetToolTip(Me.SBHAge, "L'age est comprit entre 25 et 55 ans.") Me.SBHAge.Value = 480 ' 'TxtMois ' Me.TxtMois.Location = New System.Drawing.Point(187, 184) Me.TxtMois.Name = "TxtMois" Me.TxtMois.Size = New System.Drawing.Size(35, 21) Me.TxtMois.TabIndex = 5 Me.TxtMois.Text = "1" Me.Tlt1.SetToolTip(Me.TxtMois, "Mois de naissance en chiffre.") ' 'TxtAns ' Me.TxtAns.Location = New System.Drawing.Point(305, 184) Me.TxtAns.Name = "TxtAns" Me.TxtAns.Size = New System.Drawing.Size(56, 21) Me.TxtAns.TabIndex = 6 Me.TxtAns.Text = "0" Me.Tlt1.SetToolTip(Me.TxtAns, "Année de naissance en chiffre.") ' 'LblAns ' Me.LblAns.AutoSize = True Me.LblAns.Location = New System.Drawing.Point(384, 200) Me.LblAns.Name = "LblAns" Me.LblAns.Size = New System.Drawing.Size(61, 13) Me.LblAns.TabIndex = 20 Me.LblAns.Text = "Aujourd'hui" ' '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, 8) Me.LblID.Name = "LblID" Me.LblID.Size = New System.Drawing.Size(156, 13) Me.LblID.TabIndex = 13 Me.LblID.Text = "ID" Me.LblID.TextAlign = System.Drawing.ContentAlignment.TopRight Me.LblID.Visible = False ' 'LblINFmois ' Me.LblINFmois.AutoSize = True Me.LblINFmois.Location = New System.Drawing.Point(146, 187) Me.LblINFmois.Name = "LblINFmois" Me.LblINFmois.Size = New System.Drawing.Size(35, 13) Me.LblINFmois.TabIndex = 21 Me.LblINFmois.Text = "Mois :" ' 'LblINFAnn ' Me.LblINFAnn.AutoSize = True Me.LblINFAnn.Location = New System.Drawing.Point(254, 187) Me.LblINFAnn.Name = "LblINFAnn" Me.LblINFAnn.Size = New System.Drawing.Size(45, 13) Me.LblINFAnn.TabIndex = 22 Me.LblINFAnn.Text = "Année :" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.SystemColors.GrayText Me.Label1.Location = New System.Drawing.Point(367, 107) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(60, 13) Me.Label1.TabIndex = 23 Me.Label1.Text = "(Facultatif)" ' 'FrmInput1 ' 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.Label1) Me.Controls.Add(Me.LblID) Me.Controls.Add(Me.SBHAge) Me.Controls.Add(Me.LblCaR) Me.Controls.Add(Me.LblAns) Me.Controls.Add(Me.LblINFAnn) Me.Controls.Add(Me.TxtAns) Me.Controls.Add(Me.LblINFmois) Me.Controls.Add(Me.TxtMois) Me.Controls.Add(Me.TxtVille) Me.Controls.Add(Me.TxtCP) Me.Controls.Add(Me.TxtAdrss) Me.Controls.Add(Me.TxtPrenom) Me.Controls.Add(Me.TxtNom) 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("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 = "FrmInput1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Assistant inscription (2/4)" Me.Text = "Assistant création de candidature (2/4)" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents LblCaR As System.Windows.Forms.Label Friend WithEvents TxtVille As System.Windows.Forms.TextBox Friend WithEvents TxtCP As System.Windows.Forms.TextBox Friend WithEvents TxtAdrss As System.Windows.Forms.TextBox Friend WithEvents TxtPrenom As System.Windows.Forms.TextBox Friend WithEvents TxtNom 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 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 TmrCaR As System.Windows.Forms.Timer Friend WithEvents Tlt1 As System.Windows.Forms.ToolTip Friend WithEvents SBHAge As System.Windows.Forms.HScrollBar Friend WithEvents LblAns As System.Windows.Forms.Label Friend WithEvents LblID As System.Windows.Forms.Label Friend WithEvents TxtMois As System.Windows.Forms.TextBox Friend WithEvents TxtAns As System.Windows.Forms.TextBox Friend WithEvents LblINFmois As System.Windows.Forms.Label Friend WithEvents LblINFAnn As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label End Class