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

234 lines
12 KiB
VB.net
Raw 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 FrmAccueil
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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmAccueil))
Me.CmdQuit = New System.Windows.Forms.Button
Me.CmdBilan = New System.Windows.Forms.Button
Me.CmdAff = New System.Windows.Forms.Button
Me.CmdEdit = New System.Windows.Forms.Button
Me.CmdNew = New System.Windows.Forms.Button
Me.TmrHor = New System.Windows.Forms.Timer(Me.components)
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.BilanToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
Me.BilanToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem
Me.BilanToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.PictureBox3 = New System.Windows.Forms.PictureBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.PictureBox2 = New System.Windows.Forms.PictureBox
Me.ContextMenuStrip1.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'CmdQuit
'
Me.CmdQuit.Anchor = System.Windows.Forms.AnchorStyles.Bottom
Me.CmdQuit.Location = New System.Drawing.Point(148, 225)
Me.CmdQuit.Name = "CmdQuit"
Me.CmdQuit.Size = New System.Drawing.Size(145, 36)
Me.CmdQuit.TabIndex = 4
Me.CmdQuit.Text = "&Fermer les inscriptions..."
Me.CmdQuit.UseVisualStyleBackColor = True
'
'CmdBilan
'
Me.CmdBilan.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CmdBilan.Image = CType(resources.GetObject("CmdBilan.Image"), System.Drawing.Image)
Me.CmdBilan.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.CmdBilan.Location = New System.Drawing.Point(259, 170)
Me.CmdBilan.Name = "CmdBilan"
Me.CmdBilan.Size = New System.Drawing.Size(141, 29)
Me.CmdBilan.TabIndex = 3
Me.CmdBilan.Text = "&Bilan..."
Me.CmdBilan.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.CmdBilan.UseVisualStyleBackColor = True
'
'CmdAff
'
Me.CmdAff.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CmdAff.Image = CType(resources.GetObject("CmdAff.Image"), System.Drawing.Image)
Me.CmdAff.Location = New System.Drawing.Point(259, 135)
Me.CmdAff.Name = "CmdAff"
Me.CmdAff.Size = New System.Drawing.Size(141, 29)
Me.CmdAff.TabIndex = 2
Me.CmdAff.Text = "&Liste..."
Me.CmdAff.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.CmdAff.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.CmdAff.UseVisualStyleBackColor = True
'
'CmdEdit
'
Me.CmdEdit.Location = New System.Drawing.Point(42, 170)
Me.CmdEdit.Name = "CmdEdit"
Me.CmdEdit.Size = New System.Drawing.Size(141, 29)
Me.CmdEdit.TabIndex = 1
Me.CmdEdit.Text = "Editer / &Supprimer..."
Me.CmdEdit.UseVisualStyleBackColor = True
'
'CmdNew
'
Me.CmdNew.BackColor = System.Drawing.Color.Transparent
Me.CmdNew.ForeColor = System.Drawing.SystemColors.ControlText
Me.CmdNew.Location = New System.Drawing.Point(42, 135)
Me.CmdNew.Name = "CmdNew"
Me.CmdNew.Size = New System.Drawing.Size(141, 29)
Me.CmdNew.TabIndex = 0
Me.CmdNew.Text = "&Nouvelle candidature..."
Me.CmdNew.UseVisualStyleBackColor = False
'
'TmrHor
'
Me.TmrHor.Interval = 2000
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BilanToolStripMenuItem, Me.BilanToolStripMenuItem1, Me.BilanToolStripMenuItem2})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
Me.ContextMenuStrip1.Size = New System.Drawing.Size(259, 70)
'
'BilanToolStripMenuItem
'
Me.BilanToolStripMenuItem.Name = "BilanToolStripMenuItem"
Me.BilanToolStripMenuItem.Size = New System.Drawing.Size(258, 22)
Me.BilanToolStripMenuItem.Text = "Bilan individuel..."
'
'BilanToolStripMenuItem1
'
Me.BilanToolStripMenuItem1.Name = "BilanToolStripMenuItem1"
Me.BilanToolStripMenuItem1.Size = New System.Drawing.Size(258, 22)
Me.BilanToolStripMenuItem1.Text = "Bilan par matière..."
'
'BilanToolStripMenuItem2
'
Me.BilanToolStripMenuItem2.Name = "BilanToolStripMenuItem2"
Me.BilanToolStripMenuItem2.Size = New System.Drawing.Size(258, 22)
Me.BilanToolStripMenuItem2.Text = "Bilan des inscriptions supprimées..."
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(0, 0)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(750, 55)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
Me.PictureBox1.TabIndex = 16
Me.PictureBox1.TabStop = False
'
'PictureBox3
'
Me.PictureBox3.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.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
Me.PictureBox3.Location = New System.Drawing.Point(0, 52)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(447, 167)
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox3.TabIndex = 24
Me.PictureBox3.TabStop = False
'
'Label1
'
Me.Label1.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.Label1.Location = New System.Drawing.Point(12, 65)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(200, 60)
Me.Label1.TabIndex = 25
Me.Label1.Text = "Pour commencer, cliquez sur Nouvelle candidature. Si vous souhaitez modifier une " & _
"candidature, cliquez sur Editer / Supprimer."
'
'Label2
'
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label2.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.Label2.Location = New System.Drawing.Point(229, 65)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(200, 60)
Me.Label2.TabIndex = 26
Me.Label2.Text = "Vous pouvez a tout moment afficher une liste provisoire des candidats , ou affich" & _
"er divers bilans en cliquant sur ces deux boutons."
'
'PictureBox2
'
Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom 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(0, 217)
Me.PictureBox2.MaximumSize = New System.Drawing.Size(550, 2)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(447, 2)
Me.PictureBox2.TabIndex = 27
Me.PictureBox2.TabStop = False
'
'FrmAccueil
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.ClientSize = New System.Drawing.Size(441, 273)
Me.Controls.Add(Me.PictureBox2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.CmdBilan)
Me.Controls.Add(Me.CmdNew)
Me.Controls.Add(Me.CmdQuit)
Me.Controls.Add(Me.CmdAff)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.CmdEdit)
Me.Controls.Add(Me.PictureBox3)
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "FrmAccueil"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Tag = "Candidat 7 Pro : Accueil"
Me.Text = "Candidat 7 Pro : Accueil"
Me.ContextMenuStrip1.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents CmdQuit As System.Windows.Forms.Button
Friend WithEvents CmdBilan As System.Windows.Forms.Button
Friend WithEvents CmdAff As System.Windows.Forms.Button
Friend WithEvents CmdEdit As System.Windows.Forms.Button
Friend WithEvents CmdNew As System.Windows.Forms.Button
Friend WithEvents TmrHor As System.Windows.Forms.Timer
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
Friend WithEvents BilanToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents BilanToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents BilanToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
End Class