Candidate-7-Pro/FrmBilanSelect.Designer.vb

153 lines
7.4 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 FrmBilanSelect
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(FrmBilanSelect))
Me.CmdBS = New System.Windows.Forms.Button
Me.CmdBM = New System.Windows.Forms.Button
Me.CmdBI = New System.Windows.Forms.Button
Me.LblInfo = New System.Windows.Forms.Label
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.CmdQuit = New System.Windows.Forms.Button
Me.CmdReturn = New System.Windows.Forms.Button
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'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(203, 89)
Me.CmdBS.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.CmdBS.Name = "CmdBS"
Me.CmdBS.Size = New System.Drawing.Size(88, 25)
Me.CmdBS.TabIndex = 5
Me.CmdBS.Text = "&Supprimés"
Me.CmdBS.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(108, 89)
Me.CmdBM.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.CmdBM.Name = "CmdBM"
Me.CmdBM.Size = New System.Drawing.Size(88, 25)
Me.CmdBM.TabIndex = 4
Me.CmdBM.Text = "Par &matière"
Me.CmdBM.UseVisualStyleBackColor = True
'
'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(14, 89)
Me.CmdBI.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.CmdBI.Name = "CmdBI"
Me.CmdBI.Size = New System.Drawing.Size(88, 25)
Me.CmdBI.TabIndex = 3
Me.CmdBI.Text = "&Individuel"
Me.CmdBI.UseVisualStyleBackColor = True
'
'LblInfo
'
Me.LblInfo.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LblInfo.Location = New System.Drawing.Point(69, 9)
Me.LblInfo.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.LblInfo.Name = "LblInfo"
Me.LblInfo.Size = New System.Drawing.Size(433, 62)
Me.LblInfo.TabIndex = 0
Me.LblInfo.Text = "Avant de fermer les inscriptions, vous pouvez afficher un bilan individuel pour u" & _
"n candidat, un bilan par matière, et un bilan des candidats supprimés." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Que voul" & _
"ez-vous faire ?" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(14, 13)
Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(41, 38)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
Me.PictureBox1.TabIndex = 5
Me.PictureBox1.TabStop = False
'
'CmdQuit
'
Me.CmdQuit.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CmdQuit.Location = New System.Drawing.Point(315, 89)
Me.CmdQuit.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.CmdQuit.Name = "CmdQuit"
Me.CmdQuit.Size = New System.Drawing.Size(88, 25)
Me.CmdQuit.TabIndex = 2
Me.CmdQuit.Text = "&Quitter"
Me.CmdQuit.UseVisualStyleBackColor = True
'
'CmdReturn
'
Me.CmdReturn.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CmdReturn.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.CmdReturn.Location = New System.Drawing.Point(410, 89)
Me.CmdReturn.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
Me.CmdReturn.Name = "CmdReturn"
Me.CmdReturn.Size = New System.Drawing.Size(88, 25)
Me.CmdReturn.TabIndex = 1
Me.CmdReturn.Text = "&Retour"
Me.CmdReturn.UseVisualStyleBackColor = True
'
'FrmBilanSelect
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 14.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.ClientSize = New System.Drawing.Size(511, 126)
Me.Controls.Add(Me.CmdReturn)
Me.Controls.Add(Me.CmdQuit)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.LblInfo)
Me.Controls.Add(Me.CmdBI)
Me.Controls.Add(Me.CmdBM)
Me.Controls.Add(Me.CmdBS)
Me.Font = New System.Drawing.Font("Tahoma", 9.0!, 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, 3, 4, 3)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmBilanSelect"
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Afficher des bilans"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents CmdBS As System.Windows.Forms.Button
Friend WithEvents CmdBM As System.Windows.Forms.Button
Friend WithEvents CmdBI As System.Windows.Forms.Button
Friend WithEvents LblInfo As System.Windows.Forms.Label
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents CmdQuit As System.Windows.Forms.Button
Friend WithEvents CmdReturn As System.Windows.Forms.Button
End Class