Candidate-7-Pro/FrmBilan.Designer.vb
2021-09-10 01:19:48 +02:00

354 lines
14 KiB
VB.net
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmBilan
Inherits System.Windows.Forms.Form
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
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.CboMat = New System.Windows.Forms.ComboBox
Me.LstRegion = New System.Windows.Forms.ListBox
Me.LstNP = New System.Windows.Forms.ListBox
Me.LstEtat = New System.Windows.Forms.ListBox
Me.LstSupp = 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.TabControl1 = New System.Windows.Forms.TabControl
Me.TabPage1 = New System.Windows.Forms.TabPage
Me.TabPage2 = New System.Windows.Forms.TabPage
Me.TabPage3 = New System.Windows.Forms.TabPage
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
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.SuspendLayout()
'
'CBNP
'
Me.CBNP.FormattingEnabled = True
Me.CBNP.Location = New System.Drawing.Point(42, 77)
Me.CBNP.Name = "CBNP"
Me.CBNP.Size = New System.Drawing.Size(210, 21)
Me.CBNP.TabIndex = 38
'
'RBNP
'
Me.RBNP.AutoSize = True
Me.RBNP.BackColor = System.Drawing.SystemColors.Control
Me.RBNP.Location = New System.Drawing.Point(25, 54)
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(179, 28)
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(25, 29)
Me.RBId.Name = "RBId"
Me.RBId.Size = New System.Drawing.Size(148, 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(8, 3)
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 ?"
'
'CboMat
'
Me.CboMat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CboMat.FormattingEnabled = True
Me.CboMat.Location = New System.Drawing.Point(196, 6)
Me.CboMat.Name = "CboMat"
Me.CboMat.Size = New System.Drawing.Size(121, 21)
Me.CboMat.TabIndex = 39
'
'LstRegion
'
Me.LstRegion.FormattingEnabled = True
Me.LstRegion.Location = New System.Drawing.Point(6, 33)
Me.LstRegion.Name = "LstRegion"
Me.LstRegion.Size = New System.Drawing.Size(114, 56)
Me.LstRegion.TabIndex = 40
'
'LstNP
'
Me.LstNP.FormattingEnabled = True
Me.LstNP.Location = New System.Drawing.Point(126, 33)
Me.LstNP.Name = "LstNP"
Me.LstNP.Size = New System.Drawing.Size(103, 56)
Me.LstNP.TabIndex = 41
'
'LstEtat
'
Me.LstEtat.FormattingEnabled = True
Me.LstEtat.Location = New System.Drawing.Point(235, 33)
Me.LstEtat.Name = "LstEtat"
Me.LstEtat.Size = New System.Drawing.Size(105, 56)
Me.LstEtat.TabIndex = 42
'
'LstSupp
'
Me.LstSupp.FormattingEnabled = True
Me.LstSupp.Location = New System.Drawing.Point(8, 19)
Me.LstSupp.Name = "LstSupp"
Me.LstSupp.Size = New System.Drawing.Size(313, 69)
Me.LstSupp.TabIndex = 43
'
'CmdClose
'
Me.CmdClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CmdClose.Location = New System.Drawing.Point(269, 302)
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(11, 104)
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
'
'TabControl1
'
Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Controls.Add(Me.TabPage3)
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(357, 296)
Me.TabControl1.TabIndex = 51
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.LBexam)
Me.TabPage1.Controls.Add(Me.Lbl2)
Me.TabPage1.Controls.Add(Me.Lbl1)
Me.TabPage1.Controls.Add(Me.LblAge)
Me.TabPage1.Controls.Add(Me.LblCPV)
Me.TabPage1.Controls.Add(Me.LblAdrss)
Me.TabPage1.Controls.Add(Me.LblNP)
Me.TabPage1.Controls.Add(Me.CmdAff)
Me.TabPage1.Controls.Add(Me.Lbl4)
Me.TabPage1.Controls.Add(Me.RBId)
Me.TabPage1.Controls.Add(Me.CBNP)
Me.TabPage1.Controls.Add(Me.TxtId)
Me.TabPage1.Controls.Add(Me.RBNP)
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(349, 270)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Bilan Individuel"
Me.TabPage1.UseVisualStyleBackColor = True
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.LstRegion)
Me.TabPage2.Controls.Add(Me.CboMat)
Me.TabPage2.Controls.Add(Me.LstNP)
Me.TabPage2.Controls.Add(Me.LstEtat)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(349, 270)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Inscription par matière"
Me.TabPage2.UseVisualStyleBackColor = True
'
'TabPage3
'
Me.TabPage3.Controls.Add(Me.LstSupp)
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage3.Size = New System.Drawing.Size(349, 270)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "Inscription supprimées."
Me.TabPage3.UseVisualStyleBackColor = True
'
'LBexam
'
Me.LBexam.FormattingEnabled = True
Me.LBexam.Location = New System.Drawing.Point(193, 157)
Me.LBexam.Name = "LBexam"
Me.LBexam.Size = New System.Drawing.Size(148, 108)
Me.LBexam.TabIndex = 53
'
'Lbl2
'
Me.Lbl2.AutoSize = True
Me.Lbl2.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Lbl2.Location = New System.Drawing.Point(176, 141)
Me.Lbl2.Name = "Lbl2"
Me.Lbl2.Size = New System.Drawing.Size(56, 13)
Me.Lbl2.TabIndex = 52
Me.Lbl2.Text = "Examens :"
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.Location = New System.Drawing.Point(8, 141)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(55, 13)
Me.Lbl1.TabIndex = 47
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(22, 236)
Me.LblAge.Name = "LblAge"
Me.LblAge.Size = New System.Drawing.Size(142, 14)
Me.LblAge.TabIndex = 51
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(22, 216)
Me.LblCPV.Name = "LblCPV"
Me.LblCPV.Size = New System.Drawing.Size(100, 14)
Me.LblCPV.TabIndex = 50
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(22, 196)
Me.LblAdrss.Name = "LblAdrss"
Me.LblAdrss.Size = New System.Drawing.Size(50, 14)
Me.LblAdrss.TabIndex = 49
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(22, 176)
Me.LblNP.Name = "LblNP"
Me.LblNP.Size = New System.Drawing.Size(82, 14)
Me.LblNP.TabIndex = 48
Me.LblNP.Text = "Nom, Prénom"
'
'FrmBilan
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(356, 337)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.CmdClose)
Me.Controls.Add(Me.TabControl1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Name = "FrmBilan"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Bilans"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
Me.TabPage2.ResumeLayout(False)
Me.TabPage3.ResumeLayout(False)
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 CboMat As System.Windows.Forms.ComboBox
Friend WithEvents LstRegion As System.Windows.Forms.ListBox
Friend WithEvents LstNP As System.Windows.Forms.ListBox
Friend WithEvents LstEtat As System.Windows.Forms.ListBox
Friend WithEvents LstSupp 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 TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
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
End Class