197 lines
9.5 KiB
VB.net
197 lines
9.5 KiB
VB.net
<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.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
|
||
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(150, 249)
|
||
Me.CmdQuit.Name = "CmdQuit"
|
||
Me.CmdQuit.Size = New System.Drawing.Size(193, 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.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
||
Me.CmdBilan.Location = New System.Drawing.Point(311, 170)
|
||
Me.CmdBilan.Name = "CmdBilan"
|
||
Me.CmdBilan.Size = New System.Drawing.Size(141, 29)
|
||
Me.CmdBilan.TabIndex = 3
|
||
Me.CmdBilan.Text = "&Bilans..."
|
||
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.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
||
Me.CmdAff.Location = New System.Drawing.Point(311, 135)
|
||
Me.CmdAff.Name = "CmdAff"
|
||
Me.CmdAff.Size = New System.Drawing.Size(141, 29)
|
||
Me.CmdAff.TabIndex = 2
|
||
Me.CmdAff.Text = "&Liste..."
|
||
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
|
||
'
|
||
'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(499, 179)
|
||
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(281, 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, 229)
|
||
Me.PictureBox2.MaximumSize = New System.Drawing.Size(550, 2)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(499, 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(493, 312)
|
||
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", 9.0!, 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"
|
||
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 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
|