Candidate-7-Pro/FrmAccueil.Designer.vb
2021-09-10 14:09:24 +02:00

136 lines
5.6 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)
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(FrmAccueil))
Me.Lbl1 = New System.Windows.Forms.Label
Me.PBDupuy = New System.Windows.Forms.PictureBox
Me.CmdNew = New System.Windows.Forms.Button
Me.CmdEdit = New System.Windows.Forms.Button
Me.CmdAff = New System.Windows.Forms.Button
Me.CmdBilan = New System.Windows.Forms.Button
Me.CmdQuit = New System.Windows.Forms.Button
CType(Me.PBDupuy, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Lbl1
'
Me.Lbl1.Location = New System.Drawing.Point(12, 15)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(392, 22)
Me.Lbl1.TabIndex = 9
Me.Lbl1.Text = "Bienvenue dans Candide Pro 7, votre logiciel de gestion de candidature."
Me.Lbl1.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'PBDupuy
'
Me.PBDupuy.Image = CType(resources.GetObject("PBDupuy.Image"), System.Drawing.Image)
Me.PBDupuy.Location = New System.Drawing.Point(12, 40)
Me.PBDupuy.Name = "PBDupuy"
Me.PBDupuy.Size = New System.Drawing.Size(215, 247)
Me.PBDupuy.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PBDupuy.TabIndex = 1
Me.PBDupuy.TabStop = False
'
'CmdNew
'
Me.CmdNew.Location = New System.Drawing.Point(274, 40)
Me.CmdNew.Name = "CmdNew"
Me.CmdNew.Size = New System.Drawing.Size(130, 27)
Me.CmdNew.TabIndex = 0
Me.CmdNew.Text = "&Nouveau..."
Me.CmdNew.UseVisualStyleBackColor = True
'
'CmdEdit
'
Me.CmdEdit.Location = New System.Drawing.Point(274, 86)
Me.CmdEdit.Name = "CmdEdit"
Me.CmdEdit.Size = New System.Drawing.Size(130, 27)
Me.CmdEdit.TabIndex = 1
Me.CmdEdit.Text = "Editer / &Supprimer..."
Me.CmdEdit.UseVisualStyleBackColor = True
'
'CmdAff
'
Me.CmdAff.Enabled = False
Me.CmdAff.Location = New System.Drawing.Point(274, 142)
Me.CmdAff.Name = "CmdAff"
Me.CmdAff.Size = New System.Drawing.Size(130, 27)
Me.CmdAff.TabIndex = 2
Me.CmdAff.Text = "&Liste..."
Me.CmdAff.UseVisualStyleBackColor = True
'
'CmdBilan
'
Me.CmdBilan.Enabled = False
Me.CmdBilan.Location = New System.Drawing.Point(274, 187)
Me.CmdBilan.Name = "CmdBilan"
Me.CmdBilan.Size = New System.Drawing.Size(130, 27)
Me.CmdBilan.TabIndex = 3
Me.CmdBilan.Text = "&Bilan..."
Me.CmdBilan.UseVisualStyleBackColor = True
'
'CmdQuit
'
Me.CmdQuit.Location = New System.Drawing.Point(274, 260)
Me.CmdQuit.Name = "CmdQuit"
Me.CmdQuit.Size = New System.Drawing.Size(130, 27)
Me.CmdQuit.TabIndex = 4
Me.CmdQuit.Text = "&Quitter"
Me.CmdQuit.UseVisualStyleBackColor = True
'
'FrmAccueil
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.ClientSize = New System.Drawing.Size(424, 302)
Me.Controls.Add(Me.CmdQuit)
Me.Controls.Add(Me.CmdBilan)
Me.Controls.Add(Me.CmdAff)
Me.Controls.Add(Me.CmdEdit)
Me.Controls.Add(Me.CmdNew)
Me.Controls.Add(Me.PBDupuy)
Me.Controls.Add(Me.Lbl1)
Me.Font = New System.Drawing.Font("Segoe UI", 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.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(430, 330)
Me.MinimumSize = New System.Drawing.Size(430, 330)
Me.Name = "FrmAccueil"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Candide Pro 7 : Accueil"
CType(Me.PBDupuy, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents PBDupuy As System.Windows.Forms.PictureBox
Friend WithEvents CmdNew As System.Windows.Forms.Button
Friend WithEvents CmdEdit As System.Windows.Forms.Button
Friend WithEvents CmdAff As System.Windows.Forms.Button
Friend WithEvents CmdBilan As System.Windows.Forms.Button
Friend WithEvents CmdQuit As System.Windows.Forms.Button
End Class