Candidate-7-Pro/FrmInput1.Designer.vb
2021-09-10 14:15:23 +02:00

267 lines
10 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)
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.
<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.PictureBox1 = New System.Windows.Forms.PictureBox
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.TmrCaR = New System.Windows.Forms.Timer(Me.components)
Me.Lbl1 = New System.Windows.Forms.Label
Me.LblNom = New System.Windows.Forms.Label
Me.LblPrenom = New System.Windows.Forms.Label
Me.LblAdrss = New System.Windows.Forms.Label
Me.LblCP = New System.Windows.Forms.Label
Me.LblVille = New System.Windows.Forms.Label
Me.LblAge = New System.Windows.Forms.Label
Me.TBNom = New System.Windows.Forms.TextBox
Me.TBPrenom = New System.Windows.Forms.TextBox
Me.TBAdrss = New System.Windows.Forms.TextBox
Me.TBCP = New System.Windows.Forms.TextBox
Me.TBVille = New System.Windows.Forms.TextBox
Me.TBAge = New System.Windows.Forms.TextBox
Me.LblCaR = New System.Windows.Forms.Label
Me.CmdPre = New System.Windows.Forms.Button
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'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 = 3
Me.PictureBox1.TabStop = False
'
'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 = 7
Me.CmdNext.Text = "&Suivant >"
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 = 7
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'TmrCaR
'
Me.TmrCaR.Interval = 1000
'
'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(89, 8)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(173, 15)
Me.Lbl1.TabIndex = 8
Me.Lbl1.Text = "Renseignez votre identité ici :"
'
'LblNom
'
Me.LblNom.AutoSize = True
Me.LblNom.Location = New System.Drawing.Point(129, 61)
Me.LblNom.Name = "LblNom"
Me.LblNom.Size = New System.Drawing.Size(35, 13)
Me.LblNom.TabIndex = 9
Me.LblNom.Text = "Nom :"
'
'LblPrenom
'
Me.LblPrenom.AutoSize = True
Me.LblPrenom.Location = New System.Drawing.Point(117, 87)
Me.LblPrenom.Name = "LblPrenom"
Me.LblPrenom.Size = New System.Drawing.Size(49, 13)
Me.LblPrenom.TabIndex = 10
Me.LblPrenom.Text = "Prénom :"
'
'LblAdrss
'
Me.LblAdrss.AutoSize = True
Me.LblAdrss.Location = New System.Drawing.Point(117, 113)
Me.LblAdrss.Name = "LblAdrss"
Me.LblAdrss.Size = New System.Drawing.Size(51, 13)
Me.LblAdrss.TabIndex = 11
Me.LblAdrss.Text = "Adresse :"
'
'LblCP
'
Me.LblCP.AutoSize = True
Me.LblCP.Location = New System.Drawing.Point(99, 139)
Me.LblCP.Name = "LblCP"
Me.LblCP.Size = New System.Drawing.Size(70, 13)
Me.LblCP.TabIndex = 12
Me.LblCP.Text = "Code Postal :"
'
'LblVille
'
Me.LblVille.AutoSize = True
Me.LblVille.Location = New System.Drawing.Point(134, 166)
Me.LblVille.Name = "LblVille"
Me.LblVille.Size = New System.Drawing.Size(32, 13)
Me.LblVille.TabIndex = 13
Me.LblVille.Text = "Ville :"
'
'LblAge
'
Me.LblAge.AutoSize = True
Me.LblAge.Location = New System.Drawing.Point(135, 192)
Me.LblAge.Name = "LblAge"
Me.LblAge.Size = New System.Drawing.Size(32, 13)
Me.LblAge.TabIndex = 14
Me.LblAge.Text = "Age :"
'
'TBNom
'
Me.TBNom.Location = New System.Drawing.Point(169, 58)
Me.TBNom.Name = "TBNom"
Me.TBNom.Size = New System.Drawing.Size(108, 20)
Me.TBNom.TabIndex = 0
'
'TBPrenom
'
Me.TBPrenom.Location = New System.Drawing.Point(169, 84)
Me.TBPrenom.Name = "TBPrenom"
Me.TBPrenom.Size = New System.Drawing.Size(108, 20)
Me.TBPrenom.TabIndex = 1
'
'TBAdrss
'
Me.TBAdrss.Location = New System.Drawing.Point(169, 110)
Me.TBAdrss.Name = "TBAdrss"
Me.TBAdrss.Size = New System.Drawing.Size(215, 20)
Me.TBAdrss.TabIndex = 2
'
'TBCP
'
Me.TBCP.Location = New System.Drawing.Point(169, 136)
Me.TBCP.Name = "TBCP"
Me.TBCP.Size = New System.Drawing.Size(69, 20)
Me.TBCP.TabIndex = 3
'
'TBVille
'
Me.TBVille.Location = New System.Drawing.Point(169, 164)
Me.TBVille.Name = "TBVille"
Me.TBVille.Size = New System.Drawing.Size(108, 20)
Me.TBVille.TabIndex = 4
'
'TBAge
'
Me.TBAge.Location = New System.Drawing.Point(169, 190)
Me.TBAge.Name = "TBAge"
Me.TBAge.Size = New System.Drawing.Size(35, 20)
Me.TBAge.TabIndex = 5
'
'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, 294)
Me.LblCaR.Name = "LblCaR"
Me.LblCaR.Size = New System.Drawing.Size(279, 16)
Me.LblCaR.TabIndex = 15
Me.LblCaR.Text = "Vous disposez d'une minute restante."
Me.LblCaR.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'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 = 6
Me.CmdPre.Text = "< &Précédent"
Me.CmdPre.UseVisualStyleBackColor = True
Me.CmdPre.Visible = False
'
'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.LblCaR)
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.Controls.Add(Me.CmdPre)
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 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.Text = "Assistant inscription (2/4)"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents CmdNext As System.Windows.Forms.Button
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
Friend WithEvents TmrCaR As System.Windows.Forms.Timer
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents LblNom As System.Windows.Forms.Label
Friend WithEvents LblPrenom As System.Windows.Forms.Label
Friend WithEvents LblAdrss As System.Windows.Forms.Label
Friend WithEvents LblCP As System.Windows.Forms.Label
Friend WithEvents LblVille As System.Windows.Forms.Label
Friend WithEvents LblAge As System.Windows.Forms.Label
Friend WithEvents TBNom As System.Windows.Forms.TextBox
Friend WithEvents TBPrenom As System.Windows.Forms.TextBox
Friend WithEvents TBAdrss As System.Windows.Forms.TextBox
Friend WithEvents TBCP As System.Windows.Forms.TextBox
Friend WithEvents TBVille As System.Windows.Forms.TextBox
Friend WithEvents TBAge As System.Windows.Forms.TextBox
Friend WithEvents LblCaR As System.Windows.Forms.Label
Friend WithEvents CmdPre As System.Windows.Forms.Button
End Class