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

251 lines
10 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 FrmEdit3
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(FrmEdit3))
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.Panel1 = New System.Windows.Forms.Panel
Me.RBno = New System.Windows.Forms.RadioButton
Me.RBYes = New System.Windows.Forms.RadioButton
Me.LblFaclt = New System.Windows.Forms.Label
Me.LblRegion = New System.Windows.Forms.Label
Me.CBRegion = New System.Windows.Forms.ComboBox
Me.GBFact = New System.Windows.Forms.GroupBox
Me.GBOral = New System.Windows.Forms.GroupBox
Me.GBEcrit = New System.Windows.Forms.GroupBox
Me.Lbl1 = New System.Windows.Forms.Label
Me.LblNP = New System.Windows.Forms.Label
Me.Button1 = New System.Windows.Forms.Button
Me.CmdDelet = New System.Windows.Forms.Button
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
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 = 16
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 = 17
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.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 = 15
Me.PictureBox1.TabStop = False
'
'Panel1
'
Me.Panel1.Controls.Add(Me.RBno)
Me.Panel1.Controls.Add(Me.RBYes)
Me.Panel1.Controls.Add(Me.LblFaclt)
Me.Panel1.Enabled = False
Me.Panel1.Location = New System.Drawing.Point(1, 67)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(549, 26)
Me.Panel1.TabIndex = 26
'
'RBno
'
Me.RBno.AutoSize = True
Me.RBno.Location = New System.Drawing.Point(345, 4)
Me.RBno.Name = "RBno"
Me.RBno.Size = New System.Drawing.Size(48, 19)
Me.RBno.TabIndex = 19
Me.RBno.TabStop = True
Me.RBno.Text = "Non"
Me.RBno.UseVisualStyleBackColor = True
'
'RBYes
'
Me.RBYes.AutoSize = True
Me.RBYes.Location = New System.Drawing.Point(295, 4)
Me.RBYes.Name = "RBYes"
Me.RBYes.Size = New System.Drawing.Size(44, 19)
Me.RBYes.TabIndex = 18
Me.RBYes.TabStop = True
Me.RBYes.Text = "Oui"
Me.RBYes.UseVisualStyleBackColor = True
'
'LblFaclt
'
Me.LblFaclt.AutoSize = True
Me.LblFaclt.Location = New System.Drawing.Point(11, 6)
Me.LblFaclt.Name = "LblFaclt"
Me.LblFaclt.Size = New System.Drawing.Size(276, 15)
Me.LblFaclt.TabIndex = 17
Me.LblFaclt.Text = "Voulez-vous participer a des épreuves facultatives ?"
'
'LblRegion
'
Me.LblRegion.AutoSize = True
Me.LblRegion.Location = New System.Drawing.Point(12, 41)
Me.LblRegion.Name = "LblRegion"
Me.LblRegion.Size = New System.Drawing.Size(182, 15)
Me.LblRegion.TabIndex = 25
Me.LblRegion.Text = "Choisissez la région de l'examen :"
'
'CBRegion
'
Me.CBRegion.FormattingEnabled = True
Me.CBRegion.Location = New System.Drawing.Point(212, 38)
Me.CBRegion.Name = "CBRegion"
Me.CBRegion.Size = New System.Drawing.Size(121, 23)
Me.CBRegion.TabIndex = 24
'
'GBFact
'
Me.GBFact.Location = New System.Drawing.Point(390, 110)
Me.GBFact.Name = "GBFact"
Me.GBFact.Size = New System.Drawing.Size(160, 180)
Me.GBFact.TabIndex = 23
Me.GBFact.TabStop = False
Me.GBFact.Text = "Examens facultatifs : "
Me.GBFact.Visible = False
'
'GBOral
'
Me.GBOral.Location = New System.Drawing.Point(201, 110)
Me.GBOral.Name = "GBOral"
Me.GBOral.Size = New System.Drawing.Size(160, 180)
Me.GBOral.TabIndex = 22
Me.GBOral.TabStop = False
Me.GBOral.Text = "Passage à l'oral : "
'
'GBEcrit
'
Me.GBEcrit.Location = New System.Drawing.Point(12, 110)
Me.GBEcrit.Name = "GBEcrit"
Me.GBEcrit.Size = New System.Drawing.Size(160, 180)
Me.GBEcrit.TabIndex = 21
Me.GBEcrit.TabStop = False
Me.GBEcrit.Text = "Passages à l'écrit : "
'
'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(12, 9)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(286, 15)
Me.Lbl1.TabIndex = 20
Me.Lbl1.Text = "Choisissez les examens que vous souhaitez passer :"
'
'LblNP
'
Me.LblNP.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LblNP.Location = New System.Drawing.Point(379, 9)
Me.LblNP.Name = "LblNP"
Me.LblNP.Size = New System.Drawing.Size(171, 15)
Me.LblNP.TabIndex = 19
Me.LblNP.Text = "Nom, Prenom"
Me.LblNP.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(261, 333)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(87, 27)
Me.Button1.TabIndex = 38
Me.Button1.Text = "< &Précédent"
Me.Button1.UseVisualStyleBackColor = True
'
'CmdDelet
'
Me.CmdDelet.Location = New System.Drawing.Point(12, 333)
Me.CmdDelet.Name = "CmdDelet"
Me.CmdDelet.Size = New System.Drawing.Size(141, 27)
Me.CmdDelet.TabIndex = 39
Me.CmdDelet.Text = "Su&pprimer le candidat"
Me.CmdDelet.UseVisualStyleBackColor = True
'
'FrmEdit3
'
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.CmdDelet)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.LblRegion)
Me.Controls.Add(Me.CBRegion)
Me.Controls.Add(Me.GBFact)
Me.Controls.Add(Me.GBOral)
Me.Controls.Add(Me.GBEcrit)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.LblNP)
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 = "FrmEdit3"
Me.Text = "Assistant édition d'inscription (3/4)"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
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 Panel1 As System.Windows.Forms.Panel
Friend WithEvents RBno As System.Windows.Forms.RadioButton
Friend WithEvents RBYes As System.Windows.Forms.RadioButton
Friend WithEvents LblFaclt As System.Windows.Forms.Label
Friend WithEvents LblRegion As System.Windows.Forms.Label
Friend WithEvents CBRegion As System.Windows.Forms.ComboBox
Friend WithEvents GBFact As System.Windows.Forms.GroupBox
Friend WithEvents GBOral As System.Windows.Forms.GroupBox
Friend WithEvents GBEcrit As System.Windows.Forms.GroupBox
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents LblNP As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents CmdDelet As System.Windows.Forms.Button
End Class