272 lines
13 KiB
VB.net
272 lines
13 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FrmEdit
|
||
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()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmEdit))
|
||
Me.CmdNext = New System.Windows.Forms.Button
|
||
Me.CmdAnnul = New System.Windows.Forms.Button
|
||
Me.CBNP = New System.Windows.Forms.ComboBox
|
||
Me.RBNP = New System.Windows.Forms.RadioButton
|
||
Me.TxtId = New System.Windows.Forms.TextBox
|
||
Me.RBId = New System.Windows.Forms.RadioButton
|
||
Me.Lbl2 = New System.Windows.Forms.Label
|
||
Me.Lbl1 = New System.Windows.Forms.Label
|
||
Me.LblTitre = New System.Windows.Forms.Label
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox
|
||
Me.PictureBox2 = New System.Windows.Forms.PictureBox
|
||
Me.PictureBox3 = New System.Windows.Forms.PictureBox
|
||
Me.PictureBox4 = New System.Windows.Forms.PictureBox
|
||
Me.LblWarn = New System.Windows.Forms.Label
|
||
Me.CmdDelet = New System.Windows.Forms.Button
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'CmdNext
|
||
'
|
||
Me.CmdNext.Location = New System.Drawing.Point(404, 399)
|
||
Me.CmdNext.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.CmdNext.Name = "CmdNext"
|
||
Me.CmdNext.Size = New System.Drawing.Size(100, 32)
|
||
Me.CmdNext.TabIndex = 20
|
||
Me.CmdNext.Text = "&Suivant >"
|
||
Me.CmdNext.UseVisualStyleBackColor = True
|
||
'
|
||
'CmdAnnul
|
||
'
|
||
Me.CmdAnnul.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||
Me.CmdAnnul.Location = New System.Drawing.Point(527, 399)
|
||
Me.CmdAnnul.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.CmdAnnul.Name = "CmdAnnul"
|
||
Me.CmdAnnul.Size = New System.Drawing.Size(100, 32)
|
||
Me.CmdAnnul.TabIndex = 21
|
||
Me.CmdAnnul.Text = "Annuler"
|
||
Me.CmdAnnul.UseVisualStyleBackColor = True
|
||
'
|
||
'CBNP
|
||
'
|
||
Me.CBNP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.CBNP.FormattingEnabled = True
|
||
Me.CBNP.Location = New System.Drawing.Point(291, 339)
|
||
Me.CBNP.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.CBNP.Name = "CBNP"
|
||
Me.CBNP.Size = New System.Drawing.Size(291, 26)
|
||
Me.CBNP.TabIndex = 33
|
||
'
|
||
'RBNP
|
||
'
|
||
Me.RBNP.AutoSize = True
|
||
Me.RBNP.BackColor = System.Drawing.Color.White
|
||
Me.RBNP.Location = New System.Drawing.Point(251, 307)
|
||
Me.RBNP.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.RBNP.Name = "RBNP"
|
||
Me.RBNP.Size = New System.Drawing.Size(304, 22)
|
||
Me.RBNP.TabIndex = 32
|
||
Me.RBNP.TabStop = True
|
||
Me.RBNP.Text = "En sélectionnant son nom et son prénom :"
|
||
Me.RBNP.UseVisualStyleBackColor = False
|
||
'
|
||
'TxtId
|
||
'
|
||
Me.TxtId.Location = New System.Drawing.Point(493, 274)
|
||
Me.TxtId.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.TxtId.MaxLength = 5
|
||
Me.TxtId.Name = "TxtId"
|
||
Me.TxtId.Size = New System.Drawing.Size(117, 26)
|
||
Me.TxtId.TabIndex = 31
|
||
'
|
||
'RBId
|
||
'
|
||
Me.RBId.AutoSize = True
|
||
Me.RBId.BackColor = System.Drawing.Color.White
|
||
Me.RBId.Location = New System.Drawing.Point(251, 276)
|
||
Me.RBId.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.RBId.Name = "RBId"
|
||
Me.RBId.Size = New System.Drawing.Size(198, 22)
|
||
Me.RBId.TabIndex = 30
|
||
Me.RBId.TabStop = True
|
||
Me.RBId.Text = "En entrant son identifiant :"
|
||
Me.RBId.UseVisualStyleBackColor = False
|
||
'
|
||
'Lbl2
|
||
'
|
||
Me.Lbl2.AutoSize = True
|
||
Me.Lbl2.BackColor = System.Drawing.Color.White
|
||
Me.Lbl2.Location = New System.Drawing.Point(235, 249)
|
||
Me.Lbl2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||
Me.Lbl2.Name = "Lbl2"
|
||
Me.Lbl2.Size = New System.Drawing.Size(284, 18)
|
||
Me.Lbl2.TabIndex = 29
|
||
Me.Lbl2.Text = "Comment voulez-vous choisir le candidat ?"
|
||
'
|
||
'Lbl1
|
||
'
|
||
Me.Lbl1.AutoSize = True
|
||
Me.Lbl1.BackColor = System.Drawing.Color.White
|
||
Me.Lbl1.Location = New System.Drawing.Point(235, 93)
|
||
Me.Lbl1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||
Me.Lbl1.Name = "Lbl1"
|
||
Me.Lbl1.Size = New System.Drawing.Size(241, 54)
|
||
Me.Lbl1.TabIndex = 26
|
||
Me.Lbl1.Text = "Cet Assistant vous permet :" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "• De modifier une candidature," & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "• De supprim" & _
|
||
"er une candidature."
|
||
'
|
||
'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(229, 14)
|
||
Me.LblTitre.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
||
Me.LblTitre.Name = "LblTitre"
|
||
Me.LblTitre.Size = New System.Drawing.Size(397, 79)
|
||
Me.LblTitre.TabIndex = 25
|
||
Me.LblTitre.Text = "Bienvenue dans l'Assistant édition de candidature"
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||
Me.PictureBox1.Location = New System.Drawing.Point(0, 377)
|
||
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.PictureBox1.MaximumSize = New System.Drawing.Size(660, 3)
|
||
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 3)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(641, 3)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox1.TabIndex = 23
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'PictureBox2
|
||
'
|
||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||
Me.PictureBox2.Location = New System.Drawing.Point(212, 1)
|
||
Me.PictureBox2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(429, 375)
|
||
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox2.TabIndex = 24
|
||
Me.PictureBox2.TabStop = False
|
||
'
|
||
'PictureBox3
|
||
'
|
||
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
|
||
Me.PictureBox3.Location = New System.Drawing.Point(0, 0)
|
||
Me.PictureBox3.Margin = New System.Windows.Forms.Padding(1, 1, 0, 0)
|
||
Me.PictureBox3.Name = "PictureBox3"
|
||
Me.PictureBox3.Size = New System.Drawing.Size(212, 377)
|
||
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox3.TabIndex = 34
|
||
Me.PictureBox3.TabStop = False
|
||
'
|
||
'PictureBox4
|
||
'
|
||
Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image)
|
||
Me.PictureBox4.Location = New System.Drawing.Point(232, 159)
|
||
Me.PictureBox4.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.PictureBox4.Name = "PictureBox4"
|
||
Me.PictureBox4.Size = New System.Drawing.Size(16, 16)
|
||
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
|
||
Me.PictureBox4.TabIndex = 36
|
||
Me.PictureBox4.TabStop = False
|
||
'
|
||
'LblWarn
|
||
'
|
||
Me.LblWarn.BackColor = System.Drawing.Color.White
|
||
Me.LblWarn.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.LblWarn.Location = New System.Drawing.Point(256, 162)
|
||
Me.LblWarn.Margin = New System.Windows.Forms.Padding(7, 7, 7, 14)
|
||
Me.LblWarn.Name = "LblWarn"
|
||
Me.LblWarn.Size = New System.Drawing.Size(356, 72)
|
||
Me.LblWarn.TabIndex = 35
|
||
Me.LblWarn.Text = "Attention : Vous n'aurez qu'une minute (1:00) pour modifier votre identité, et un" & _
|
||
"e minute quinze secondes (1:15) pour choisir vos examens."
|
||
'
|
||
'CmdDelet
|
||
'
|
||
Me.CmdDelet.Location = New System.Drawing.Point(235, 399)
|
||
Me.CmdDelet.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.CmdDelet.Name = "CmdDelet"
|
||
Me.CmdDelet.Size = New System.Drawing.Size(161, 32)
|
||
Me.CmdDelet.TabIndex = 37
|
||
Me.CmdDelet.Text = "Supprimer le candidat"
|
||
Me.CmdDelet.UseVisualStyleBackColor = True
|
||
'
|
||
'FrmEdit
|
||
'
|
||
Me.AcceptButton = Me.CmdNext
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 18.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.CancelButton = Me.CmdAnnul
|
||
Me.ClientSize = New System.Drawing.Size(643, 447)
|
||
Me.ControlBox = False
|
||
Me.Controls.Add(Me.CmdDelet)
|
||
Me.Controls.Add(Me.PictureBox4)
|
||
Me.Controls.Add(Me.LblWarn)
|
||
Me.Controls.Add(Me.PictureBox3)
|
||
Me.Controls.Add(Me.CBNP)
|
||
Me.Controls.Add(Me.RBNP)
|
||
Me.Controls.Add(Me.TxtId)
|
||
Me.Controls.Add(Me.RBId)
|
||
Me.Controls.Add(Me.Lbl2)
|
||
Me.Controls.Add(Me.Lbl1)
|
||
Me.Controls.Add(Me.LblTitre)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Controls.Add(Me.PictureBox2)
|
||
Me.Controls.Add(Me.CmdNext)
|
||
Me.Controls.Add(Me.CmdAnnul)
|
||
Me.Font = New System.Drawing.Font("Tahoma", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(649, 479)
|
||
Me.MinimizeBox = False
|
||
Me.MinimumSize = New System.Drawing.Size(649, 479)
|
||
Me.Name = "FrmEdit"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Tag = "Assistant édition de candidature (1/4)"
|
||
Me.Text = "Assistant édition de candidature (1/4)"
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox4, 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 CBNP As System.Windows.Forms.ComboBox
|
||
Friend WithEvents RBNP As System.Windows.Forms.RadioButton
|
||
Friend WithEvents TxtId As System.Windows.Forms.TextBox
|
||
Friend WithEvents RBId As System.Windows.Forms.RadioButton
|
||
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 PictureBox1 As System.Windows.Forms.PictureBox
|
||
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
|
||
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
|
||
Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox
|
||
Friend WithEvents LblWarn As System.Windows.Forms.Label
|
||
Friend WithEvents CmdDelet As System.Windows.Forms.Button
|
||
End Class
|