_ Partial Class FrmIsc3 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmIsc3)) Me.CmdNext = New System.Windows.Forms.Button Me.CmdAnnul = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.LblNP = New System.Windows.Forms.Label Me.Lbl1 = New System.Windows.Forms.Label Me.GBEcrit = New System.Windows.Forms.GroupBox Me.GBOral = New System.Windows.Forms.GroupBox Me.GBFact = New System.Windows.Forms.GroupBox Me.CBRegion = New System.Windows.Forms.ComboBox Me.LblRegion = New System.Windows.Forms.Label Me.TmrCaR = New System.Windows.Forms.Timer(Me.components) Me.LblCaR = New System.Windows.Forms.Label Me.LblFaclt = New System.Windows.Forms.Label Me.Panel1 = New System.Windows.Forms.Panel Me.RBno = New System.Windows.Forms.RadioButton Me.RBYes = New System.Windows.Forms.RadioButton 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 = 7 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 = 8 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 = 6 Me.PictureBox1.TabStop = False ' '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 = 9 Me.LblNP.Text = "Nom, Prenom" Me.LblNP.TextAlign = System.Drawing.ContentAlignment.TopRight ' '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 = 10 Me.Lbl1.Text = "Choisissez les examens que vous souhaitez passer :" ' '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 = 11 Me.GBEcrit.TabStop = False Me.GBEcrit.Text = "Passages à l'écrit : " ' '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 = 12 Me.GBOral.TabStop = False Me.GBOral.Text = "Passage à l'oral : " ' '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 = 13 Me.GBFact.TabStop = False Me.GBFact.Text = "Examens facultatifs : " Me.GBFact.Visible = False ' '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 = 14 ' '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 = 15 Me.LblRegion.Text = "Choisissez la région de l'examen :" ' 'TmrCaR ' Me.TmrCaR.Interval = 1000 ' '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(14, 339) Me.LblCaR.Name = "LblCaR" Me.LblCaR.Size = New System.Drawing.Size(319, 21) Me.LblCaR.TabIndex = 16 Me.LblCaR.Text = "Vous disposez d'une minute et 15 secondes restantes." Me.LblCaR.TextAlign = System.Drawing.ContentAlignment.TopRight ' '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 ?" ' '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 = 18 ' '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 ' 'FrmIsc3 ' 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.Panel1) Me.Controls.Add(Me.LblCaR) 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 = "FrmIsc3" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Assistant 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 LblNP As System.Windows.Forms.Label Friend WithEvents Lbl1 As System.Windows.Forms.Label Friend WithEvents GBEcrit As System.Windows.Forms.GroupBox Friend WithEvents GBOral As System.Windows.Forms.GroupBox Friend WithEvents GBFact As System.Windows.Forms.GroupBox Friend WithEvents CBRegion As System.Windows.Forms.ComboBox Friend WithEvents LblRegion As System.Windows.Forms.Label Friend WithEvents TmrCaR As System.Windows.Forms.Timer Friend WithEvents LblCaR As System.Windows.Forms.Label Friend WithEvents LblFaclt As System.Windows.Forms.Label Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents RBno As System.Windows.Forms.RadioButton Friend WithEvents RBYes As System.Windows.Forms.RadioButton End Class