181 lines
8.1 KiB
VB.net
181 lines
8.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FrmStart
|
||
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()
|
||
Me.components = New System.ComponentModel.Container
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmStart))
|
||
Me.CmdSave = New System.Windows.Forms.Button
|
||
Me.CmdOpen = New System.Windows.Forms.Button
|
||
Me.LstFile = New System.Windows.Forms.ListBox
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox
|
||
Me.Lbl1 = New System.Windows.Forms.Label
|
||
Me.CmdExit = New System.Windows.Forms.Button
|
||
Me.PictureBox2 = New System.Windows.Forms.PictureBox
|
||
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
||
Me.Lbl2 = New System.Windows.Forms.Label
|
||
Me.PictureBox3 = New System.Windows.Forms.PictureBox
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'CmdSave
|
||
'
|
||
Me.CmdSave.Location = New System.Drawing.Point(223, 106)
|
||
Me.CmdSave.Name = "CmdSave"
|
||
Me.CmdSave.Size = New System.Drawing.Size(120, 23)
|
||
Me.CmdSave.TabIndex = 18
|
||
Me.CmdSave.Text = "&Nouvelle base ..."
|
||
Me.CmdSave.UseVisualStyleBackColor = True
|
||
'
|
||
'CmdOpen
|
||
'
|
||
Me.CmdOpen.Enabled = False
|
||
Me.CmdOpen.Location = New System.Drawing.Point(223, 135)
|
||
Me.CmdOpen.Name = "CmdOpen"
|
||
Me.CmdOpen.Size = New System.Drawing.Size(120, 23)
|
||
Me.CmdOpen.TabIndex = 17
|
||
Me.CmdOpen.Text = "&Ouvrir une base..."
|
||
Me.CmdOpen.UseVisualStyleBackColor = True
|
||
'
|
||
'LstFile
|
||
'
|
||
Me.LstFile.BackColor = System.Drawing.SystemColors.ControlLightLight
|
||
Me.LstFile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||
Me.LstFile.Enabled = False
|
||
Me.LstFile.FormattingEnabled = True
|
||
Me.LstFile.Location = New System.Drawing.Point(15, 134)
|
||
Me.LstFile.Name = "LstFile"
|
||
Me.LstFile.Size = New System.Drawing.Size(163, 171)
|
||
Me.LstFile.TabIndex = 16
|
||
Me.ToolTip1.SetToolTip(Me.LstFile, "Double-cliquez sur un fichier pour l'ouvrir.")
|
||
'
|
||
'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 = 15
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'Lbl1
|
||
'
|
||
Me.Lbl1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.Lbl1.BackColor = System.Drawing.Color.White
|
||
Me.Lbl1.Location = New System.Drawing.Point(12, 58)
|
||
Me.Lbl1.Name = "Lbl1"
|
||
Me.Lbl1.Size = New System.Drawing.Size(424, 36)
|
||
Me.Lbl1.TabIndex = 14
|
||
Me.Lbl1.Text = "Pour commencer, vous pouvez créer une nouvelle base de candidature, ou en ouvrir " & _
|
||
"une déjà existante."
|
||
'
|
||
'CmdExit
|
||
'
|
||
Me.CmdExit.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.CmdExit.Location = New System.Drawing.Point(361, 322)
|
||
Me.CmdExit.Name = "CmdExit"
|
||
Me.CmdExit.Size = New System.Drawing.Size(75, 23)
|
||
Me.CmdExit.TabIndex = 20
|
||
Me.CmdExit.Text = "&Quitter"
|
||
Me.CmdExit.UseVisualStyleBackColor = True
|
||
'
|
||
'PictureBox2
|
||
'
|
||
Me.PictureBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||
Me.PictureBox2.Location = New System.Drawing.Point(0, 314)
|
||
Me.PictureBox2.MaximumSize = New System.Drawing.Size(550, 2)
|
||
Me.PictureBox2.Name = "PictureBox2"
|
||
Me.PictureBox2.Size = New System.Drawing.Size(550, 2)
|
||
Me.PictureBox2.TabIndex = 21
|
||
Me.PictureBox2.TabStop = False
|
||
'
|
||
'ToolTip1
|
||
'
|
||
Me.ToolTip1.IsBalloon = True
|
||
Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
|
||
Me.ToolTip1.ToolTipTitle = "Information"
|
||
'
|
||
'Lbl2
|
||
'
|
||
Me.Lbl2.AutoSize = True
|
||
Me.Lbl2.BackColor = System.Drawing.Color.White
|
||
Me.Lbl2.Enabled = False
|
||
Me.Lbl2.Location = New System.Drawing.Point(12, 111)
|
||
Me.Lbl2.Name = "Lbl2"
|
||
Me.Lbl2.Size = New System.Drawing.Size(88, 13)
|
||
Me.Lbl2.TabIndex = 22
|
||
Me.Lbl2.Text = "Fichier existants :"
|
||
'
|
||
'PictureBox3
|
||
'
|
||
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
|
||
Me.PictureBox3.Location = New System.Drawing.Point(0, 49)
|
||
Me.PictureBox3.Name = "PictureBox3"
|
||
Me.PictureBox3.Size = New System.Drawing.Size(451, 267)
|
||
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.PictureBox3.TabIndex = 23
|
||
Me.PictureBox3.TabStop = False
|
||
'
|
||
'FrmStart
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(448, 357)
|
||
Me.Controls.Add(Me.Lbl2)
|
||
Me.Controls.Add(Me.PictureBox2)
|
||
Me.Controls.Add(Me.CmdExit)
|
||
Me.Controls.Add(Me.CmdSave)
|
||
Me.Controls.Add(Me.CmdOpen)
|
||
Me.Controls.Add(Me.LstFile)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Controls.Add(Me.Lbl1)
|
||
Me.Controls.Add(Me.PictureBox3)
|
||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.Name = "FrmStart"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Candidat 7 Pro"
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
Friend WithEvents CmdSave As System.Windows.Forms.Button
|
||
Friend WithEvents CmdOpen As System.Windows.Forms.Button
|
||
Friend WithEvents LstFile As System.Windows.Forms.ListBox
|
||
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
||
Friend WithEvents Lbl1 As System.Windows.Forms.Label
|
||
Friend WithEvents CmdExit As System.Windows.Forms.Button
|
||
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
|
||
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
|
||
Friend WithEvents Lbl2 As System.Windows.Forms.Label
|
||
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
|
||
End Class
|