Candidate-7-Pro/FrmEdit1.Designer.vb
2021-09-10 14:09:24 +02:00

235 lines
9.9 KiB
VB.net
Raw 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 FrmEdit1
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(FrmEdit1))
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.PictureBox3 = New System.Windows.Forms.PictureBox
Me.PictureBox2 = New System.Windows.Forms.PictureBox
Me.Lbl3 = New System.Windows.Forms.Label
Me.Lbl2 = New System.Windows.Forms.Label
Me.Lbl1 = New System.Windows.Forms.Label
Me.LblTitre = New System.Windows.Forms.Label
Me.Lbl4 = New System.Windows.Forms.Label
Me.RBId = New System.Windows.Forms.RadioButton
Me.TxtId = New System.Windows.Forms.TextBox
Me.RBNP = New System.Windows.Forms.RadioButton
Me.CBNP = New System.Windows.Forms.ComboBox
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, 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 = 5
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 = 3
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 = 4
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'PictureBox3
'
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
Me.PictureBox3.Location = New System.Drawing.Point(1, 1)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(187, 316)
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox3.TabIndex = 7
Me.PictureBox3.TabStop = False
'
'PictureBox2
'
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
Me.PictureBox2.Location = New System.Drawing.Point(186, 1)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(375, 316)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox2.TabIndex = 6
Me.PictureBox2.TabStop = False
'
'Lbl3
'
Me.Lbl3.AutoSize = True
Me.Lbl3.BackColor = System.Drawing.Color.White
Me.Lbl3.Location = New System.Drawing.Point(222, 126)
Me.Lbl3.Name = "Lbl3"
Me.Lbl3.Size = New System.Drawing.Size(193, 15)
Me.Lbl3.TabIndex = 13
Me.Lbl3.Text = "• De supprimer des candidatures."
'
'Lbl2
'
Me.Lbl2.AutoSize = True
Me.Lbl2.BackColor = System.Drawing.Color.White
Me.Lbl2.Location = New System.Drawing.Point(222, 111)
Me.Lbl2.Name = "Lbl2"
Me.Lbl2.Size = New System.Drawing.Size(184, 15)
Me.Lbl2.TabIndex = 12
Me.Lbl2.Text = "• De modifier des candidatures."
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.BackColor = System.Drawing.Color.White
Me.Lbl1.Location = New System.Drawing.Point(222, 96)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(150, 15)
Me.Lbl1.TabIndex = 10
Me.Lbl1.Text = "Cet Assistant vous permet :"
'
'LblTitre
'
Me.LblTitre.AutoEllipsis = True
Me.LblTitre.BackColor = System.Drawing.Color.White
Me.LblTitre.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblTitre.Location = New System.Drawing.Point(217, 26)
Me.LblTitre.Name = "LblTitre"
Me.LblTitre.Size = New System.Drawing.Size(316, 66)
Me.LblTitre.TabIndex = 9
Me.LblTitre.Text = "Bienvenue dans l'Assistant édition d'insciption"
'
'Lbl4
'
Me.Lbl4.AutoSize = True
Me.Lbl4.BackColor = System.Drawing.Color.White
Me.Lbl4.Location = New System.Drawing.Point(222, 174)
Me.Lbl4.Name = "Lbl4"
Me.Lbl4.Size = New System.Drawing.Size(235, 15)
Me.Lbl4.TabIndex = 14
Me.Lbl4.Text = "Comment voulez-vous choisir le candidat ?"
'
'RBId
'
Me.RBId.AutoSize = True
Me.RBId.BackColor = System.Drawing.Color.White
Me.RBId.Location = New System.Drawing.Point(236, 202)
Me.RBId.Name = "RBId"
Me.RBId.Size = New System.Drawing.Size(158, 19)
Me.RBId.TabIndex = 15
Me.RBId.TabStop = True
Me.RBId.Text = "En entrant son identifiant"
Me.RBId.UseVisualStyleBackColor = False
'
'TxtId
'
Me.TxtId.Location = New System.Drawing.Point(461, 201)
Me.TxtId.Name = "TxtId"
Me.TxtId.Size = New System.Drawing.Size(72, 23)
Me.TxtId.TabIndex = 16
'
'RBNP
'
Me.RBNP.AutoSize = True
Me.RBNP.BackColor = System.Drawing.Color.White
Me.RBNP.Location = New System.Drawing.Point(236, 228)
Me.RBNP.Name = "RBNP"
Me.RBNP.Size = New System.Drawing.Size(248, 19)
Me.RBNP.TabIndex = 17
Me.RBNP.TabStop = True
Me.RBNP.Text = "En sélectionnant son nom et son prénom :"
Me.RBNP.UseVisualStyleBackColor = False
'
'CBNP
'
Me.CBNP.FormattingEnabled = True
Me.CBNP.Location = New System.Drawing.Point(248, 253)
Me.CBNP.Name = "CBNP"
Me.CBNP.Size = New System.Drawing.Size(285, 23)
Me.CBNP.TabIndex = 18
'
'FrmEdit1
'
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.CBNP)
Me.Controls.Add(Me.RBNP)
Me.Controls.Add(Me.TxtId)
Me.Controls.Add(Me.RBId)
Me.Controls.Add(Me.Lbl4)
Me.Controls.Add(Me.Lbl3)
Me.Controls.Add(Me.Lbl2)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.LblTitre)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.CmdNext)
Me.Controls.Add(Me.CmdAnnul)
Me.Controls.Add(Me.PictureBox3)
Me.Controls.Add(Me.PictureBox2)
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 = "FrmEdit1"
Me.Text = "Assistant édition d'inscription (1/4)"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, 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 PictureBox3 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents Lbl3 As System.Windows.Forms.Label
Friend WithEvents Lbl2 As System.Windows.Forms.Label
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents LblTitre As System.Windows.Forms.Label
Friend WithEvents Lbl4 As System.Windows.Forms.Label
Friend WithEvents RBId As System.Windows.Forms.RadioButton
Friend WithEvents TxtId As System.Windows.Forms.TextBox
Friend WithEvents RBNP As System.Windows.Forms.RadioButton
Friend WithEvents CBNP As System.Windows.Forms.ComboBox
End Class