_ Partial Class FrmBilanSupp 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(FrmBilanSupp)) Me.LstSupp = New System.Windows.Forms.ListBox Me.CmdAnnul = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.CmdBI = New System.Windows.Forms.Button Me.CmdBM = New System.Windows.Forms.Button CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'LstSupp ' Me.LstSupp.FormattingEnabled = True Me.LstSupp.Location = New System.Drawing.Point(12, 12) Me.LstSupp.Name = "LstSupp" Me.LstSupp.Size = New System.Drawing.Size(351, 69) Me.LstSupp.TabIndex = 0 ' 'CmdAnnul ' Me.CmdAnnul.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CmdAnnul.Location = New System.Drawing.Point(285, 112) Me.CmdAnnul.Name = "CmdAnnul" Me.CmdAnnul.Size = New System.Drawing.Size(75, 23) Me.CmdAnnul.TabIndex = 1 Me.CmdAnnul.Text = "Fermer" Me.CmdAnnul.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(-2, 97) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox1.MaximumSize = New System.Drawing.Size(800, 2) Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(374, 2) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 72 Me.PictureBox1.TabStop = False ' 'CmdBI ' Me.CmdBI.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.CmdBI.Location = New System.Drawing.Point(12, 112) Me.CmdBI.Name = "CmdBI" Me.CmdBI.Size = New System.Drawing.Size(75, 23) Me.CmdBI.TabIndex = 2 Me.CmdBI.Text = "&Individuel" Me.CmdBI.UseVisualStyleBackColor = True ' 'CmdBM ' Me.CmdBM.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.CmdBM.Location = New System.Drawing.Point(93, 112) 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 ' 'FrmBilanSupp ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(372, 147) Me.Controls.Add(Me.CmdBI) Me.Controls.Add(Me.CmdBM) Me.Controls.Add(Me.CmdAnnul) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.LstSupp) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.Name = "FrmBilanSupp" Me.ShowIcon = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Bilan des candidats supprimés" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents LstSupp As System.Windows.Forms.ListBox Friend WithEvents CmdAnnul As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents CmdBI As System.Windows.Forms.Button Friend WithEvents CmdBM As System.Windows.Forms.Button End Class