_ Partial Class FrmBilanID 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(FrmBilanID)) Me.LBexam = New System.Windows.Forms.ListBox Me.Lbl2 = New System.Windows.Forms.Label Me.Lbl1 = New System.Windows.Forms.Label Me.LblAge = New System.Windows.Forms.Label Me.LblCPV = New System.Windows.Forms.Label Me.LblAdrss = New System.Windows.Forms.Label Me.LblNP = New System.Windows.Forms.Label Me.CmdAff = New System.Windows.Forms.Button Me.Lbl4 = New System.Windows.Forms.Label Me.RBId = New System.Windows.Forms.RadioButton Me.CBNP = New System.Windows.Forms.ComboBox Me.TxtId = New System.Windows.Forms.TextBox Me.RBNP = New System.Windows.Forms.RadioButton Me.CmdAnnul = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.PictureBox2 = New System.Windows.Forms.PictureBox Me.CmdBM = New System.Windows.Forms.Button Me.CmdBS = New System.Windows.Forms.Button CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'LBexam ' Me.LBexam.FormattingEnabled = True Me.LBexam.Location = New System.Drawing.Point(194, 31) Me.LBexam.Name = "LBexam" Me.LBexam.Size = New System.Drawing.Size(132, 108) Me.LBexam.TabIndex = 6 ' 'Lbl2 ' Me.Lbl2.AutoSize = True Me.Lbl2.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Lbl2.Location = New System.Drawing.Point(177, 15) Me.Lbl2.Name = "Lbl2" Me.Lbl2.Size = New System.Drawing.Size(56, 13) Me.Lbl2.TabIndex = 5 Me.Lbl2.Text = "Examens :" ' 'Lbl1 ' Me.Lbl1.AutoSize = True Me.Lbl1.Location = New System.Drawing.Point(6, 16) Me.Lbl1.Name = "Lbl1" Me.Lbl1.Size = New System.Drawing.Size(55, 13) Me.Lbl1.TabIndex = 0 Me.Lbl1.Text = "Candidat :" ' 'LblAge ' Me.LblAge.AutoSize = True Me.LblAge.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblAge.Location = New System.Drawing.Point(20, 111) Me.LblAge.Name = "LblAge" Me.LblAge.Size = New System.Drawing.Size(142, 14) Me.LblAge.TabIndex = 4 Me.LblAge.Text = "Date de naissance (Age)" ' 'LblCPV ' Me.LblCPV.AutoSize = True Me.LblCPV.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblCPV.Location = New System.Drawing.Point(20, 91) Me.LblCPV.Name = "LblCPV" Me.LblCPV.Size = New System.Drawing.Size(100, 14) Me.LblCPV.TabIndex = 3 Me.LblCPV.Text = "Code postal, Ville" ' 'LblAdrss ' Me.LblAdrss.AutoSize = True Me.LblAdrss.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblAdrss.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.LblAdrss.Location = New System.Drawing.Point(20, 71) Me.LblAdrss.Name = "LblAdrss" Me.LblAdrss.Size = New System.Drawing.Size(50, 14) Me.LblAdrss.TabIndex = 2 Me.LblAdrss.Text = "Adresse" ' 'LblNP ' Me.LblNP.AutoSize = True Me.LblNP.Font = New System.Drawing.Font("Tahoma", 9.0!) Me.LblNP.Location = New System.Drawing.Point(20, 51) Me.LblNP.Name = "LblNP" Me.LblNP.Size = New System.Drawing.Size(82, 14) Me.LblNP.TabIndex = 1 Me.LblNP.Text = "Nom, Prénom" ' 'CmdAff ' Me.CmdAff.Location = New System.Drawing.Point(15, 118) Me.CmdAff.Name = "CmdAff" Me.CmdAff.Size = New System.Drawing.Size(75, 23) Me.CmdAff.TabIndex = 4 Me.CmdAff.Text = "Afficher" Me.CmdAff.UseVisualStyleBackColor = True ' 'Lbl4 ' Me.Lbl4.AutoSize = True Me.Lbl4.BackColor = System.Drawing.SystemColors.Control Me.Lbl4.Location = New System.Drawing.Point(12, 9) Me.Lbl4.Name = "Lbl4" Me.Lbl4.Size = New System.Drawing.Size(208, 13) Me.Lbl4.TabIndex = 9 Me.Lbl4.Text = "Comment voulez-vous choisir le candidat ?" ' 'RBId ' Me.RBId.AutoSize = True Me.RBId.BackColor = System.Drawing.SystemColors.Control Me.RBId.Location = New System.Drawing.Point(29, 35) Me.RBId.Name = "RBId" Me.RBId.Size = New System.Drawing.Size(148, 17) Me.RBId.TabIndex = 0 Me.RBId.TabStop = True Me.RBId.Text = "En entrant son identifiant :" Me.RBId.UseVisualStyleBackColor = False ' 'CBNP ' Me.CBNP.FormattingEnabled = True Me.CBNP.Location = New System.Drawing.Point(46, 83) Me.CBNP.Name = "CBNP" Me.CBNP.Size = New System.Drawing.Size(210, 21) Me.CBNP.TabIndex = 3 ' 'TxtId ' Me.TxtId.Location = New System.Drawing.Point(183, 34) Me.TxtId.Name = "TxtId" Me.TxtId.Size = New System.Drawing.Size(73, 20) Me.TxtId.TabIndex = 1 ' 'RBNP ' Me.RBNP.AutoSize = True Me.RBNP.BackColor = System.Drawing.SystemColors.Control Me.RBNP.Location = New System.Drawing.Point(29, 60) Me.RBNP.Name = "RBNP" Me.RBNP.Size = New System.Drawing.Size(223, 17) Me.RBNP.TabIndex = 2 Me.RBNP.TabStop = True Me.RBNP.Text = "En sélectionnant son nom et son prénom :" Me.RBNP.UseVisualStyleBackColor = False ' '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(268, 312) Me.CmdAnnul.Name = "CmdAnnul" Me.CmdAnnul.Size = New System.Drawing.Size(75, 23) Me.CmdAnnul.TabIndex = 6 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(-1, 298) 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(356, 2) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 68 Me.PictureBox1.TabStop = False ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Lbl1) Me.GroupBox1.Controls.Add(Me.LblNP) Me.GroupBox1.Controls.Add(Me.LBexam) Me.GroupBox1.Controls.Add(Me.LblAdrss) Me.GroupBox1.Controls.Add(Me.Lbl2) Me.GroupBox1.Controls.Add(Me.LblCPV) Me.GroupBox1.Controls.Add(Me.LblAge) Me.GroupBox1.Location = New System.Drawing.Point(13, 147) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(332, 146) Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Informations : " ' 'PictureBox2 ' Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(15, 111) Me.PictureBox2.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox2.MaximumSize = New System.Drawing.Size(800, 2) Me.PictureBox2.MinimumSize = New System.Drawing.Size(0, 2) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(328, 2) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 68 Me.PictureBox2.TabStop = False ' '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(12, 312) Me.CmdBM.Name = "CmdBM" Me.CmdBM.Size = New System.Drawing.Size(75, 23) Me.CmdBM.TabIndex = 7 Me.CmdBM.Text = "Par &matière" Me.CmdBM.UseVisualStyleBackColor = True ' 'CmdBS ' Me.CmdBS.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.CmdBS.Location = New System.Drawing.Point(93, 312) Me.CmdBS.Name = "CmdBS" Me.CmdBS.Size = New System.Drawing.Size(75, 23) Me.CmdBS.TabIndex = 8 Me.CmdBS.Text = "&Supprimés" Me.CmdBS.UseVisualStyleBackColor = True ' 'FrmBilanID ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(355, 347) Me.Controls.Add(Me.CmdBM) Me.Controls.Add(Me.CmdBS) Me.Controls.Add(Me.CmdAnnul) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.CmdAff) Me.Controls.Add(Me.Lbl4) Me.Controls.Add(Me.RBId) Me.Controls.Add(Me.CBNP) Me.Controls.Add(Me.TxtId) Me.Controls.Add(Me.RBNP) Me.Controls.Add(Me.GroupBox1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.Name = "FrmBilanID" Me.ShowIcon = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Bilan individuel" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents LBexam As System.Windows.Forms.ListBox Friend WithEvents Lbl2 As System.Windows.Forms.Label Friend WithEvents Lbl1 As System.Windows.Forms.Label Friend WithEvents LblAge As System.Windows.Forms.Label Friend WithEvents LblCPV As System.Windows.Forms.Label Friend WithEvents LblAdrss As System.Windows.Forms.Label Friend WithEvents LblNP As System.Windows.Forms.Label Friend WithEvents CmdAff As System.Windows.Forms.Button Friend WithEvents Lbl4 As System.Windows.Forms.Label Friend WithEvents RBId As System.Windows.Forms.RadioButton Friend WithEvents CBNP As System.Windows.Forms.ComboBox Friend WithEvents TxtId As System.Windows.Forms.TextBox Friend WithEvents RBNP As System.Windows.Forms.RadioButton Friend WithEvents CmdAnnul As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents CmdBM As System.Windows.Forms.Button Friend WithEvents CmdBS As System.Windows.Forms.Button End Class