_ Partial Class FrmBilanSelect 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmBilanSelect)) Me.CmdBS = New System.Windows.Forms.Button Me.CmdBM = New System.Windows.Forms.Button Me.CmdBI = New System.Windows.Forms.Button Me.LblInfo = New System.Windows.Forms.Label Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.CmdQuit = New System.Windows.Forms.Button Me.CmdReturn = New System.Windows.Forms.Button CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'CmdBS ' Me.CmdBS.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CmdBS.Location = New System.Drawing.Point(351, 70) Me.CmdBS.Name = "CmdBS" Me.CmdBS.Size = New System.Drawing.Size(75, 23) Me.CmdBS.TabIndex = 2 Me.CmdBS.Text = "&Supprimés" Me.CmdBS.UseVisualStyleBackColor = True ' 'CmdBM ' Me.CmdBM.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CmdBM.Location = New System.Drawing.Point(270, 70) Me.CmdBM.Name = "CmdBM" Me.CmdBM.Size = New System.Drawing.Size(75, 23) Me.CmdBM.TabIndex = 3 Me.CmdBM.Text = "Par &matière" Me.CmdBM.UseVisualStyleBackColor = True ' 'CmdBI ' Me.CmdBI.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CmdBI.Location = New System.Drawing.Point(189, 70) Me.CmdBI.Name = "CmdBI" Me.CmdBI.Size = New System.Drawing.Size(75, 23) Me.CmdBI.TabIndex = 4 Me.CmdBI.Text = "&Individuel" Me.CmdBI.UseVisualStyleBackColor = True ' 'LblInfo ' Me.LblInfo.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LblInfo.Location = New System.Drawing.Point(59, 9) Me.LblInfo.Name = "LblInfo" Me.LblInfo.Size = New System.Drawing.Size(371, 58) Me.LblInfo.TabIndex = 5 Me.LblInfo.Text = "Avant de fermer les inscriptions, vous pouvez afficher un bilan individuel pour u" & _ "n candidat, un bilan par matière, et un bilan des candidats supprimés." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Que voul" & _ "ez-vous faire ?" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(12, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(41, 38) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize Me.PictureBox1.TabIndex = 5 Me.PictureBox1.TabStop = False ' 'CmdQuit ' Me.CmdQuit.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.CmdQuit.Location = New System.Drawing.Point(93, 70) Me.CmdQuit.Name = "CmdQuit" Me.CmdQuit.Size = New System.Drawing.Size(75, 23) Me.CmdQuit.TabIndex = 7 Me.CmdQuit.Text = "&Quitter" Me.CmdQuit.UseVisualStyleBackColor = True ' 'CmdReturn ' Me.CmdReturn.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.CmdReturn.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.CmdReturn.Location = New System.Drawing.Point(12, 70) Me.CmdReturn.Name = "CmdReturn" Me.CmdReturn.Size = New System.Drawing.Size(75, 23) Me.CmdReturn.TabIndex = 8 Me.CmdReturn.Text = "&Retour" Me.CmdReturn.UseVisualStyleBackColor = True ' 'FrmBilanSelect ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.ClientSize = New System.Drawing.Size(438, 105) Me.Controls.Add(Me.CmdReturn) Me.Controls.Add(Me.CmdQuit) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.LblInfo) Me.Controls.Add(Me.CmdBI) Me.Controls.Add(Me.CmdBM) Me.Controls.Add(Me.CmdBS) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "FrmBilanSelect" Me.ShowIcon = False Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Afficher des bilans" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents CmdBS As System.Windows.Forms.Button Friend WithEvents CmdBM As System.Windows.Forms.Button Friend WithEvents CmdBI As System.Windows.Forms.Button Friend WithEvents LblInfo As System.Windows.Forms.Label Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents CmdQuit As System.Windows.Forms.Button Friend WithEvents CmdReturn As System.Windows.Forms.Button End Class