_ Partial Class FrmInput2 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(FrmInput2)) 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.CheckBox12 = New System.Windows.Forms.CheckBox Me.CheckBox11 = New System.Windows.Forms.CheckBox Me.CheckBox10 = New System.Windows.Forms.CheckBox Me.CheckBox9 = New System.Windows.Forms.CheckBox Me.CheckBox8 = New System.Windows.Forms.CheckBox Me.CheckBox7 = New System.Windows.Forms.CheckBox Me.CheckBox6 = New System.Windows.Forms.CheckBox Me.CheckBox5 = New System.Windows.Forms.CheckBox Me.CheckBox4 = New System.Windows.Forms.CheckBox Me.CheckBox3 = New System.Windows.Forms.CheckBox Me.CheckBox2 = New System.Windows.Forms.CheckBox Me.CheckBox1 = New System.Windows.Forms.CheckBox Me.GBOral = New System.Windows.Forms.GroupBox Me.CheckBox18 = New System.Windows.Forms.CheckBox Me.CheckBox17 = New System.Windows.Forms.CheckBox Me.CheckBox16 = New System.Windows.Forms.CheckBox Me.CheckBox15 = New System.Windows.Forms.CheckBox Me.CheckBox14 = New System.Windows.Forms.CheckBox Me.CheckBox13 = New System.Windows.Forms.CheckBox Me.GBFact = New System.Windows.Forms.GroupBox Me.CheckBox21 = New System.Windows.Forms.CheckBox Me.CheckBox20 = New System.Windows.Forms.CheckBox Me.CheckBox19 = New System.Windows.Forms.CheckBox Me.CboRegion = 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.LblFac = New System.Windows.Forms.Label Me.PnlFac = New System.Windows.Forms.Panel Me.RBno = New System.Windows.Forms.RadioButton Me.RBYes = New System.Windows.Forms.RadioButton Me.CmdDelet = New System.Windows.Forms.Button Me.CmdPre = New System.Windows.Forms.Button Me.LblBox = New System.Windows.Forms.Label Me.LblWarn = New System.Windows.Forms.Label CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GBEcrit.SuspendLayout() Me.GBOral.SuspendLayout() Me.GBFact.SuspendLayout() Me.PnlFac.SuspendLayout() Me.SuspendLayout() ' 'CmdNext ' Me.CmdNext.Location = New System.Drawing.Point(303, 289) Me.CmdNext.Name = "CmdNext" Me.CmdNext.Size = New System.Drawing.Size(75, 23) Me.CmdNext.TabIndex = 25 Me.CmdNext.Text = "&Suivant >" Me.CmdNext.UseVisualStyleBackColor = True ' 'CmdAnnul ' Me.CmdAnnul.Location = New System.Drawing.Point(395, 289) Me.CmdAnnul.Name = "CmdAnnul" Me.CmdAnnul.Size = New System.Drawing.Size(75, 23) Me.CmdAnnul.TabIndex = 26 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, 273) Me.PictureBox1.MaximumSize = New System.Drawing.Size(495, 2) Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(480, 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(323, 8) Me.LblNP.Name = "LblNP" Me.LblNP.Size = New System.Drawing.Size(147, 13) Me.LblNP.TabIndex = 33 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(10, 8) Me.Lbl1.Name = "Lbl1" Me.Lbl1.Size = New System.Drawing.Size(286, 15) Me.Lbl1.TabIndex = 32 Me.Lbl1.Text = "Choisissez les examens que vous souhaitez passer :" ' 'GBEcrit ' Me.GBEcrit.Controls.Add(Me.CheckBox12) Me.GBEcrit.Controls.Add(Me.CheckBox11) Me.GBEcrit.Controls.Add(Me.CheckBox10) Me.GBEcrit.Controls.Add(Me.CheckBox9) Me.GBEcrit.Controls.Add(Me.CheckBox8) Me.GBEcrit.Controls.Add(Me.CheckBox7) Me.GBEcrit.Controls.Add(Me.CheckBox6) Me.GBEcrit.Controls.Add(Me.CheckBox5) Me.GBEcrit.Controls.Add(Me.CheckBox4) Me.GBEcrit.Controls.Add(Me.CheckBox3) Me.GBEcrit.Controls.Add(Me.CheckBox2) Me.GBEcrit.Controls.Add(Me.CheckBox1) Me.GBEcrit.Location = New System.Drawing.Point(10, 95) Me.GBEcrit.Name = "GBEcrit" Me.GBEcrit.Size = New System.Drawing.Size(201, 156) Me.GBEcrit.TabIndex = 1 Me.GBEcrit.TabStop = False Me.GBEcrit.Text = "Passages à l'écrit : " ' 'CheckBox12 ' Me.CheckBox12.AutoSize = True Me.CheckBox12.Location = New System.Drawing.Point(94, 19) Me.CheckBox12.Name = "CheckBox12" Me.CheckBox12.Size = New System.Drawing.Size(87, 17) Me.CheckBox12.TabIndex = 7 Me.CheckBox12.Text = "CheckBox12" Me.CheckBox12.UseVisualStyleBackColor = True ' 'CheckBox11 ' Me.CheckBox11.AutoSize = True Me.CheckBox11.Location = New System.Drawing.Point(94, 41) Me.CheckBox11.Name = "CheckBox11" Me.CheckBox11.Size = New System.Drawing.Size(87, 17) Me.CheckBox11.TabIndex = 8 Me.CheckBox11.Text = "CheckBox11" Me.CheckBox11.UseVisualStyleBackColor = True ' 'CheckBox10 ' Me.CheckBox10.AutoSize = True Me.CheckBox10.Location = New System.Drawing.Point(94, 62) Me.CheckBox10.Name = "CheckBox10" Me.CheckBox10.Size = New System.Drawing.Size(87, 17) Me.CheckBox10.TabIndex = 9 Me.CheckBox10.Text = "CheckBox10" Me.CheckBox10.UseVisualStyleBackColor = True ' 'CheckBox9 ' Me.CheckBox9.AutoSize = True Me.CheckBox9.Location = New System.Drawing.Point(94, 84) Me.CheckBox9.Name = "CheckBox9" Me.CheckBox9.Size = New System.Drawing.Size(81, 17) Me.CheckBox9.TabIndex = 10 Me.CheckBox9.Text = "CheckBox9" Me.CheckBox9.UseVisualStyleBackColor = True ' 'CheckBox8 ' Me.CheckBox8.AutoSize = True Me.CheckBox8.Location = New System.Drawing.Point(94, 106) Me.CheckBox8.Name = "CheckBox8" Me.CheckBox8.Size = New System.Drawing.Size(81, 17) Me.CheckBox8.TabIndex = 11 Me.CheckBox8.Text = "CheckBox8" Me.CheckBox8.UseVisualStyleBackColor = True ' 'CheckBox7 ' Me.CheckBox7.AutoSize = True Me.CheckBox7.Location = New System.Drawing.Point(94, 127) Me.CheckBox7.Name = "CheckBox7" Me.CheckBox7.Size = New System.Drawing.Size(81, 17) Me.CheckBox7.TabIndex = 12 Me.CheckBox7.Text = "CheckBox7" Me.CheckBox7.UseVisualStyleBackColor = True ' 'CheckBox6 ' Me.CheckBox6.AutoSize = True Me.CheckBox6.Location = New System.Drawing.Point(5, 19) Me.CheckBox6.Name = "CheckBox6" Me.CheckBox6.Size = New System.Drawing.Size(81, 17) Me.CheckBox6.TabIndex = 1 Me.CheckBox6.Text = "CheckBox6" Me.CheckBox6.UseVisualStyleBackColor = True ' 'CheckBox5 ' Me.CheckBox5.AutoSize = True Me.CheckBox5.Location = New System.Drawing.Point(5, 41) Me.CheckBox5.Name = "CheckBox5" Me.CheckBox5.Size = New System.Drawing.Size(81, 17) Me.CheckBox5.TabIndex = 2 Me.CheckBox5.Text = "CheckBox5" Me.CheckBox5.UseVisualStyleBackColor = True ' 'CheckBox4 ' Me.CheckBox4.AutoSize = True Me.CheckBox4.Location = New System.Drawing.Point(5, 62) Me.CheckBox4.Name = "CheckBox4" Me.CheckBox4.Size = New System.Drawing.Size(81, 17) Me.CheckBox4.TabIndex = 3 Me.CheckBox4.Text = "CheckBox4" Me.CheckBox4.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.Location = New System.Drawing.Point(5, 84) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(81, 17) Me.CheckBox3.TabIndex = 4 Me.CheckBox3.Text = "CheckBox3" Me.CheckBox3.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Location = New System.Drawing.Point(5, 106) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(81, 17) Me.CheckBox2.TabIndex = 5 Me.CheckBox2.Text = "CheckBox2" Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(5, 127) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(81, 17) Me.CheckBox1.TabIndex = 6 Me.CheckBox1.Text = "CheckBox1" Me.CheckBox1.UseVisualStyleBackColor = True ' 'GBOral ' Me.GBOral.Controls.Add(Me.CheckBox18) Me.GBOral.Controls.Add(Me.CheckBox17) Me.GBOral.Controls.Add(Me.CheckBox16) Me.GBOral.Controls.Add(Me.CheckBox15) Me.GBOral.Controls.Add(Me.CheckBox14) Me.GBOral.Controls.Add(Me.CheckBox13) Me.GBOral.Location = New System.Drawing.Point(217, 95) Me.GBOral.Name = "GBOral" Me.GBOral.Size = New System.Drawing.Size(120, 156) Me.GBOral.TabIndex = 2 Me.GBOral.TabStop = False Me.GBOral.Text = "Passage à l'oral : " ' 'CheckBox18 ' Me.CheckBox18.AutoSize = True Me.CheckBox18.Location = New System.Drawing.Point(9, 19) Me.CheckBox18.Name = "CheckBox18" Me.CheckBox18.Size = New System.Drawing.Size(87, 17) Me.CheckBox18.TabIndex = 13 Me.CheckBox18.Text = "CheckBox18" Me.CheckBox18.UseVisualStyleBackColor = True ' 'CheckBox17 ' Me.CheckBox17.AutoSize = True Me.CheckBox17.Location = New System.Drawing.Point(9, 41) Me.CheckBox17.Name = "CheckBox17" Me.CheckBox17.Size = New System.Drawing.Size(87, 17) Me.CheckBox17.TabIndex = 14 Me.CheckBox17.Text = "CheckBox17" Me.CheckBox17.UseVisualStyleBackColor = True ' 'CheckBox16 ' Me.CheckBox16.AutoSize = True Me.CheckBox16.Location = New System.Drawing.Point(9, 64) Me.CheckBox16.Name = "CheckBox16" Me.CheckBox16.Size = New System.Drawing.Size(87, 17) Me.CheckBox16.TabIndex = 15 Me.CheckBox16.Text = "CheckBox16" Me.CheckBox16.UseVisualStyleBackColor = True ' 'CheckBox15 ' Me.CheckBox15.AutoSize = True Me.CheckBox15.Location = New System.Drawing.Point(9, 83) Me.CheckBox15.Name = "CheckBox15" Me.CheckBox15.Size = New System.Drawing.Size(87, 17) Me.CheckBox15.TabIndex = 16 Me.CheckBox15.Text = "CheckBox15" Me.CheckBox15.UseVisualStyleBackColor = True ' 'CheckBox14 ' Me.CheckBox14.AutoSize = True Me.CheckBox14.Location = New System.Drawing.Point(9, 106) Me.CheckBox14.Name = "CheckBox14" Me.CheckBox14.Size = New System.Drawing.Size(87, 17) Me.CheckBox14.TabIndex = 17 Me.CheckBox14.Text = "CheckBox14" Me.CheckBox14.UseVisualStyleBackColor = True ' 'CheckBox13 ' Me.CheckBox13.AutoSize = True Me.CheckBox13.Location = New System.Drawing.Point(9, 127) Me.CheckBox13.Name = "CheckBox13" Me.CheckBox13.Size = New System.Drawing.Size(87, 17) Me.CheckBox13.TabIndex = 18 Me.CheckBox13.Text = "CheckBox13" Me.CheckBox13.UseVisualStyleBackColor = True ' 'GBFact ' Me.GBFact.Controls.Add(Me.CheckBox21) Me.GBFact.Controls.Add(Me.CheckBox20) Me.GBFact.Controls.Add(Me.CheckBox19) Me.GBFact.Location = New System.Drawing.Point(343, 95) Me.GBFact.Name = "GBFact" Me.GBFact.Size = New System.Drawing.Size(127, 90) Me.GBFact.TabIndex = 6 Me.GBFact.TabStop = False Me.GBFact.Text = "Examens facultatifs : " Me.GBFact.Visible = False ' 'CheckBox21 ' Me.CheckBox21.AutoSize = True Me.CheckBox21.Location = New System.Drawing.Point(5, 19) Me.CheckBox21.Name = "CheckBox21" Me.CheckBox21.Size = New System.Drawing.Size(87, 17) Me.CheckBox21.TabIndex = 19 Me.CheckBox21.Text = "CheckBox21" Me.CheckBox21.UseVisualStyleBackColor = True ' 'CheckBox20 ' Me.CheckBox20.AutoSize = True Me.CheckBox20.Location = New System.Drawing.Point(5, 41) Me.CheckBox20.Name = "CheckBox20" Me.CheckBox20.Size = New System.Drawing.Size(87, 17) Me.CheckBox20.TabIndex = 20 Me.CheckBox20.Text = "CheckBox20" Me.CheckBox20.UseVisualStyleBackColor = True ' 'CheckBox19 ' Me.CheckBox19.AutoSize = True Me.CheckBox19.Location = New System.Drawing.Point(5, 62) Me.CheckBox19.Name = "CheckBox19" Me.CheckBox19.Size = New System.Drawing.Size(87, 17) Me.CheckBox19.TabIndex = 21 Me.CheckBox19.Text = "CheckBox19" Me.CheckBox19.UseVisualStyleBackColor = True ' 'CboRegion ' Me.CboRegion.FormattingEnabled = True Me.CboRegion.Location = New System.Drawing.Point(182, 33) Me.CboRegion.Name = "CboRegion" Me.CboRegion.Size = New System.Drawing.Size(104, 21) Me.CboRegion.TabIndex = 0 ' 'LblRegion ' Me.LblRegion.AutoSize = True Me.LblRegion.Location = New System.Drawing.Point(10, 36) Me.LblRegion.Name = "LblRegion" Me.LblRegion.Size = New System.Drawing.Size(164, 13) Me.LblRegion.TabIndex = 27 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(12, 294) Me.LblCaR.Name = "LblCaR" Me.LblCaR.Size = New System.Drawing.Size(273, 18) Me.LblCaR.TabIndex = 22 Me.LblCaR.Text = "Vous disposez d'une minute et 15 secondes restantes." Me.LblCaR.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'LblFac ' Me.LblFac.AutoSize = True Me.LblFac.Location = New System.Drawing.Point(9, 5) Me.LblFac.Name = "LblFac" Me.LblFac.Size = New System.Drawing.Size(253, 13) Me.LblFac.TabIndex = 29 Me.LblFac.Text = "Voulez-vous participer à des épreuves facultatives ?" ' 'PnlFac ' Me.PnlFac.Controls.Add(Me.RBno) Me.PnlFac.Controls.Add(Me.RBYes) Me.PnlFac.Controls.Add(Me.LblFac) Me.PnlFac.Location = New System.Drawing.Point(1, 58) Me.PnlFac.Name = "PnlFac" Me.PnlFac.Size = New System.Drawing.Size(469, 23) Me.PnlFac.TabIndex = 28 ' 'RBno ' Me.RBno.AutoSize = True Me.RBno.Location = New System.Drawing.Point(291, 3) Me.RBno.Name = "RBno" Me.RBno.Size = New System.Drawing.Size(45, 17) Me.RBno.TabIndex = 30 Me.RBno.TabStop = True Me.RBno.Text = "Non" Me.RBno.UseVisualStyleBackColor = True ' 'RBYes ' Me.RBYes.AutoSize = True Me.RBYes.Location = New System.Drawing.Point(347, 3) Me.RBYes.Name = "RBYes" Me.RBYes.Size = New System.Drawing.Size(41, 17) Me.RBYes.TabIndex = 31 Me.RBYes.TabStop = True Me.RBYes.Text = "Oui" Me.RBYes.UseVisualStyleBackColor = True ' 'CmdDelet ' Me.CmdDelet.Location = New System.Drawing.Point(10, 289) Me.CmdDelet.Name = "CmdDelet" Me.CmdDelet.Size = New System.Drawing.Size(121, 23) Me.CmdDelet.TabIndex = 23 Me.CmdDelet.Text = "Su&pprimer le candidat" Me.CmdDelet.UseVisualStyleBackColor = True Me.CmdDelet.Visible = False ' 'CmdPre ' Me.CmdPre.Location = New System.Drawing.Point(224, 289) Me.CmdPre.Name = "CmdPre" Me.CmdPre.Size = New System.Drawing.Size(75, 23) Me.CmdPre.TabIndex = 24 Me.CmdPre.Text = "< &Précédent" Me.CmdPre.UseVisualStyleBackColor = True Me.CmdPre.Visible = False ' 'LblBox ' Me.LblBox.Location = New System.Drawing.Point(344, 192) Me.LblBox.Name = "LblBox" Me.LblBox.Size = New System.Drawing.Size(126, 59) Me.LblBox.TabIndex = 34 ' 'LblWarn ' Me.LblWarn.Location = New System.Drawing.Point(344, 192) Me.LblWarn.Name = "LblWarn" Me.LblWarn.Size = New System.Drawing.Size(126, 59) Me.LblWarn.TabIndex = 35 ' 'FrmInput2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(482, 323) Me.ControlBox = False Me.Controls.Add(Me.LblWarn) Me.Controls.Add(Me.LblBox) Me.Controls.Add(Me.CboRegion) Me.Controls.Add(Me.PnlFac) Me.Controls.Add(Me.LblCaR) Me.Controls.Add(Me.LblRegion) 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.Controls.Add(Me.CmdDelet) Me.Controls.Add(Me.CmdPre) Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(488, 355) Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(488, 355) Me.Name = "FrmInput2" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Assistant inscription (3/4)" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.GBEcrit.ResumeLayout(False) Me.GBEcrit.PerformLayout() Me.GBOral.ResumeLayout(False) Me.GBOral.PerformLayout() Me.GBFact.ResumeLayout(False) Me.GBFact.PerformLayout() Me.PnlFac.ResumeLayout(False) Me.PnlFac.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 CboRegion 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 LblFac As System.Windows.Forms.Label Friend WithEvents PnlFac As System.Windows.Forms.Panel Friend WithEvents RBno As System.Windows.Forms.RadioButton Friend WithEvents RBYes As System.Windows.Forms.RadioButton Friend WithEvents CmdDelet As System.Windows.Forms.Button Friend WithEvents CmdPre As System.Windows.Forms.Button Friend WithEvents CheckBox12 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox11 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox10 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox9 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox8 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox7 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox6 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox5 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox18 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox17 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox16 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox15 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox14 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox13 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox21 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox20 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox19 As System.Windows.Forms.CheckBox Friend WithEvents LblBox As System.Windows.Forms.Label Friend WithEvents LblWarn As System.Windows.Forms.Label End Class