Candidate-7-Pro/FrmBilanID.Designer.vb

309 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 FrmBilanID
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(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.CmdBM = New System.Windows.Forms.Button
Me.CmdBS = New System.Windows.Forms.Button
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'LBexam
'
Me.LBexam.FormattingEnabled = True
Me.LBexam.ItemHeight = 18
Me.LBexam.Location = New System.Drawing.Point(259, 43)
Me.LBexam.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.LBexam.Name = "LBexam"
Me.LBexam.Size = New System.Drawing.Size(175, 148)
Me.LBexam.TabIndex = 6
'
'Lbl2
'
Me.Lbl2.AutoSize = True
Me.Lbl2.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.Lbl2.Location = New System.Drawing.Point(236, 21)
Me.Lbl2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Lbl2.Name = "Lbl2"
Me.Lbl2.Size = New System.Drawing.Size(78, 18)
Me.Lbl2.TabIndex = 5
Me.Lbl2.Text = "Examens :"
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.Location = New System.Drawing.Point(8, 22)
Me.Lbl1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(74, 18)
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(27, 154)
Me.LblAge.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
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(27, 126)
Me.LblCPV.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
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(27, 98)
Me.LblAdrss.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
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(27, 71)
Me.LblNP.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
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(349, 44)
Me.CmdAff.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.CmdAff.Name = "CmdAff"
Me.CmdAff.Size = New System.Drawing.Size(100, 32)
Me.CmdAff.TabIndex = 2
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(16, 12)
Me.Lbl4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.Lbl4.Name = "Lbl4"
Me.Lbl4.Size = New System.Drawing.Size(284, 18)
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(39, 48)
Me.RBId.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.RBId.Name = "RBId"
Me.RBId.Size = New System.Drawing.Size(198, 22)
Me.RBId.TabIndex = 0
Me.RBId.TabStop = True
Me.RBId.Text = "En entrant son identifiant :"
Me.RBId.UseVisualStyleBackColor = False
'
'CBNP
'
Me.CBNP.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.CBNP.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.CBNP.FormattingEnabled = True
Me.CBNP.Location = New System.Drawing.Point(61, 115)
Me.CBNP.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.CBNP.Name = "CBNP"
Me.CBNP.Size = New System.Drawing.Size(279, 26)
Me.CBNP.TabIndex = 4
'
'TxtId
'
Me.TxtId.Location = New System.Drawing.Point(244, 47)
Me.TxtId.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.TxtId.MaxLength = 5
Me.TxtId.Name = "TxtId"
Me.TxtId.Size = New System.Drawing.Size(96, 26)
Me.TxtId.TabIndex = 1
'
'RBNP
'
Me.RBNP.AutoSize = True
Me.RBNP.BackColor = System.Drawing.SystemColors.Control
Me.RBNP.Location = New System.Drawing.Point(39, 83)
Me.RBNP.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.RBNP.Name = "RBNP"
Me.RBNP.Size = New System.Drawing.Size(304, 22)
Me.RBNP.TabIndex = 3
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(360, 388)
Me.CmdAnnul.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(100, 32)
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, 368)
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(0)
Me.PictureBox1.MaximumSize = New System.Drawing.Size(1067, 3)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 3)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(477, 3)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 68
Me.PictureBox1.TabStop = False
'
'GroupBox1
'
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
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(16, 152)
Me.GroupBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.GroupBox1.Size = New System.Drawing.Size(444, 202)
Me.GroupBox1.TabIndex = 5
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Informations : "
'
'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(132, 388)
Me.CmdBM.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.CmdBM.Name = "CmdBM"
Me.CmdBM.Size = New System.Drawing.Size(108, 32)
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(16, 388)
Me.CmdBS.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.CmdBS.Name = "CmdBS"
Me.CmdBS.Size = New System.Drawing.Size(108, 32)
Me.CmdBS.TabIndex = 8
Me.CmdBS.Text = "< &Supprimés"
Me.CmdBS.UseVisualStyleBackColor = True
'
'FrmBilanID
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 18.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(476, 436)
Me.Controls.Add(Me.CmdBM)
Me.Controls.Add(Me.CmdBS)
Me.Controls.Add(Me.CmdAnnul)
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.Font = New System.Drawing.Font("Tahoma", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
Me.MaximizeBox = False
Me.Name = "FrmBilanID"
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()
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 CmdBM As System.Windows.Forms.Button
Friend WithEvents CmdBS As System.Windows.Forms.Button
End Class