384 lines
16 KiB
VB.net
384 lines
16 KiB
VB.net
<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.CmdPre = New System.Windows.Forms.Button
|
||
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(169, 143)
|
||
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(169, 116)
|
||
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(169, 89)
|
||
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(169, 62)
|
||
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(169, 35)
|
||
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(130, 172)
|
||
Me.LblAge.Name = "LblAge"
|
||
Me.LblAge.Size = New System.Drawing.Size(33, 13)
|
||
Me.LblAge.TabIndex = 19
|
||
Me.LblAge.Text = "Age :"
|
||
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(131, 146)
|
||
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(92, 119)
|
||
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(110, 92)
|
||
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(113, 65)
|
||
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(128, 38)
|
||
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
|
||
'
|
||
'CmdPre
|
||
'
|
||
Me.CmdPre.Location = New System.Drawing.Point(224, 288)
|
||
Me.CmdPre.Name = "CmdPre"
|
||
Me.CmdPre.Size = New System.Drawing.Size(75, 23)
|
||
Me.CmdPre.TabIndex = 11
|
||
Me.CmdPre.Text = "< &Précédent"
|
||
Me.CmdPre.UseVisualStyleBackColor = True
|
||
Me.CmdPre.Visible = False
|
||
'
|
||
'TmrCaR
|
||
'
|
||
Me.TmrCaR.Interval = 1000
|
||
'
|
||
'SBHAge
|
||
'
|
||
Me.SBHAge.LargeChange = 60
|
||
Me.SBHAge.Location = New System.Drawing.Point(169, 193)
|
||
Me.SBHAge.Maximum = 660
|
||
Me.SBHAge.Minimum = 300
|
||
Me.SBHAge.Name = "SBHAge"
|
||
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(210, 169)
|
||
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(328, 169)
|
||
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(390, 172)
|
||
Me.LblAns.Name = "LblAns"
|
||
Me.LblAns.Size = New System.Drawing.Size(0, 13)
|
||
Me.LblAns.TabIndex = 20
|
||
'
|
||
'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(169, 172)
|
||
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(272, 172)
|
||
Me.LblINFAnn.Name = "LblINFAnn"
|
||
Me.LblINFAnn.Size = New System.Drawing.Size(50, 13)
|
||
Me.LblINFAnn.TabIndex = 22
|
||
Me.LblINFAnn.Text = "Années :"
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.AutoSize = True
|
||
Me.Label1.Location = New System.Drawing.Point(12, 256)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(426, 13)
|
||
Me.Label1.TabIndex = 23
|
||
Me.Label1.Text = "Remarque : L'age peut-être rapidement séléctionné avec l'assenseur présent ci des" & _
|
||
"sus." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
|
||
'
|
||
'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, 323)
|
||
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.Controls.Add(Me.CmdPre)
|
||
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 CmdPre As System.Windows.Forms.Button
|
||
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
|