_ Partial Class FrmBilan 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(FrmBilan)) Me.CBNP = New System.Windows.Forms.ComboBox Me.RBNP = New System.Windows.Forms.RadioButton Me.TxtId = New System.Windows.Forms.TextBox Me.RBId = New System.Windows.Forms.RadioButton Me.Lbl4 = New System.Windows.Forms.Label Me.ComboBox1 = New System.Windows.Forms.ComboBox Me.ListBox1 = New System.Windows.Forms.ListBox Me.ListBox2 = New System.Windows.Forms.ListBox Me.ListBox3 = New System.Windows.Forms.ListBox Me.ListBox4 = New System.Windows.Forms.ListBox Me.CmdClose = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.CmdAff = New System.Windows.Forms.Button Me.GrBInd = New System.Windows.Forms.GroupBox Me.GroupBox2 = New System.Windows.Forms.GroupBox Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.PictureBox2 = New System.Windows.Forms.PictureBox CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GrBInd.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'CBNP ' Me.CBNP.FormattingEnabled = True Me.CBNP.Location = New System.Drawing.Point(40, 89) Me.CBNP.Name = "CBNP" Me.CBNP.Size = New System.Drawing.Size(225, 21) Me.CBNP.TabIndex = 38 ' 'RBNP ' Me.RBNP.AutoSize = True Me.RBNP.BackColor = System.Drawing.SystemColors.Control Me.RBNP.Location = New System.Drawing.Point(23, 66) Me.RBNP.Name = "RBNP" Me.RBNP.Size = New System.Drawing.Size(223, 17) Me.RBNP.TabIndex = 37 Me.RBNP.TabStop = True Me.RBNP.Text = "En sélectionnant son nom et son prénom :" Me.RBNP.UseVisualStyleBackColor = False ' 'TxtId ' Me.TxtId.Location = New System.Drawing.Point(192, 41) Me.TxtId.Name = "TxtId" Me.TxtId.Size = New System.Drawing.Size(73, 20) Me.TxtId.TabIndex = 36 ' 'RBId ' Me.RBId.AutoSize = True Me.RBId.BackColor = System.Drawing.SystemColors.Control Me.RBId.Location = New System.Drawing.Point(23, 42) Me.RBId.Name = "RBId" Me.RBId.Size = New System.Drawing.Size(142, 17) Me.RBId.TabIndex = 35 Me.RBId.TabStop = True Me.RBId.Text = "En entrant son identifiant" Me.RBId.UseVisualStyleBackColor = False ' 'Lbl4 ' Me.Lbl4.AutoSize = True Me.Lbl4.BackColor = System.Drawing.SystemColors.Control Me.Lbl4.Location = New System.Drawing.Point(6, 16) Me.Lbl4.Name = "Lbl4" Me.Lbl4.Size = New System.Drawing.Size(208, 13) Me.Lbl4.TabIndex = 34 Me.Lbl4.Text = "Comment voulez-vous choisir le candidat ?" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(6, 19) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 21) Me.ComboBox1.TabIndex = 39 ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(6, 46) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(114, 56) Me.ListBox1.TabIndex = 40 ' 'ListBox2 ' Me.ListBox2.FormattingEnabled = True Me.ListBox2.Location = New System.Drawing.Point(126, 46) Me.ListBox2.Name = "ListBox2" Me.ListBox2.Size = New System.Drawing.Size(103, 56) Me.ListBox2.TabIndex = 41 ' 'ListBox3 ' Me.ListBox3.FormattingEnabled = True Me.ListBox3.Location = New System.Drawing.Point(235, 46) Me.ListBox3.Name = "ListBox3" Me.ListBox3.Size = New System.Drawing.Size(121, 56) Me.ListBox3.TabIndex = 42 ' 'ListBox4 ' Me.ListBox4.FormattingEnabled = True Me.ListBox4.Location = New System.Drawing.Point(6, 19) Me.ListBox4.Name = "ListBox4" Me.ListBox4.Size = New System.Drawing.Size(350, 69) Me.ListBox4.TabIndex = 43 ' 'CmdClose ' Me.CmdClose.Location = New System.Drawing.Point(325, 388) Me.CmdClose.Name = "CmdClose" Me.CmdClose.Size = New System.Drawing.Size(75, 23) Me.CmdClose.TabIndex = 44 Me.CmdClose.Text = "Fermer" Me.CmdClose.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(0, 372) Me.PictureBox1.MaximumSize = New System.Drawing.Size(0, 2) Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(0, 2) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 45 Me.PictureBox1.TabStop = False ' 'CmdAff ' Me.CmdAff.Location = New System.Drawing.Point(298, 60) Me.CmdAff.Name = "CmdAff" Me.CmdAff.Size = New System.Drawing.Size(75, 23) Me.CmdAff.TabIndex = 46 Me.CmdAff.Text = "Afficher" Me.CmdAff.UseVisualStyleBackColor = True ' 'GrBInd ' Me.GrBInd.Controls.Add(Me.CmdAff) Me.GrBInd.Controls.Add(Me.Lbl4) Me.GrBInd.Controls.Add(Me.RBId) Me.GrBInd.Controls.Add(Me.TxtId) Me.GrBInd.Controls.Add(Me.RBNP) Me.GrBInd.Controls.Add(Me.CBNP) Me.GrBInd.Location = New System.Drawing.Point(12, 12) Me.GrBInd.Name = "GrBInd" Me.GrBInd.Size = New System.Drawing.Size(379, 122) Me.GrBInd.TabIndex = 47 Me.GrBInd.TabStop = False Me.GrBInd.Text = "Bilan Individuel : " ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.ListBox1) Me.GroupBox2.Controls.Add(Me.ComboBox1) Me.GroupBox2.Controls.Add(Me.ListBox2) Me.GroupBox2.Controls.Add(Me.ListBox3) Me.GroupBox2.Location = New System.Drawing.Point(12, 140) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(379, 111) Me.GroupBox2.TabIndex = 48 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Inscriptions par matière : " ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.ListBox4) Me.GroupBox1.Location = New System.Drawing.Point(12, 268) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(379, 97) Me.GroupBox1.TabIndex = 49 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Inscriptions supprimées : " ' 'PictureBox2 ' Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(-1, 371) Me.PictureBox2.MaximumSize = New System.Drawing.Size(495, 2) Me.PictureBox2.MinimumSize = New System.Drawing.Size(0, 2) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(413, 2) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 50 Me.PictureBox2.TabStop = False ' 'FrmBilan ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(412, 423) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.CmdClose) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.GrBInd) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Name = "FrmBilan" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "FrmBilan" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.GrBInd.ResumeLayout(False) Me.GrBInd.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents CBNP As System.Windows.Forms.ComboBox Friend WithEvents RBNP As System.Windows.Forms.RadioButton Friend WithEvents TxtId As System.Windows.Forms.TextBox Friend WithEvents RBId As System.Windows.Forms.RadioButton Friend WithEvents Lbl4 As System.Windows.Forms.Label Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents ListBox2 As System.Windows.Forms.ListBox Friend WithEvents ListBox3 As System.Windows.Forms.ListBox Friend WithEvents ListBox4 As System.Windows.Forms.ListBox Friend WithEvents CmdClose As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents CmdAff As System.Windows.Forms.Button Friend WithEvents GrBInd As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox End Class