Candidate-7-Pro/FrmInput1.Designer.vb

405 lines
18 KiB
VB.net
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmInput1
Inherits System.Windows.Forms.Form
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
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(15, 429)
Me.LblCaR.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblCaR.Name = "LblCaR"
Me.LblCaR.Size = New System.Drawing.Size(418, 24)
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(219, 230)
Me.TxtVille.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TxtVille.MaxLength = 15
Me.TxtVille.Name = "TxtVille"
Me.TxtVille.Size = New System.Drawing.Size(160, 27)
Me.TxtVille.TabIndex = 4
Me.Tlt1.SetToolTip(Me.TxtVille, "15 caractères alphabétiques au maximum.")
'
'TxtCP
'
Me.TxtCP.Location = New System.Drawing.Point(219, 191)
Me.TxtCP.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TxtCP.MaxLength = 5
Me.TxtCP.Name = "TxtCP"
Me.TxtCP.Size = New System.Drawing.Size(102, 27)
Me.TxtCP.TabIndex = 3
Me.Tlt1.SetToolTip(Me.TxtCP, "5 caractères numériques.")
'
'TxtAdrss
'
Me.TxtAdrss.Location = New System.Drawing.Point(219, 152)
Me.TxtAdrss.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TxtAdrss.MaxLength = 10
Me.TxtAdrss.Name = "TxtAdrss"
Me.TxtAdrss.Size = New System.Drawing.Size(320, 27)
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(219, 113)
Me.TxtPrenom.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TxtPrenom.MaxLength = 6
Me.TxtPrenom.Name = "TxtPrenom"
Me.TxtPrenom.Size = New System.Drawing.Size(160, 27)
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(219, 74)
Me.TxtNom.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TxtNom.MaxLength = 8
Me.TxtNom.Name = "TxtNom"
Me.TxtNom.Size = New System.Drawing.Size(160, 27)
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(57, 273)
Me.LblAge.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblAge.Name = "LblAge"
Me.LblAge.Size = New System.Drawing.Size(146, 19)
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(162, 235)
Me.LblVille.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblVille.Name = "LblVille"
Me.LblVille.Size = New System.Drawing.Size(50, 19)
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(103, 196)
Me.LblCP.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblCP.Name = "LblCP"
Me.LblCP.Size = New System.Drawing.Size(103, 19)
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(130, 157)
Me.LblAdrss.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblAdrss.Name = "LblAdrss"
Me.LblAdrss.Size = New System.Drawing.Size(76, 19)
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(135, 116)
Me.LblPrenom.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblPrenom.Name = "LblPrenom"
Me.LblPrenom.Size = New System.Drawing.Size(75, 19)
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(157, 77)
Me.LblNom.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblNom.Name = "LblNom"
Me.LblNom.Size = New System.Drawing.Size(54, 19)
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(134, 12)
Me.Lbl1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
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(454, 420)
Me.CmdNext.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CmdNext.Name = "CmdNext"
Me.CmdNext.Size = New System.Drawing.Size(112, 33)
Me.CmdNext.TabIndex = 8
Me.CmdNext.Text = "&Suivant >"
Me.CmdNext.UseVisualStyleBackColor = True
'
'CmdAnnul
'
Me.CmdAnnul.Location = New System.Drawing.Point(593, 420)
Me.CmdAnnul.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(112, 33)
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, 398)
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.PictureBox1.MaximumSize = New System.Drawing.Size(742, 2)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(721, 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(219, 304)
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(323, 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(280, 268)
Me.TxtMois.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TxtMois.Name = "TxtMois"
Me.TxtMois.Size = New System.Drawing.Size(50, 27)
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(458, 268)
Me.TxtAns.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.TxtAns.Name = "TxtAns"
Me.TxtAns.Size = New System.Drawing.Size(82, 27)
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(576, 292)
Me.LblAns.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblAns.Name = "LblAns"
Me.LblAns.Size = New System.Drawing.Size(92, 19)
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(471, 12)
Me.LblID.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblID.Name = "LblID"
Me.LblID.Size = New System.Drawing.Size(234, 19)
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(219, 273)
Me.LblINFmois.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblINFmois.Name = "LblINFmois"
Me.LblINFmois.Size = New System.Drawing.Size(52, 19)
Me.LblINFmois.TabIndex = 21
Me.LblINFmois.Text = "Mois :"
'
'LblINFAnn
'
Me.LblINFAnn.AutoSize = True
Me.LblINFAnn.Location = New System.Drawing.Point(381, 273)
Me.LblINFAnn.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblINFAnn.Name = "LblINFAnn"
Me.LblINFAnn.Size = New System.Drawing.Size(65, 19)
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(550, 157)
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
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(9.0!, 19.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(723, 473)
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", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(729, 505)
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(729, 505)
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