215 lines
9.0 KiB
VB.net
215 lines
9.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FrmIsc4
|
||
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()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmIsc4))
|
||
Me.CmdNext = New System.Windows.Forms.Button
|
||
Me.CmdAnnul = New System.Windows.Forms.Button
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox
|
||
Me.LblTitre = New System.Windows.Forms.Label
|
||
Me.LblNP = New System.Windows.Forms.Label
|
||
Me.LblAdrss = New System.Windows.Forms.Label
|
||
Me.LblCPV = New System.Windows.Forms.Label
|
||
Me.LblAge = New System.Windows.Forms.Label
|
||
Me.Lbl1 = New System.Windows.Forms.Label
|
||
Me.Lbl2 = New System.Windows.Forms.Label
|
||
Me.ListBox1 = New System.Windows.Forms.ListBox
|
||
Me.ListBox2 = New System.Windows.Forms.ListBox
|
||
Me.ListBox3 = New System.Windows.Forms.ListBox
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'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 = 10
|
||
Me.CmdNext.Text = "Enregi&strer"
|
||
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 = 11
|
||
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(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 = 9
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'LblTitre
|
||
'
|
||
Me.LblTitre.AutoSize = True
|
||
Me.LblTitre.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblTitre.Location = New System.Drawing.Point(12, 9)
|
||
Me.LblTitre.Name = "LblTitre"
|
||
Me.LblTitre.Size = New System.Drawing.Size(153, 15)
|
||
Me.LblTitre.TabIndex = 12
|
||
Me.LblTitre.Text = "Vérifiez vos informations :"
|
||
'
|
||
'LblNP
|
||
'
|
||
Me.LblNP.AutoSize = True
|
||
Me.LblNP.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblNP.Location = New System.Drawing.Point(44, 47)
|
||
Me.LblNP.Name = "LblNP"
|
||
Me.LblNP.Size = New System.Drawing.Size(108, 17)
|
||
Me.LblNP.TabIndex = 13
|
||
Me.LblNP.Text = "Nom, Prénom"
|
||
'
|
||
'LblAdrss
|
||
'
|
||
Me.LblAdrss.AutoSize = True
|
||
Me.LblAdrss.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblAdrss.Location = New System.Drawing.Point(44, 70)
|
||
Me.LblAdrss.Name = "LblAdrss"
|
||
Me.LblAdrss.Size = New System.Drawing.Size(63, 17)
|
||
Me.LblAdrss.TabIndex = 15
|
||
Me.LblAdrss.Text = "Adresse"
|
||
'
|
||
'LblCPV
|
||
'
|
||
Me.LblCPV.AutoSize = True
|
||
Me.LblCPV.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblCPV.Location = New System.Drawing.Point(44, 93)
|
||
Me.LblCPV.Name = "LblCPV"
|
||
Me.LblCPV.Size = New System.Drawing.Size(134, 17)
|
||
Me.LblCPV.TabIndex = 17
|
||
Me.LblCPV.Text = "Code postal, Ville"
|
||
'
|
||
'LblAge
|
||
'
|
||
Me.LblAge.AutoSize = True
|
||
Me.LblAge.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblAge.Location = New System.Drawing.Point(44, 116)
|
||
Me.LblAge.Name = "LblAge"
|
||
Me.LblAge.Size = New System.Drawing.Size(188, 17)
|
||
Me.LblAge.TabIndex = 18
|
||
Me.LblAge.Text = "Date de naissance (Age)"
|
||
'
|
||
'Lbl1
|
||
'
|
||
Me.Lbl1.AutoSize = True
|
||
Me.Lbl1.Location = New System.Drawing.Point(28, 28)
|
||
Me.Lbl1.Name = "Lbl1"
|
||
Me.Lbl1.Size = New System.Drawing.Size(61, 15)
|
||
Me.Lbl1.TabIndex = 19
|
||
Me.Lbl1.Text = "Candidat :"
|
||
'
|
||
'Lbl2
|
||
'
|
||
Me.Lbl2.AutoSize = True
|
||
Me.Lbl2.Location = New System.Drawing.Point(28, 142)
|
||
Me.Lbl2.Name = "Lbl2"
|
||
Me.Lbl2.Size = New System.Drawing.Size(59, 15)
|
||
Me.Lbl2.TabIndex = 20
|
||
Me.Lbl2.Text = "Examens :"
|
||
'
|
||
'ListBox1
|
||
'
|
||
Me.ListBox1.FormattingEnabled = True
|
||
Me.ListBox1.ItemHeight = 15
|
||
Me.ListBox1.Location = New System.Drawing.Point(47, 161)
|
||
Me.ListBox1.Name = "ListBox1"
|
||
Me.ListBox1.Size = New System.Drawing.Size(131, 139)
|
||
Me.ListBox1.TabIndex = 21
|
||
'
|
||
'ListBox2
|
||
'
|
||
Me.ListBox2.FormattingEnabled = True
|
||
Me.ListBox2.ItemHeight = 15
|
||
Me.ListBox2.Location = New System.Drawing.Point(198, 161)
|
||
Me.ListBox2.Name = "ListBox2"
|
||
Me.ListBox2.Size = New System.Drawing.Size(131, 139)
|
||
Me.ListBox2.TabIndex = 22
|
||
'
|
||
'ListBox3
|
||
'
|
||
Me.ListBox3.Enabled = False
|
||
Me.ListBox3.FormattingEnabled = True
|
||
Me.ListBox3.ItemHeight = 15
|
||
Me.ListBox3.Location = New System.Drawing.Point(349, 161)
|
||
Me.ListBox3.Name = "ListBox3"
|
||
Me.ListBox3.Size = New System.Drawing.Size(131, 139)
|
||
Me.ListBox3.TabIndex = 23
|
||
'
|
||
'FrmIsc4
|
||
'
|
||
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.ListBox3)
|
||
Me.Controls.Add(Me.ListBox2)
|
||
Me.Controls.Add(Me.ListBox1)
|
||
Me.Controls.Add(Me.Lbl2)
|
||
Me.Controls.Add(Me.Lbl1)
|
||
Me.Controls.Add(Me.LblAge)
|
||
Me.Controls.Add(Me.LblCPV)
|
||
Me.Controls.Add(Me.LblAdrss)
|
||
Me.Controls.Add(Me.LblNP)
|
||
Me.Controls.Add(Me.LblTitre)
|
||
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 = "FrmIsc4"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Assistant inscription (4/4)"
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
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 LblTitre As System.Windows.Forms.Label
|
||
Friend WithEvents LblNP As System.Windows.Forms.Label
|
||
Friend WithEvents LblAdrss As System.Windows.Forms.Label
|
||
Friend WithEvents LblCPV As System.Windows.Forms.Label
|
||
Friend WithEvents LblAge As System.Windows.Forms.Label
|
||
Friend WithEvents Lbl1 As System.Windows.Forms.Label
|
||
Friend WithEvents Lbl2 As System.Windows.Forms.Label
|
||
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
||
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
|
||
Friend WithEvents ListBox3 As System.Windows.Forms.ListBox
|
||
End Class
|