254 lines
10 KiB
VB.net
254 lines
10 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FrmIsc2
|
||
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(FrmIsc2))
|
||
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
|
||
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, 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 = 3
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'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 = 4
|
||
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 = 5
|
||
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(104, 9)
|
||
Me.Lbl1.Name = "Lbl1"
|
||
Me.Lbl1.Size = New System.Drawing.Size(173, 15)
|
||
Me.Lbl1.TabIndex = 6
|
||
Me.Lbl1.Text = "Renseignez votre identité ici :"
|
||
'
|
||
'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 = 7
|
||
Me.LblNom.Text = "Nom :"
|
||
'
|
||
'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 = 8
|
||
Me.LblPrenom.Text = "Prénom :"
|
||
'
|
||
'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 = 9
|
||
Me.LblAdrss.Text = "Adresse :"
|
||
'
|
||
'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 = 10
|
||
Me.LblCP.Text = "Code Postal :"
|
||
'
|
||
'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 = 11
|
||
Me.LblVille.Text = "Ville :"
|
||
'
|
||
'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 = 12
|
||
Me.LblAge.Text = "Age :"
|
||
'
|
||
'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 = 14
|
||
'
|
||
'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 = 15
|
||
'
|
||
'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 = 16
|
||
'
|
||
'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 = 17
|
||
'
|
||
'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 = 18
|
||
'
|
||
'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 = 19
|
||
'
|
||
'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(12, 339)
|
||
Me.LblCaR.Name = "LblCaR"
|
||
Me.LblCaR.Size = New System.Drawing.Size(325, 19)
|
||
Me.LblCaR.TabIndex = 20
|
||
Me.LblCaR.Text = "Vous disposez d'une minute restante."
|
||
Me.LblCaR.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||
'
|
||
'FrmIsc2
|
||
'
|
||
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.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.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 = "FrmIsc2"
|
||
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
|
||
End Class
|