Commit v7.0.1.6

This commit is contained in:
Simon Priet 2021-09-10 14:08:55 +02:00
commit 6a9896b737
47 changed files with 48361 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
obj/
bin/

178
AboutBox1.Designer.vb generated Normal file
View File

@ -0,0 +1,178 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AboutBox1
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
Friend WithEvents TableLayoutPanel As System.Windows.Forms.TableLayoutPanel
Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
Friend WithEvents LabelProductName As System.Windows.Forms.Label
Friend WithEvents LabelVersion As System.Windows.Forms.Label
Friend WithEvents LabelCompanyName As System.Windows.Forms.Label
Friend WithEvents TextBoxDescription As System.Windows.Forms.TextBox
Friend WithEvents OKButton As System.Windows.Forms.Button
Friend WithEvents LabelCopyright As System.Windows.Forms.Label
'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(AboutBox1))
Me.TableLayoutPanel = New System.Windows.Forms.TableLayoutPanel
Me.LogoPictureBox = New System.Windows.Forms.PictureBox
Me.LabelProductName = New System.Windows.Forms.Label
Me.LabelVersion = New System.Windows.Forms.Label
Me.LabelCopyright = New System.Windows.Forms.Label
Me.LabelCompanyName = New System.Windows.Forms.Label
Me.TextBoxDescription = New System.Windows.Forms.TextBox
Me.OKButton = New System.Windows.Forms.Button
Me.TableLayoutPanel.SuspendLayout()
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TableLayoutPanel
'
Me.TableLayoutPanel.ColumnCount = 2
Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55.21629!))
Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 44.78371!))
Me.TableLayoutPanel.Controls.Add(Me.LogoPictureBox, 0, 0)
Me.TableLayoutPanel.Controls.Add(Me.LabelProductName, 1, 0)
Me.TableLayoutPanel.Controls.Add(Me.LabelVersion, 1, 1)
Me.TableLayoutPanel.Controls.Add(Me.LabelCopyright, 1, 2)
Me.TableLayoutPanel.Controls.Add(Me.LabelCompanyName, 1, 3)
Me.TableLayoutPanel.Controls.Add(Me.TextBoxDescription, 1, 4)
Me.TableLayoutPanel.Controls.Add(Me.OKButton, 1, 5)
Me.TableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel.Location = New System.Drawing.Point(9, 9)
Me.TableLayoutPanel.Name = "TableLayoutPanel"
Me.TableLayoutPanel.RowCount = 6
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel.Size = New System.Drawing.Size(393, 258)
Me.TableLayoutPanel.TabIndex = 0
'
'LogoPictureBox
'
Me.LogoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.LogoPictureBox.Image = CType(resources.GetObject("LogoPictureBox.Image"), System.Drawing.Image)
Me.LogoPictureBox.Location = New System.Drawing.Point(3, 3)
Me.LogoPictureBox.Name = "LogoPictureBox"
Me.TableLayoutPanel.SetRowSpan(Me.LogoPictureBox, 6)
Me.LogoPictureBox.Size = New System.Drawing.Size(211, 252)
Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.LogoPictureBox.TabIndex = 0
Me.LogoPictureBox.TabStop = False
'
'LabelProductName
'
Me.LabelProductName.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelProductName.Location = New System.Drawing.Point(223, 0)
Me.LabelProductName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelProductName.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelProductName.Name = "LabelProductName"
Me.LabelProductName.Size = New System.Drawing.Size(167, 17)
Me.LabelProductName.TabIndex = 0
Me.LabelProductName.Text = "Nom du produit"
Me.LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'LabelVersion
'
Me.LabelVersion.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelVersion.Location = New System.Drawing.Point(223, 25)
Me.LabelVersion.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelVersion.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelVersion.Name = "LabelVersion"
Me.LabelVersion.Size = New System.Drawing.Size(167, 17)
Me.LabelVersion.TabIndex = 0
Me.LabelVersion.Text = "Version"
Me.LabelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'LabelCopyright
'
Me.LabelCopyright.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelCopyright.Location = New System.Drawing.Point(223, 50)
Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelCopyright.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelCopyright.Name = "LabelCopyright"
Me.LabelCopyright.Size = New System.Drawing.Size(167, 17)
Me.LabelCopyright.TabIndex = 0
Me.LabelCopyright.Text = "Copyright"
Me.LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'LabelCompanyName
'
Me.LabelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill
Me.LabelCompanyName.Location = New System.Drawing.Point(223, 75)
Me.LabelCompanyName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
Me.LabelCompanyName.MaximumSize = New System.Drawing.Size(0, 17)
Me.LabelCompanyName.Name = "LabelCompanyName"
Me.LabelCompanyName.Size = New System.Drawing.Size(167, 17)
Me.LabelCompanyName.TabIndex = 0
Me.LabelCompanyName.Text = "Nom de la société"
Me.LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TextBoxDescription
'
Me.TextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill
Me.TextBoxDescription.Location = New System.Drawing.Point(223, 103)
Me.TextBoxDescription.Margin = New System.Windows.Forms.Padding(6, 3, 3, 3)
Me.TextBoxDescription.Multiline = True
Me.TextBoxDescription.Name = "TextBoxDescription"
Me.TextBoxDescription.ReadOnly = True
Me.TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBoxDescription.Size = New System.Drawing.Size(167, 123)
Me.TextBoxDescription.TabIndex = 0
Me.TextBoxDescription.TabStop = False
Me.TextBoxDescription.Text = resources.GetString("TextBoxDescription.Text")
'
'OKButton
'
Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.OKButton.Location = New System.Drawing.Point(315, 232)
Me.OKButton.Name = "OKButton"
Me.OKButton.Size = New System.Drawing.Size(75, 23)
Me.OKButton.TabIndex = 0
Me.OKButton.Text = "&OK"
'
'AboutBox1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.OKButton
Me.ClientSize = New System.Drawing.Size(411, 276)
Me.Controls.Add(Me.TableLayoutPanel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "AboutBox1"
Me.Padding = New System.Windows.Forms.Padding(9)
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "AboutBox1"
Me.TableLayoutPanel.ResumeLayout(False)
Me.TableLayoutPanel.PerformLayout()
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
End Class

390
AboutBox1.resx Normal file
View File

@ -0,0 +1,390 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="LogoPictureBox.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
/9j/4AAQSkZJRgABAAEAlgCWAAD/4QB2RXhpZgAATU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAZKG
AAcAAABAAAAALAAAAABVTklDT0RFAABMAEUAQQBEACAAVABlAGMAaABuAG8AbABvAGcAaQBlAHMAIABJ
AG4AYwAuACAAVgAxAC4AMAAxAAD//gAfTEVBRCBUZWNobm9sb2dpZXMgSW5jLiBWMS4wMQD//gBLAwAA
AAIAAAAEAAAAWgAAAAMAAAAEAAAAAAAAAAAAAAAlAAAARmlsZSB3cml0dGVuIGJ5IEFkb2JlIFBob3Rv
c2hvcKggNC4wAP/bAEMACAYGBwYFCAcHBwoJCAoNFg4NDAwNGxMUEBYgHCIhHxwfHiMoMysjJjAmHh8s
PS0wNTY5OjkiKz9DPjhDMzg5N//bAEMBCQoKDQsNGg4OGjckHyQ3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3
Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAa8BaQMBEQACEQEDEQH/xAAfAAABBQEBAQEB
AQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUEBAAAAX0BAgMABBEFEiExQQYTUWEHInEU
MoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdo
aWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX
2Nna4eLj5OXm5+jp6vHy8/T19vf4+fr/xAAfAQADAQEBAQEBAQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1
EQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXx
FxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SV
lpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/
2gAMAwEAAhEDEQA/APWB9BQApbHpQBGWoAcmNp6UANLYPOKAAHPFAC4IPtQAZAoAM0ANz9KAF8wgdKAE
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
AH//2Q==
</value>
</data>
<data name="TextBoxDescription.Text" xml:space="preserve">
<value>Description :
(Au moment de l'exécution, le texte des étiquettes sera remplacé par les informations d'assembly de l'application.
Personnalisez les informations d'assembly de l'application dans le volet Application du Concepteur de projets.)</value>
</data>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

27
AboutBox1.vb Normal file
View File

@ -0,0 +1,27 @@
Public NotInheritable Class AboutBox1
Private Sub AboutBox1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
' Définissez le titre du formulaire.
Dim ApplicationTitle As String
If My.Application.Info.Title <> "" Then
ApplicationTitle = My.Application.Info.Title
Else
ApplicationTitle = System.IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName)
End If
Me.Text = String.Format("À propos de {0}", ApplicationTitle)
' Initialisez tout le texte affiché dans la boîte de dialogue À propos de.
' TODO : personnalisez les informations d'assembly de l'application dans le volet "Application" de la
' boîte de dialogue Propriétés du projet (sous le menu "Projet").
Me.LabelProductName.Text = My.Application.Info.ProductName
Me.LabelVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)
Me.LabelCopyright.Text = My.Application.Info.Copyright
Me.LabelCompanyName.Text = My.Application.Info.CompanyName
Me.TextBoxDescription.Text = My.Application.Info.Description
End Sub
Private Sub OKButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OKButton.Click
Me.Close()
FrmAccueil.Show()
End Sub
End Class

88
Dialog1.Designer.vb generated Normal file
View File

@ -0,0 +1,88 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmAbout
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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
Me.OK_Button = New System.Windows.Forms.Button
Me.Cancel_Button = New System.Windows.Forms.Button
Me.TableLayoutPanel1.SuspendLayout()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TableLayoutPanel1.ColumnCount = 2
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(277, 274)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
Me.TableLayoutPanel1.TabIndex = 0
'
'OK_Button
'
Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.OK_Button.Location = New System.Drawing.Point(3, 3)
Me.OK_Button.Name = "OK_Button"
Me.OK_Button.Size = New System.Drawing.Size(67, 23)
Me.OK_Button.TabIndex = 0
Me.OK_Button.Text = "OK"
'
'Cancel_Button
'
Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
Me.Cancel_Button.Name = "Cancel_Button"
Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
Me.Cancel_Button.TabIndex = 1
Me.Cancel_Button.Text = "Annuler"
'
'FrmAbout
'
Me.AcceptButton = Me.OK_Button
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.Cancel_Button
Me.ClientSize = New System.Drawing.Size(435, 315)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmAbout"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Dialog1"
Me.TableLayoutPanel1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents OK_Button As System.Windows.Forms.Button
Friend WithEvents Cancel_Button As System.Windows.Forms.Button
End Class

120
Dialog1.resx Normal file
View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

15
Dialog1.vb Normal file
View File

@ -0,0 +1,15 @@
Imports System.Windows.Forms
Public Class FrmAbout
Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK_Button.Click
Me.DialogResult = System.Windows.Forms.DialogResult.OK
Me.Close()
End Sub
Private Sub Cancel_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Cancel_Button.Click
Me.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Close()
End Sub
End Class

135
FrmAccueil.Designer.vb generated Normal file
View File

@ -0,0 +1,135 @@
<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

2452
FrmAccueil.resx Normal file

File diff suppressed because it is too large Load Diff

29
FrmAccueil.vb Normal file
View File

@ -0,0 +1,29 @@
Public Class FrmAccueil
Private Sub PBDupuy_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PBDupuy.Click
Me.Hide()
AboutBox1.Show()
End Sub
Private Sub CmdQuit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdQuit.Click
Dim quit As Integer
quit = MsgBox("Vous êtes sur le point de quitter Candide Pro 7. Voulez-vous continuer ?", MsgBoxStyle.YesNo + MsgBoxStyle.Question, "Quitter Candide Pro 7 ?")
If quit = 6 Then
End
End If
End Sub
Private Sub FrmAcceuil_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub CmdNew_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNew.Click
Me.Hide()
FrmIsc1.Show()
End Sub
Private Sub CmdEdit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdEdit.Click
Me.Hide()
FrmEdit1.Show()
End Sub
End Class

234
FrmEdit1.Designer.vb generated Normal file
View File

@ -0,0 +1,234 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmEdit1
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(FrmEdit1))
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.PictureBox3 = New System.Windows.Forms.PictureBox
Me.PictureBox2 = New System.Windows.Forms.PictureBox
Me.Lbl3 = New System.Windows.Forms.Label
Me.Lbl2 = New System.Windows.Forms.Label
Me.Lbl1 = New System.Windows.Forms.Label
Me.LblTitre = New System.Windows.Forms.Label
Me.Lbl4 = New System.Windows.Forms.Label
Me.RBId = New System.Windows.Forms.RadioButton
Me.TxtId = New System.Windows.Forms.TextBox
Me.RBNP = New System.Windows.Forms.RadioButton
Me.CBNP = New System.Windows.Forms.ComboBox
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(1, 315)
Me.PictureBox1.MaximumSize = New System.Drawing.Size(578, 2)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(560, 2)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 5
Me.PictureBox1.TabStop = False
'
'CmdNext
'
Me.CmdNext.Location = New System.Drawing.Point(354, 333)
Me.CmdNext.Name = "CmdNext"
Me.CmdNext.Size = New System.Drawing.Size(87, 27)
Me.CmdNext.TabIndex = 3
Me.CmdNext.Text = "&Suivant >"
Me.CmdNext.UseVisualStyleBackColor = True
'
'CmdAnnul
'
Me.CmdAnnul.Location = New System.Drawing.Point(461, 333)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(87, 27)
Me.CmdAnnul.TabIndex = 4
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'PictureBox3
'
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
Me.PictureBox3.Location = New System.Drawing.Point(1, 1)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(187, 316)
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox3.TabIndex = 7
Me.PictureBox3.TabStop = False
'
'PictureBox2
'
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
Me.PictureBox2.Location = New System.Drawing.Point(186, 1)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(375, 316)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox2.TabIndex = 6
Me.PictureBox2.TabStop = False
'
'Lbl3
'
Me.Lbl3.AutoSize = True
Me.Lbl3.BackColor = System.Drawing.Color.White
Me.Lbl3.Location = New System.Drawing.Point(222, 126)
Me.Lbl3.Name = "Lbl3"
Me.Lbl3.Size = New System.Drawing.Size(193, 15)
Me.Lbl3.TabIndex = 13
Me.Lbl3.Text = "• De supprimer des candidatures."
'
'Lbl2
'
Me.Lbl2.AutoSize = True
Me.Lbl2.BackColor = System.Drawing.Color.White
Me.Lbl2.Location = New System.Drawing.Point(222, 111)
Me.Lbl2.Name = "Lbl2"
Me.Lbl2.Size = New System.Drawing.Size(184, 15)
Me.Lbl2.TabIndex = 12
Me.Lbl2.Text = "• De modifier des candidatures."
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.BackColor = System.Drawing.Color.White
Me.Lbl1.Location = New System.Drawing.Point(222, 96)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(150, 15)
Me.Lbl1.TabIndex = 10
Me.Lbl1.Text = "Cet Assistant vous permet :"
'
'LblTitre
'
Me.LblTitre.AutoEllipsis = True
Me.LblTitre.BackColor = System.Drawing.Color.White
Me.LblTitre.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblTitre.Location = New System.Drawing.Point(217, 26)
Me.LblTitre.Name = "LblTitre"
Me.LblTitre.Size = New System.Drawing.Size(316, 66)
Me.LblTitre.TabIndex = 9
Me.LblTitre.Text = "Bienvenue dans l'Assistant édition d'insciption"
'
'Lbl4
'
Me.Lbl4.AutoSize = True
Me.Lbl4.BackColor = System.Drawing.Color.White
Me.Lbl4.Location = New System.Drawing.Point(222, 174)
Me.Lbl4.Name = "Lbl4"
Me.Lbl4.Size = New System.Drawing.Size(235, 15)
Me.Lbl4.TabIndex = 14
Me.Lbl4.Text = "Comment voulez-vous choisir le candidat ?"
'
'RBId
'
Me.RBId.AutoSize = True
Me.RBId.BackColor = System.Drawing.Color.White
Me.RBId.Location = New System.Drawing.Point(236, 202)
Me.RBId.Name = "RBId"
Me.RBId.Size = New System.Drawing.Size(158, 19)
Me.RBId.TabIndex = 15
Me.RBId.TabStop = True
Me.RBId.Text = "En entrant son identifiant"
Me.RBId.UseVisualStyleBackColor = False
'
'TxtId
'
Me.TxtId.Location = New System.Drawing.Point(461, 201)
Me.TxtId.Name = "TxtId"
Me.TxtId.Size = New System.Drawing.Size(72, 23)
Me.TxtId.TabIndex = 16
'
'RBNP
'
Me.RBNP.AutoSize = True
Me.RBNP.BackColor = System.Drawing.Color.White
Me.RBNP.Location = New System.Drawing.Point(236, 228)
Me.RBNP.Name = "RBNP"
Me.RBNP.Size = New System.Drawing.Size(248, 19)
Me.RBNP.TabIndex = 17
Me.RBNP.TabStop = True
Me.RBNP.Text = "En sélectionnant son nom et son prénom :"
Me.RBNP.UseVisualStyleBackColor = False
'
'CBNP
'
Me.CBNP.FormattingEnabled = True
Me.CBNP.Location = New System.Drawing.Point(248, 253)
Me.CBNP.Name = "CBNP"
Me.CBNP.Size = New System.Drawing.Size(285, 23)
Me.CBNP.TabIndex = 18
'
'FrmEdit1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(562, 377)
Me.ControlBox = False
Me.Controls.Add(Me.CBNP)
Me.Controls.Add(Me.RBNP)
Me.Controls.Add(Me.TxtId)
Me.Controls.Add(Me.RBId)
Me.Controls.Add(Me.Lbl4)
Me.Controls.Add(Me.Lbl3)
Me.Controls.Add(Me.Lbl2)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.LblTitre)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.CmdNext)
Me.Controls.Add(Me.CmdAnnul)
Me.Controls.Add(Me.PictureBox3)
Me.Controls.Add(Me.PictureBox2)
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.FixedDialog
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(568, 405)
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(568, 405)
Me.Name = "FrmEdit1"
Me.Text = "Assistant édition d'inscription (1/4)"
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 PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents CmdNext As System.Windows.Forms.Button
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents Lbl3 As System.Windows.Forms.Label
Friend WithEvents Lbl2 As System.Windows.Forms.Label
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents LblTitre As System.Windows.Forms.Label
Friend WithEvents Lbl4 As System.Windows.Forms.Label
Friend WithEvents RBId As System.Windows.Forms.RadioButton
Friend WithEvents TxtId As System.Windows.Forms.TextBox
Friend WithEvents RBNP As System.Windows.Forms.RadioButton
Friend WithEvents CBNP As System.Windows.Forms.ComboBox
End Class

20557
FrmEdit1.resx Normal file

File diff suppressed because it is too large Load Diff

30
FrmEdit1.vb Normal file
View File

@ -0,0 +1,30 @@
Public Class FrmEdit1
Private Sub FrmEdit1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
RBId.Checked = True
End Sub
Private Sub TxtId_GotFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TxtId.GotFocus
RBId.Checked = True
End Sub
Private Sub RBId_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles RBId.CheckedChanged, RBNP.CheckedChanged
If RBId.Checked Then
RBNP.Checked = False
End If
If RBNP.Checked Then
RBId.Checked = False
End If
End Sub
Private Sub CBNP_GotFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles CBNP.GotFocus
RBNP.Checked = True
End Sub
Private Sub CmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click
Me.Hide()
FrmEdit2.Show()
End Sub
End Class

244
FrmEdit2.Designer.vb generated Normal file
View File

@ -0,0 +1,244 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmEdit2
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(FrmEdit2))
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.TBAge = New System.Windows.Forms.TextBox
Me.TBVille = New System.Windows.Forms.TextBox
Me.TBCP = New System.Windows.Forms.TextBox
Me.TBAdrss = New System.Windows.Forms.TextBox
Me.TBPrenom = New System.Windows.Forms.TextBox
Me.TBNom = New System.Windows.Forms.TextBox
Me.LblAge = New System.Windows.Forms.Label
Me.LblVille = New System.Windows.Forms.Label
Me.LblCP = New System.Windows.Forms.Label
Me.LblAdrss = New System.Windows.Forms.Label
Me.LblPrenom = New System.Windows.Forms.Label
Me.LblNom = New System.Windows.Forms.Label
Me.Lbl1 = New System.Windows.Forms.Label
Me.Button1 = New System.Windows.Forms.Button
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'CmdNext
'
Me.CmdNext.Location = New System.Drawing.Point(354, 333)
Me.CmdNext.Name = "CmdNext"
Me.CmdNext.Size = New System.Drawing.Size(87, 27)
Me.CmdNext.TabIndex = 13
Me.CmdNext.Text = "&Suivant >"
Me.CmdNext.UseVisualStyleBackColor = True
'
'CmdAnnul
'
Me.CmdAnnul.Location = New System.Drawing.Point(461, 333)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(87, 27)
Me.CmdAnnul.TabIndex = 14
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(1, 315)
Me.PictureBox1.MaximumSize = New System.Drawing.Size(578, 2)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(560, 2)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 12
Me.PictureBox1.TabStop = False
'
'TBAge
'
Me.TBAge.Location = New System.Drawing.Point(197, 219)
Me.TBAge.Name = "TBAge"
Me.TBAge.Size = New System.Drawing.Size(40, 23)
Me.TBAge.TabIndex = 32
'
'TBVille
'
Me.TBVille.Location = New System.Drawing.Point(197, 189)
Me.TBVille.Name = "TBVille"
Me.TBVille.Size = New System.Drawing.Size(125, 23)
Me.TBVille.TabIndex = 31
'
'TBCP
'
Me.TBCP.Location = New System.Drawing.Point(197, 157)
Me.TBCP.Name = "TBCP"
Me.TBCP.Size = New System.Drawing.Size(80, 23)
Me.TBCP.TabIndex = 30
'
'TBAdrss
'
Me.TBAdrss.Location = New System.Drawing.Point(197, 127)
Me.TBAdrss.Name = "TBAdrss"
Me.TBAdrss.Size = New System.Drawing.Size(250, 23)
Me.TBAdrss.TabIndex = 29
'
'TBPrenom
'
Me.TBPrenom.Location = New System.Drawing.Point(197, 97)
Me.TBPrenom.Name = "TBPrenom"
Me.TBPrenom.Size = New System.Drawing.Size(125, 23)
Me.TBPrenom.TabIndex = 28
'
'TBNom
'
Me.TBNom.Location = New System.Drawing.Point(197, 67)
Me.TBNom.Name = "TBNom"
Me.TBNom.Size = New System.Drawing.Size(125, 23)
Me.TBNom.TabIndex = 27
'
'LblAge
'
Me.LblAge.AutoSize = True
Me.LblAge.Location = New System.Drawing.Point(157, 222)
Me.LblAge.Name = "LblAge"
Me.LblAge.Size = New System.Drawing.Size(34, 15)
Me.LblAge.TabIndex = 26
Me.LblAge.Text = "Age :"
'
'LblVille
'
Me.LblVille.AutoSize = True
Me.LblVille.Location = New System.Drawing.Point(156, 192)
Me.LblVille.Name = "LblVille"
Me.LblVille.Size = New System.Drawing.Size(35, 15)
Me.LblVille.TabIndex = 25
Me.LblVille.Text = "Ville :"
'
'LblCP
'
Me.LblCP.AutoSize = True
Me.LblCP.Location = New System.Drawing.Point(115, 160)
Me.LblCP.Name = "LblCP"
Me.LblCP.Size = New System.Drawing.Size(76, 15)
Me.LblCP.TabIndex = 24
Me.LblCP.Text = "Code Postal :"
'
'LblAdrss
'
Me.LblAdrss.AutoSize = True
Me.LblAdrss.Location = New System.Drawing.Point(137, 130)
Me.LblAdrss.Name = "LblAdrss"
Me.LblAdrss.Size = New System.Drawing.Size(54, 15)
Me.LblAdrss.TabIndex = 23
Me.LblAdrss.Text = "Adresse :"
'
'LblPrenom
'
Me.LblPrenom.AutoSize = True
Me.LblPrenom.Location = New System.Drawing.Point(136, 100)
Me.LblPrenom.Name = "LblPrenom"
Me.LblPrenom.Size = New System.Drawing.Size(55, 15)
Me.LblPrenom.TabIndex = 22
Me.LblPrenom.Text = "Prénom :"
'
'LblNom
'
Me.LblNom.AutoSize = True
Me.LblNom.Location = New System.Drawing.Point(151, 70)
Me.LblNom.Name = "LblNom"
Me.LblNom.Size = New System.Drawing.Size(40, 15)
Me.LblNom.TabIndex = 21
Me.LblNom.Text = "Nom :"
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Lbl1.Location = New System.Drawing.Point(104, 9)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(181, 15)
Me.Lbl1.TabIndex = 20
Me.Lbl1.Text = "Editez l'identité du canditat ici :"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(261, 333)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(87, 27)
Me.Button1.TabIndex = 39
Me.Button1.Text = "< &Précédent"
Me.Button1.UseVisualStyleBackColor = True
'
'FrmEdit2
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(562, 377)
Me.ControlBox = False
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TBAge)
Me.Controls.Add(Me.TBVille)
Me.Controls.Add(Me.TBCP)
Me.Controls.Add(Me.TBAdrss)
Me.Controls.Add(Me.TBPrenom)
Me.Controls.Add(Me.TBNom)
Me.Controls.Add(Me.LblAge)
Me.Controls.Add(Me.LblVille)
Me.Controls.Add(Me.LblCP)
Me.Controls.Add(Me.LblAdrss)
Me.Controls.Add(Me.LblPrenom)
Me.Controls.Add(Me.LblNom)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.CmdNext)
Me.Controls.Add(Me.CmdAnnul)
Me.Controls.Add(Me.PictureBox1)
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.FixedDialog
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(568, 405)
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(568, 405)
Me.Name = "FrmEdit2"
Me.Text = "Assistant édition d'inscription (2/4)"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents CmdNext As System.Windows.Forms.Button
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents TBAge As System.Windows.Forms.TextBox
Friend WithEvents TBVille As System.Windows.Forms.TextBox
Friend WithEvents TBCP As System.Windows.Forms.TextBox
Friend WithEvents TBAdrss As System.Windows.Forms.TextBox
Friend WithEvents TBPrenom As System.Windows.Forms.TextBox
Friend WithEvents TBNom As System.Windows.Forms.TextBox
Friend WithEvents LblAge As System.Windows.Forms.Label
Friend WithEvents LblVille As System.Windows.Forms.Label
Friend WithEvents LblCP As System.Windows.Forms.Label
Friend WithEvents LblAdrss As System.Windows.Forms.Label
Friend WithEvents LblPrenom As System.Windows.Forms.Label
Friend WithEvents LblNom As System.Windows.Forms.Label
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
End Class

184
FrmEdit2.resx Normal file
View File

@ -0,0 +1,184 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Qk3GDQAAAAAAADYAAAAoAAAAQgIAAAIAAAABABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////AAKgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAg==
</value>
</data>
</root>

11
FrmEdit2.vb Normal file
View File

@ -0,0 +1,11 @@
Public Class FrmEdit2
Private Sub FrmEdit2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub CmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click
Me.Hide()
FrmEdit3.Show()
End Sub
End Class

250
FrmEdit3.Designer.vb generated Normal file
View File

@ -0,0 +1,250 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmEdit3
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(FrmEdit3))
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.Panel1 = New System.Windows.Forms.Panel
Me.RBno = New System.Windows.Forms.RadioButton
Me.RBYes = New System.Windows.Forms.RadioButton
Me.LblFaclt = New System.Windows.Forms.Label
Me.LblRegion = New System.Windows.Forms.Label
Me.CBRegion = New System.Windows.Forms.ComboBox
Me.GBFact = New System.Windows.Forms.GroupBox
Me.GBOral = New System.Windows.Forms.GroupBox
Me.GBEcrit = New System.Windows.Forms.GroupBox
Me.Lbl1 = New System.Windows.Forms.Label
Me.LblNP = New System.Windows.Forms.Label
Me.Button1 = New System.Windows.Forms.Button
Me.CmdDelet = New System.Windows.Forms.Button
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'CmdNext
'
Me.CmdNext.Location = New System.Drawing.Point(354, 333)
Me.CmdNext.Name = "CmdNext"
Me.CmdNext.Size = New System.Drawing.Size(87, 27)
Me.CmdNext.TabIndex = 16
Me.CmdNext.Text = "&Suivant >"
Me.CmdNext.UseVisualStyleBackColor = True
'
'CmdAnnul
'
Me.CmdAnnul.Location = New System.Drawing.Point(461, 333)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(87, 27)
Me.CmdAnnul.TabIndex = 17
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(1, 315)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(560, 2)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 15
Me.PictureBox1.TabStop = False
'
'Panel1
'
Me.Panel1.Controls.Add(Me.RBno)
Me.Panel1.Controls.Add(Me.RBYes)
Me.Panel1.Controls.Add(Me.LblFaclt)
Me.Panel1.Enabled = False
Me.Panel1.Location = New System.Drawing.Point(1, 67)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(549, 26)
Me.Panel1.TabIndex = 26
'
'RBno
'
Me.RBno.AutoSize = True
Me.RBno.Location = New System.Drawing.Point(345, 4)
Me.RBno.Name = "RBno"
Me.RBno.Size = New System.Drawing.Size(48, 19)
Me.RBno.TabIndex = 19
Me.RBno.TabStop = True
Me.RBno.Text = "Non"
Me.RBno.UseVisualStyleBackColor = True
'
'RBYes
'
Me.RBYes.AutoSize = True
Me.RBYes.Location = New System.Drawing.Point(295, 4)
Me.RBYes.Name = "RBYes"
Me.RBYes.Size = New System.Drawing.Size(44, 19)
Me.RBYes.TabIndex = 18
Me.RBYes.TabStop = True
Me.RBYes.Text = "Oui"
Me.RBYes.UseVisualStyleBackColor = True
'
'LblFaclt
'
Me.LblFaclt.AutoSize = True
Me.LblFaclt.Location = New System.Drawing.Point(11, 6)
Me.LblFaclt.Name = "LblFaclt"
Me.LblFaclt.Size = New System.Drawing.Size(276, 15)
Me.LblFaclt.TabIndex = 17
Me.LblFaclt.Text = "Voulez-vous participer a des épreuves facultatives ?"
'
'LblRegion
'
Me.LblRegion.AutoSize = True
Me.LblRegion.Location = New System.Drawing.Point(12, 41)
Me.LblRegion.Name = "LblRegion"
Me.LblRegion.Size = New System.Drawing.Size(182, 15)
Me.LblRegion.TabIndex = 25
Me.LblRegion.Text = "Choisissez la région de l'examen :"
'
'CBRegion
'
Me.CBRegion.FormattingEnabled = True
Me.CBRegion.Location = New System.Drawing.Point(212, 38)
Me.CBRegion.Name = "CBRegion"
Me.CBRegion.Size = New System.Drawing.Size(121, 23)
Me.CBRegion.TabIndex = 24
'
'GBFact
'
Me.GBFact.Location = New System.Drawing.Point(390, 110)
Me.GBFact.Name = "GBFact"
Me.GBFact.Size = New System.Drawing.Size(160, 180)
Me.GBFact.TabIndex = 23
Me.GBFact.TabStop = False
Me.GBFact.Text = "Examens facultatifs : "
Me.GBFact.Visible = False
'
'GBOral
'
Me.GBOral.Location = New System.Drawing.Point(201, 110)
Me.GBOral.Name = "GBOral"
Me.GBOral.Size = New System.Drawing.Size(160, 180)
Me.GBOral.TabIndex = 22
Me.GBOral.TabStop = False
Me.GBOral.Text = "Passage à l'oral : "
'
'GBEcrit
'
Me.GBEcrit.Location = New System.Drawing.Point(12, 110)
Me.GBEcrit.Name = "GBEcrit"
Me.GBEcrit.Size = New System.Drawing.Size(160, 180)
Me.GBEcrit.TabIndex = 21
Me.GBEcrit.TabStop = False
Me.GBEcrit.Text = "Passages à l'écrit : "
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Lbl1.Location = New System.Drawing.Point(12, 9)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(286, 15)
Me.Lbl1.TabIndex = 20
Me.Lbl1.Text = "Choisissez les examens que vous souhaitez passer :"
'
'LblNP
'
Me.LblNP.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LblNP.Location = New System.Drawing.Point(379, 9)
Me.LblNP.Name = "LblNP"
Me.LblNP.Size = New System.Drawing.Size(171, 15)
Me.LblNP.TabIndex = 19
Me.LblNP.Text = "Nom, Prenom"
Me.LblNP.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(261, 333)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(87, 27)
Me.Button1.TabIndex = 38
Me.Button1.Text = "< &Précédent"
Me.Button1.UseVisualStyleBackColor = True
'
'CmdDelet
'
Me.CmdDelet.Location = New System.Drawing.Point(12, 333)
Me.CmdDelet.Name = "CmdDelet"
Me.CmdDelet.Size = New System.Drawing.Size(141, 27)
Me.CmdDelet.TabIndex = 39
Me.CmdDelet.Text = "Su&pprimer le candidat"
Me.CmdDelet.UseVisualStyleBackColor = True
'
'FrmEdit3
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(562, 377)
Me.ControlBox = False
Me.Controls.Add(Me.CmdDelet)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.LblRegion)
Me.Controls.Add(Me.CBRegion)
Me.Controls.Add(Me.GBFact)
Me.Controls.Add(Me.GBOral)
Me.Controls.Add(Me.GBEcrit)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.LblNP)
Me.Controls.Add(Me.CmdNext)
Me.Controls.Add(Me.CmdAnnul)
Me.Controls.Add(Me.PictureBox1)
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.FixedDialog
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(568, 405)
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(568, 405)
Me.Name = "FrmEdit3"
Me.Text = "Assistant édition d'inscription (3/4)"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents CmdNext As System.Windows.Forms.Button
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents RBno As System.Windows.Forms.RadioButton
Friend WithEvents RBYes As System.Windows.Forms.RadioButton
Friend WithEvents LblFaclt As System.Windows.Forms.Label
Friend WithEvents LblRegion As System.Windows.Forms.Label
Friend WithEvents CBRegion As System.Windows.Forms.ComboBox
Friend WithEvents GBFact As System.Windows.Forms.GroupBox
Friend WithEvents GBOral As System.Windows.Forms.GroupBox
Friend WithEvents GBEcrit As System.Windows.Forms.GroupBox
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents LblNP As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents CmdDelet As System.Windows.Forms.Button
End Class

184
FrmEdit3.resx Normal file
View File

@ -0,0 +1,184 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Qk3GDQAAAAAAADYAAAAoAAAAQgIAAAIAAAABABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////AAKgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAg==
</value>
</data>
</root>

26
FrmEdit3.vb Normal file
View File

@ -0,0 +1,26 @@
Public Class FrmEdit3
Private Sub FrmEdit3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Hide()
FrmEdit2.Show()
End Sub
Private Sub CmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click
Me.Hide()
FrmEdit4.Show()
End Sub
Private Sub CmdDelet_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdDelet.Click
Dim Nb As Integer
Nb = MsgBox("voulez-vous réelement supprimer ce candidat ?", MsgBoxStyle.Question & MsgBoxStyle.YesNo, "Supprimer le candidate")
MsgBox(Nb)
If Nb = 6 Then
Me.Close()
FrmAccueil.Show()
End If
End Sub
End Class

224
FrmEdit4.Designer.vb generated Normal file
View File

@ -0,0 +1,224 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmEdit4
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(FrmEdit4))
Me.ListBox3 = New System.Windows.Forms.ListBox
Me.ListBox2 = New System.Windows.Forms.ListBox
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.Lbl2 = New System.Windows.Forms.Label
Me.Lbl1 = New System.Windows.Forms.Label
Me.LblAge = New System.Windows.Forms.Label
Me.LblCPV = New System.Windows.Forms.Label
Me.LblAdrss = New System.Windows.Forms.Label
Me.LblNP = New System.Windows.Forms.Label
Me.LblTitre = New System.Windows.Forms.Label
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.Button1 = New System.Windows.Forms.Button
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'ListBox3
'
Me.ListBox3.Enabled = False
Me.ListBox3.FormattingEnabled = True
Me.ListBox3.ItemHeight = 15
Me.ListBox3.Location = New System.Drawing.Point(349, 161)
Me.ListBox3.Name = "ListBox3"
Me.ListBox3.Size = New System.Drawing.Size(131, 139)
Me.ListBox3.TabIndex = 33
'
'ListBox2
'
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.ItemHeight = 15
Me.ListBox2.Location = New System.Drawing.Point(198, 161)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(131, 139)
Me.ListBox2.TabIndex = 32
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 15
Me.ListBox1.Location = New System.Drawing.Point(47, 161)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(131, 139)
Me.ListBox1.TabIndex = 31
'
'Lbl2
'
Me.Lbl2.AutoSize = True
Me.Lbl2.Location = New System.Drawing.Point(28, 142)
Me.Lbl2.Name = "Lbl2"
Me.Lbl2.Size = New System.Drawing.Size(59, 15)
Me.Lbl2.TabIndex = 30
Me.Lbl2.Text = "Examens :"
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.Location = New System.Drawing.Point(28, 28)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(61, 15)
Me.Lbl1.TabIndex = 29
Me.Lbl1.Text = "Candidat :"
'
'LblAge
'
Me.LblAge.AutoSize = True
Me.LblAge.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblAge.Location = New System.Drawing.Point(44, 116)
Me.LblAge.Name = "LblAge"
Me.LblAge.Size = New System.Drawing.Size(188, 17)
Me.LblAge.TabIndex = 28
Me.LblAge.Text = "Date de naissance (Age)"
'
'LblCPV
'
Me.LblCPV.AutoSize = True
Me.LblCPV.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblCPV.Location = New System.Drawing.Point(44, 93)
Me.LblCPV.Name = "LblCPV"
Me.LblCPV.Size = New System.Drawing.Size(134, 17)
Me.LblCPV.TabIndex = 27
Me.LblCPV.Text = "Code postal, Ville"
'
'LblAdrss
'
Me.LblAdrss.AutoSize = True
Me.LblAdrss.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblAdrss.Location = New System.Drawing.Point(44, 70)
Me.LblAdrss.Name = "LblAdrss"
Me.LblAdrss.Size = New System.Drawing.Size(63, 17)
Me.LblAdrss.TabIndex = 26
Me.LblAdrss.Text = "Adresse"
'
'LblNP
'
Me.LblNP.AutoSize = True
Me.LblNP.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblNP.Location = New System.Drawing.Point(44, 47)
Me.LblNP.Name = "LblNP"
Me.LblNP.Size = New System.Drawing.Size(108, 17)
Me.LblNP.TabIndex = 25
Me.LblNP.Text = "Nom, Prénom"
'
'LblTitre
'
Me.LblTitre.AutoSize = True
Me.LblTitre.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblTitre.Location = New System.Drawing.Point(12, 9)
Me.LblTitre.Name = "LblTitre"
Me.LblTitre.Size = New System.Drawing.Size(153, 15)
Me.LblTitre.TabIndex = 24
Me.LblTitre.Text = "Vérifiez vos informations :"
'
'CmdNext
'
Me.CmdNext.Location = New System.Drawing.Point(354, 333)
Me.CmdNext.Name = "CmdNext"
Me.CmdNext.Size = New System.Drawing.Size(87, 27)
Me.CmdNext.TabIndex = 35
Me.CmdNext.Text = "&Mettre à jour"
Me.CmdNext.UseVisualStyleBackColor = True
'
'CmdAnnul
'
Me.CmdAnnul.Location = New System.Drawing.Point(461, 333)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(87, 27)
Me.CmdAnnul.TabIndex = 36
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(1, 315)
Me.PictureBox1.MaximumSize = New System.Drawing.Size(578, 2)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(560, 2)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 34
Me.PictureBox1.TabStop = False
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(261, 333)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(87, 27)
Me.Button1.TabIndex = 37
Me.Button1.Text = "< &Précédent"
Me.Button1.UseVisualStyleBackColor = True
'
'FrmEdit4
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(562, 377)
Me.ControlBox = False
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.CmdNext)
Me.Controls.Add(Me.CmdAnnul)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.ListBox3)
Me.Controls.Add(Me.ListBox2)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.Lbl2)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.LblAge)
Me.Controls.Add(Me.LblCPV)
Me.Controls.Add(Me.LblAdrss)
Me.Controls.Add(Me.LblNP)
Me.Controls.Add(Me.LblTitre)
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.FixedDialog
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(568, 405)
Me.MinimumSize = New System.Drawing.Size(568, 405)
Me.Name = "FrmEdit4"
Me.Text = "Assistant édition d'inscription (4/4)"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ListBox3 As System.Windows.Forms.ListBox
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents Lbl2 As System.Windows.Forms.Label
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents LblAge As System.Windows.Forms.Label
Friend WithEvents LblCPV As System.Windows.Forms.Label
Friend WithEvents LblAdrss As System.Windows.Forms.Label
Friend WithEvents LblNP As System.Windows.Forms.Label
Friend WithEvents LblTitre As System.Windows.Forms.Label
Friend WithEvents CmdNext As System.Windows.Forms.Button
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Button1 As System.Windows.Forms.Button
End Class

184
FrmEdit4.resx Normal file
View File

@ -0,0 +1,184 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Qk3GDQAAAAAAADYAAAAoAAAAQgIAAAIAAAABABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////AM6goKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAzg==
</value>
</data>
</root>

13
FrmEdit4.vb Normal file
View File

@ -0,0 +1,13 @@
Public Class FrmEdit4
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Hide()
FrmEdit3.Show()
End Sub
Private Sub CmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click
Me.Hide()
FrmAccueil.Show()
End Sub
End Class

196
FrmIsc1.Designer.vb generated Normal file
View File

@ -0,0 +1,196 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmIsc1
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(FrmIsc1))
Me.CmdAnnul = New System.Windows.Forms.Button
Me.CmdNext = New System.Windows.Forms.Button
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.PictureBox2 = New System.Windows.Forms.PictureBox
Me.PictureBox3 = New System.Windows.Forms.PictureBox
Me.LblTitre = New System.Windows.Forms.Label
Me.Lbl1 = New System.Windows.Forms.Label
Me.Lbl2 = New System.Windows.Forms.Label
Me.Lbl3 = New System.Windows.Forms.Label
Me.LblWarn = New System.Windows.Forms.Label
Me.LblNext = New System.Windows.Forms.Label
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'CmdAnnul
'
Me.CmdAnnul.Location = New System.Drawing.Point(461, 333)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(87, 27)
Me.CmdAnnul.TabIndex = 1
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'CmdNext
'
Me.CmdNext.Location = New System.Drawing.Point(354, 333)
Me.CmdNext.Name = "CmdNext"
Me.CmdNext.Size = New System.Drawing.Size(87, 27)
Me.CmdNext.TabIndex = 0
Me.CmdNext.Text = "&Suivant >"
Me.CmdNext.UseVisualStyleBackColor = True
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(1, 315)
Me.PictureBox1.MaximumSize = New System.Drawing.Size(578, 2)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(560, 2)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 2
Me.PictureBox1.TabStop = False
'
'PictureBox2
'
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
Me.PictureBox2.Location = New System.Drawing.Point(186, 1)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(375, 316)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox2.TabIndex = 3
Me.PictureBox2.TabStop = False
'
'PictureBox3
'
Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image)
Me.PictureBox3.Location = New System.Drawing.Point(1, 1)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(187, 316)
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox3.TabIndex = 4
Me.PictureBox3.TabStop = False
'
'LblTitre
'
Me.LblTitre.AutoEllipsis = True
Me.LblTitre.BackColor = System.Drawing.Color.White
Me.LblTitre.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblTitre.Location = New System.Drawing.Point(217, 28)
Me.LblTitre.Name = "LblTitre"
Me.LblTitre.Size = New System.Drawing.Size(316, 66)
Me.LblTitre.TabIndex = 5
Me.LblTitre.Text = "Bienvenue dans l'Assissant insciption"
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.BackColor = System.Drawing.Color.White
Me.Lbl1.Location = New System.Drawing.Point(222, 98)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(150, 15)
Me.Lbl1.TabIndex = 6
Me.Lbl1.Text = "Cet Assistant vous permet :"
'
'Lbl2
'
Me.Lbl2.AutoSize = True
Me.Lbl2.BackColor = System.Drawing.Color.White
Me.Lbl2.Location = New System.Drawing.Point(222, 130)
Me.Lbl2.Name = "Lbl2"
Me.Lbl2.Size = New System.Drawing.Size(223, 15)
Me.Lbl2.TabIndex = 7
Me.Lbl2.Text = "• D'enregister une personne candidate."
'
'Lbl3
'
Me.Lbl3.AutoSize = True
Me.Lbl3.BackColor = System.Drawing.Color.White
Me.Lbl3.Location = New System.Drawing.Point(222, 145)
Me.Lbl3.Name = "Lbl3"
Me.Lbl3.Size = New System.Drawing.Size(293, 15)
Me.Lbl3.TabIndex = 8
Me.Lbl3.Text = "• De définir quels examens ce candidat devra passer."
'
'LblWarn
'
Me.LblWarn.BackColor = System.Drawing.Color.White
Me.LblWarn.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblWarn.Location = New System.Drawing.Point(225, 175)
Me.LblWarn.Name = "LblWarn"
Me.LblWarn.Size = New System.Drawing.Size(308, 127)
Me.LblWarn.TabIndex = 6
Me.LblWarn.Text = "Attention : Vous n'aurez qu'une minute pour renseigner votre identité, et une min" & _
"ute quinze secondes pour choisir vos examens."
'
'LblNext
'
Me.LblNext.Location = New System.Drawing.Point(12, 339)
Me.LblNext.Name = "LblNext"
Me.LblNext.Size = New System.Drawing.Size(324, 21)
Me.LblNext.TabIndex = 9
Me.LblNext.Text = "Cliquez sur Suivant pour contiuer."
Me.LblNext.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'FrmIsc1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(562, 377)
Me.ControlBox = False
Me.Controls.Add(Me.LblNext)
Me.Controls.Add(Me.Lbl3)
Me.Controls.Add(Me.Lbl2)
Me.Controls.Add(Me.LblWarn)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.LblTitre)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.CmdNext)
Me.Controls.Add(Me.CmdAnnul)
Me.Controls.Add(Me.PictureBox3)
Me.Controls.Add(Me.PictureBox2)
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.FixedDialog
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(568, 405)
Me.MinimumSize = New System.Drawing.Size(568, 405)
Me.Name = "FrmIsc1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Assistant inscription (1/4)"
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 CmdAnnul As System.Windows.Forms.Button
Friend WithEvents CmdNext As System.Windows.Forms.Button
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
Friend WithEvents LblTitre As System.Windows.Forms.Label
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents Lbl2 As System.Windows.Forms.Label
Friend WithEvents Lbl3 As System.Windows.Forms.Label
Friend WithEvents LblWarn As System.Windows.Forms.Label
Friend WithEvents LblNext As System.Windows.Forms.Label
End Class

20560
FrmIsc1.resx Normal file

File diff suppressed because it is too large Load Diff

16
FrmIsc1.vb Normal file
View File

@ -0,0 +1,16 @@
Public Class FrmIsc1
Private Sub FrmIsc1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdAnnul.Click
Me.Close()
FrmAccueil.Show()
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click
Me.Hide()
FrmIsc2.Show()
End Sub
End Class

253
FrmIsc2.Designer.vb generated Normal file
View File

@ -0,0 +1,253 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmIsc2
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(FrmIsc2))
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.TmrCaR = New System.Windows.Forms.Timer(Me.components)
Me.Lbl1 = New System.Windows.Forms.Label
Me.LblNom = New System.Windows.Forms.Label
Me.LblPrenom = New System.Windows.Forms.Label
Me.LblAdrss = New System.Windows.Forms.Label
Me.LblCP = New System.Windows.Forms.Label
Me.LblVille = New System.Windows.Forms.Label
Me.LblAge = New System.Windows.Forms.Label
Me.TBNom = New System.Windows.Forms.TextBox
Me.TBPrenom = New System.Windows.Forms.TextBox
Me.TBAdrss = New System.Windows.Forms.TextBox
Me.TBCP = New System.Windows.Forms.TextBox
Me.TBVille = New System.Windows.Forms.TextBox
Me.TBAge = New System.Windows.Forms.TextBox
Me.LblCaR = New System.Windows.Forms.Label
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(1, 315)
Me.PictureBox1.MaximumSize = New System.Drawing.Size(578, 2)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(560, 2)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 3
Me.PictureBox1.TabStop = False
'
'CmdNext
'
Me.CmdNext.Location = New System.Drawing.Point(354, 333)
Me.CmdNext.Name = "CmdNext"
Me.CmdNext.Size = New System.Drawing.Size(87, 27)
Me.CmdNext.TabIndex = 4
Me.CmdNext.Text = "&Suivant >"
Me.CmdNext.UseVisualStyleBackColor = True
'
'CmdAnnul
'
Me.CmdAnnul.Location = New System.Drawing.Point(461, 333)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(87, 27)
Me.CmdAnnul.TabIndex = 5
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'TmrCaR
'
Me.TmrCaR.Interval = 1000
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Lbl1.Location = New System.Drawing.Point(104, 9)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(173, 15)
Me.Lbl1.TabIndex = 6
Me.Lbl1.Text = "Renseignez votre identité ici :"
'
'LblNom
'
Me.LblNom.AutoSize = True
Me.LblNom.Location = New System.Drawing.Point(151, 70)
Me.LblNom.Name = "LblNom"
Me.LblNom.Size = New System.Drawing.Size(40, 15)
Me.LblNom.TabIndex = 7
Me.LblNom.Text = "Nom :"
'
'LblPrenom
'
Me.LblPrenom.AutoSize = True
Me.LblPrenom.Location = New System.Drawing.Point(136, 100)
Me.LblPrenom.Name = "LblPrenom"
Me.LblPrenom.Size = New System.Drawing.Size(55, 15)
Me.LblPrenom.TabIndex = 8
Me.LblPrenom.Text = "Prénom :"
'
'LblAdrss
'
Me.LblAdrss.AutoSize = True
Me.LblAdrss.Location = New System.Drawing.Point(137, 130)
Me.LblAdrss.Name = "LblAdrss"
Me.LblAdrss.Size = New System.Drawing.Size(54, 15)
Me.LblAdrss.TabIndex = 9
Me.LblAdrss.Text = "Adresse :"
'
'LblCP
'
Me.LblCP.AutoSize = True
Me.LblCP.Location = New System.Drawing.Point(115, 160)
Me.LblCP.Name = "LblCP"
Me.LblCP.Size = New System.Drawing.Size(76, 15)
Me.LblCP.TabIndex = 10
Me.LblCP.Text = "Code Postal :"
'
'LblVille
'
Me.LblVille.AutoSize = True
Me.LblVille.Location = New System.Drawing.Point(156, 192)
Me.LblVille.Name = "LblVille"
Me.LblVille.Size = New System.Drawing.Size(35, 15)
Me.LblVille.TabIndex = 11
Me.LblVille.Text = "Ville :"
'
'LblAge
'
Me.LblAge.AutoSize = True
Me.LblAge.Location = New System.Drawing.Point(157, 222)
Me.LblAge.Name = "LblAge"
Me.LblAge.Size = New System.Drawing.Size(34, 15)
Me.LblAge.TabIndex = 12
Me.LblAge.Text = "Age :"
'
'TBNom
'
Me.TBNom.Location = New System.Drawing.Point(197, 67)
Me.TBNom.Name = "TBNom"
Me.TBNom.Size = New System.Drawing.Size(125, 23)
Me.TBNom.TabIndex = 14
'
'TBPrenom
'
Me.TBPrenom.Location = New System.Drawing.Point(197, 97)
Me.TBPrenom.Name = "TBPrenom"
Me.TBPrenom.Size = New System.Drawing.Size(125, 23)
Me.TBPrenom.TabIndex = 15
'
'TBAdrss
'
Me.TBAdrss.Location = New System.Drawing.Point(197, 127)
Me.TBAdrss.Name = "TBAdrss"
Me.TBAdrss.Size = New System.Drawing.Size(250, 23)
Me.TBAdrss.TabIndex = 16
'
'TBCP
'
Me.TBCP.Location = New System.Drawing.Point(197, 157)
Me.TBCP.Name = "TBCP"
Me.TBCP.Size = New System.Drawing.Size(80, 23)
Me.TBCP.TabIndex = 17
'
'TBVille
'
Me.TBVille.Location = New System.Drawing.Point(197, 189)
Me.TBVille.Name = "TBVille"
Me.TBVille.Size = New System.Drawing.Size(125, 23)
Me.TBVille.TabIndex = 18
'
'TBAge
'
Me.TBAge.Location = New System.Drawing.Point(197, 219)
Me.TBAge.Name = "TBAge"
Me.TBAge.Size = New System.Drawing.Size(40, 23)
Me.TBAge.TabIndex = 19
'
'LblCaR
'
Me.LblCaR.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LblCaR.Location = New System.Drawing.Point(12, 339)
Me.LblCaR.Name = "LblCaR"
Me.LblCaR.Size = New System.Drawing.Size(325, 19)
Me.LblCaR.TabIndex = 20
Me.LblCaR.Text = "Vous disposez d'une minute restante."
Me.LblCaR.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'FrmIsc2
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(562, 377)
Me.ControlBox = False
Me.Controls.Add(Me.LblCaR)
Me.Controls.Add(Me.TBAge)
Me.Controls.Add(Me.TBVille)
Me.Controls.Add(Me.TBCP)
Me.Controls.Add(Me.TBAdrss)
Me.Controls.Add(Me.TBPrenom)
Me.Controls.Add(Me.TBNom)
Me.Controls.Add(Me.LblAge)
Me.Controls.Add(Me.LblVille)
Me.Controls.Add(Me.LblCP)
Me.Controls.Add(Me.LblAdrss)
Me.Controls.Add(Me.LblPrenom)
Me.Controls.Add(Me.LblNom)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.CmdNext)
Me.Controls.Add(Me.CmdAnnul)
Me.Controls.Add(Me.PictureBox1)
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.FixedDialog
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(568, 405)
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(568, 405)
Me.Name = "FrmIsc2"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Assistant inscription (2/4)"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents CmdNext As System.Windows.Forms.Button
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
Friend WithEvents TmrCaR As System.Windows.Forms.Timer
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents LblNom As System.Windows.Forms.Label
Friend WithEvents LblPrenom As System.Windows.Forms.Label
Friend WithEvents LblAdrss As System.Windows.Forms.Label
Friend WithEvents LblCP As System.Windows.Forms.Label
Friend WithEvents LblVille As System.Windows.Forms.Label
Friend WithEvents LblAge As System.Windows.Forms.Label
Friend WithEvents TBNom As System.Windows.Forms.TextBox
Friend WithEvents TBPrenom As System.Windows.Forms.TextBox
Friend WithEvents TBAdrss As System.Windows.Forms.TextBox
Friend WithEvents TBCP As System.Windows.Forms.TextBox
Friend WithEvents TBVille As System.Windows.Forms.TextBox
Friend WithEvents TBAge As System.Windows.Forms.TextBox
Friend WithEvents LblCaR As System.Windows.Forms.Label
End Class

190
FrmIsc2.resx Normal file
View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Qk3GDQAAAAAAADYAAAAoAAAAQgIAAAIAAAABABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////cwCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKBzAA==
</value>
</data>
<metadata name="TmrCaR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

39
FrmIsc2.vb Normal file
View File

@ -0,0 +1,39 @@
Public Class FrmIsc2
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdAnnul.Click
Me.Close()
FrmAccueil.Show()
TmrCaR.Stop()
End Sub
Private Sub TmrCaR_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TmrCaR.Tick
LblCaR.Tag -= 1
If LblCaR.Tag <= 1 Then
LblCaR.Text = "Vous disposez de " & LblCaR.Tag & " seconde."
End If
If LblCaR.Tag < 60 And LblCaR.Tag <> 1 Then
LblCaR.Text = "Vous disposez de " & LblCaR.Tag & " secondes."
End If
If LblCaR.Tag <= 10 Then
LblCaR.ForeColor = Color.Red
End If
If LblCaR.Tag <= 0 Then
TmrCaR.Stop()
LblCaR.Text = "Le temps impartie est écoulée."
MsgBox("Le temps impartie est écoulé. L'inscription a échoué.", MsgBoxStyle.Exclamation, "Echec")
End
End If
End Sub
Private Sub FrmIsc2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
LblCaR.Tag = 60
TmrCaR.Start()
End Sub
Private Sub CmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click
Me.Hide()
FrmIsc3.Show()
TmrCaR.Stop()
End Sub
End Class

248
FrmIsc3.Designer.vb generated Normal file
View File

@ -0,0 +1,248 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmIsc3
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(FrmIsc3))
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.LblNP = New System.Windows.Forms.Label
Me.Lbl1 = New System.Windows.Forms.Label
Me.GBEcrit = New System.Windows.Forms.GroupBox
Me.GBOral = New System.Windows.Forms.GroupBox
Me.GBFact = New System.Windows.Forms.GroupBox
Me.CBRegion = New System.Windows.Forms.ComboBox
Me.LblRegion = New System.Windows.Forms.Label
Me.TmrCaR = New System.Windows.Forms.Timer(Me.components)
Me.LblCaR = New System.Windows.Forms.Label
Me.LblFaclt = New System.Windows.Forms.Label
Me.Panel1 = New System.Windows.Forms.Panel
Me.RBno = New System.Windows.Forms.RadioButton
Me.RBYes = New System.Windows.Forms.RadioButton
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'CmdNext
'
Me.CmdNext.Location = New System.Drawing.Point(354, 333)
Me.CmdNext.Name = "CmdNext"
Me.CmdNext.Size = New System.Drawing.Size(87, 27)
Me.CmdNext.TabIndex = 7
Me.CmdNext.Text = "&Suivant >"
Me.CmdNext.UseVisualStyleBackColor = True
'
'CmdAnnul
'
Me.CmdAnnul.Location = New System.Drawing.Point(461, 333)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(87, 27)
Me.CmdAnnul.TabIndex = 8
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(1, 315)
Me.PictureBox1.MaximumSize = New System.Drawing.Size(578, 2)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(560, 2)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 6
Me.PictureBox1.TabStop = False
'
'LblNP
'
Me.LblNP.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LblNP.Location = New System.Drawing.Point(379, 9)
Me.LblNP.Name = "LblNP"
Me.LblNP.Size = New System.Drawing.Size(171, 15)
Me.LblNP.TabIndex = 9
Me.LblNP.Text = "Nom, Prenom"
Me.LblNP.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Lbl1.Location = New System.Drawing.Point(12, 9)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(286, 15)
Me.Lbl1.TabIndex = 10
Me.Lbl1.Text = "Choisissez les examens que vous souhaitez passer :"
'
'GBEcrit
'
Me.GBEcrit.Location = New System.Drawing.Point(12, 110)
Me.GBEcrit.Name = "GBEcrit"
Me.GBEcrit.Size = New System.Drawing.Size(160, 180)
Me.GBEcrit.TabIndex = 11
Me.GBEcrit.TabStop = False
Me.GBEcrit.Text = "Passages à l'écrit : "
'
'GBOral
'
Me.GBOral.Location = New System.Drawing.Point(201, 110)
Me.GBOral.Name = "GBOral"
Me.GBOral.Size = New System.Drawing.Size(160, 180)
Me.GBOral.TabIndex = 12
Me.GBOral.TabStop = False
Me.GBOral.Text = "Passage à l'oral : "
'
'GBFact
'
Me.GBFact.Location = New System.Drawing.Point(390, 110)
Me.GBFact.Name = "GBFact"
Me.GBFact.Size = New System.Drawing.Size(160, 180)
Me.GBFact.TabIndex = 13
Me.GBFact.TabStop = False
Me.GBFact.Text = "Examens facultatifs : "
Me.GBFact.Visible = False
'
'CBRegion
'
Me.CBRegion.FormattingEnabled = True
Me.CBRegion.Location = New System.Drawing.Point(212, 38)
Me.CBRegion.Name = "CBRegion"
Me.CBRegion.Size = New System.Drawing.Size(121, 23)
Me.CBRegion.TabIndex = 14
'
'LblRegion
'
Me.LblRegion.AutoSize = True
Me.LblRegion.Location = New System.Drawing.Point(12, 41)
Me.LblRegion.Name = "LblRegion"
Me.LblRegion.Size = New System.Drawing.Size(182, 15)
Me.LblRegion.TabIndex = 15
Me.LblRegion.Text = "Choisissez la région de l'examen :"
'
'TmrCaR
'
Me.TmrCaR.Interval = 1000
'
'LblCaR
'
Me.LblCaR.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LblCaR.Location = New System.Drawing.Point(14, 339)
Me.LblCaR.Name = "LblCaR"
Me.LblCaR.Size = New System.Drawing.Size(319, 21)
Me.LblCaR.TabIndex = 16
Me.LblCaR.Text = "Vous disposez d'une minute et 15 secondes restantes."
Me.LblCaR.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'LblFaclt
'
Me.LblFaclt.AutoSize = True
Me.LblFaclt.Location = New System.Drawing.Point(11, 6)
Me.LblFaclt.Name = "LblFaclt"
Me.LblFaclt.Size = New System.Drawing.Size(276, 15)
Me.LblFaclt.TabIndex = 17
Me.LblFaclt.Text = "Voulez-vous participer a des épreuves facultatives ?"
'
'Panel1
'
Me.Panel1.Controls.Add(Me.RBno)
Me.Panel1.Controls.Add(Me.RBYes)
Me.Panel1.Controls.Add(Me.LblFaclt)
Me.Panel1.Enabled = False
Me.Panel1.Location = New System.Drawing.Point(1, 67)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(549, 26)
Me.Panel1.TabIndex = 18
'
'RBno
'
Me.RBno.AutoSize = True
Me.RBno.Location = New System.Drawing.Point(345, 4)
Me.RBno.Name = "RBno"
Me.RBno.Size = New System.Drawing.Size(48, 19)
Me.RBno.TabIndex = 19
Me.RBno.TabStop = True
Me.RBno.Text = "Non"
Me.RBno.UseVisualStyleBackColor = True
'
'RBYes
'
Me.RBYes.AutoSize = True
Me.RBYes.Location = New System.Drawing.Point(295, 4)
Me.RBYes.Name = "RBYes"
Me.RBYes.Size = New System.Drawing.Size(44, 19)
Me.RBYes.TabIndex = 18
Me.RBYes.TabStop = True
Me.RBYes.Text = "Oui"
Me.RBYes.UseVisualStyleBackColor = True
'
'FrmIsc3
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(562, 377)
Me.ControlBox = False
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.LblCaR)
Me.Controls.Add(Me.LblRegion)
Me.Controls.Add(Me.CBRegion)
Me.Controls.Add(Me.GBFact)
Me.Controls.Add(Me.GBOral)
Me.Controls.Add(Me.GBEcrit)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.LblNP)
Me.Controls.Add(Me.CmdNext)
Me.Controls.Add(Me.CmdAnnul)
Me.Controls.Add(Me.PictureBox1)
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.FixedDialog
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(568, 405)
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(568, 405)
Me.Name = "FrmIsc3"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Assistant inscription (3/4)"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents CmdNext As System.Windows.Forms.Button
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents LblNP As System.Windows.Forms.Label
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents GBEcrit As System.Windows.Forms.GroupBox
Friend WithEvents GBOral As System.Windows.Forms.GroupBox
Friend WithEvents GBFact As System.Windows.Forms.GroupBox
Friend WithEvents CBRegion As System.Windows.Forms.ComboBox
Friend WithEvents LblRegion As System.Windows.Forms.Label
Friend WithEvents TmrCaR As System.Windows.Forms.Timer
Friend WithEvents LblCaR As System.Windows.Forms.Label
Friend WithEvents LblFaclt As System.Windows.Forms.Label
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents RBno As System.Windows.Forms.RadioButton
Friend WithEvents RBYes As System.Windows.Forms.RadioButton
End Class

190
FrmIsc3.resx Normal file
View File

@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Qk3GDQAAAAAAADYAAAAoAAAAQgIAAAIAAAABABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////AAKgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAg==
</value>
</data>
<metadata name="TmrCaR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

44
FrmIsc3.vb Normal file
View File

@ -0,0 +1,44 @@
Public Class FrmIsc3
Private Sub FrmIsc3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
TmrCaR.Start()
LblCaR.Tag = 60 + 15
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdAnnul.Click
Me.Close()
FrmAccueil.Show()
TmrCaR.Stop()
End Sub
Private Sub TmrCaR_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TmrCaR.Tick
LblCaR.Tag -= 1
If LblCaR.Tag <= 1 Then
LblCaR.Text = "Vous disposez de " & LblCaR.Tag & " seconde restante."
End If
If LblCaR.Tag > 61 Then
LblCaR.Text = "Vous disposez d'une minute et " & LblCaR.Tag - 60 & " secondes restantes."
End If
If LblCaR.Tag = 61 Then
LblCaR.Text = "Vous disposez d'une minute et " & LblCaR.Tag - 60 & " seconde restante."
End If
If LblCaR.Tag <= 60 And LblCaR.Tag <> 1 Then
LblCaR.Text = "Vous disposez de " & LblCaR.Tag & " secondes restantes."
End If
If LblCaR.Tag <= 10 Then
LblCaR.ForeColor = Color.Red
End If
If LblCaR.Tag <= 0 Then
TmrCaR.Stop()
LblCaR.Text = "Le temps impartie est écoulée."
MsgBox("Le temps impartie est écoulé. L'inscription a échoué.", MsgBoxStyle.Exclamation, "Echec")
End
End If
End Sub
Private Sub CmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click
TmrCaR.Stop()
Me.Hide()
FrmIsc4.Show()
End Sub
End Class

214
FrmIsc4.Designer.vb generated Normal file
View File

@ -0,0 +1,214 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmIsc4
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(FrmIsc4))
Me.CmdNext = New System.Windows.Forms.Button
Me.CmdAnnul = New System.Windows.Forms.Button
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.LblTitre = New System.Windows.Forms.Label
Me.LblNP = New System.Windows.Forms.Label
Me.LblAdrss = New System.Windows.Forms.Label
Me.LblCPV = New System.Windows.Forms.Label
Me.LblAge = New System.Windows.Forms.Label
Me.Lbl1 = New System.Windows.Forms.Label
Me.Lbl2 = New System.Windows.Forms.Label
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.ListBox2 = New System.Windows.Forms.ListBox
Me.ListBox3 = New System.Windows.Forms.ListBox
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'CmdNext
'
Me.CmdNext.Location = New System.Drawing.Point(354, 333)
Me.CmdNext.Name = "CmdNext"
Me.CmdNext.Size = New System.Drawing.Size(87, 27)
Me.CmdNext.TabIndex = 10
Me.CmdNext.Text = "Enregi&strer"
Me.CmdNext.UseVisualStyleBackColor = True
'
'CmdAnnul
'
Me.CmdAnnul.Location = New System.Drawing.Point(461, 333)
Me.CmdAnnul.Name = "CmdAnnul"
Me.CmdAnnul.Size = New System.Drawing.Size(87, 27)
Me.CmdAnnul.TabIndex = 11
Me.CmdAnnul.Text = "Annuler"
Me.CmdAnnul.UseVisualStyleBackColor = True
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(1, 315)
Me.PictureBox1.MaximumSize = New System.Drawing.Size(578, 2)
Me.PictureBox1.MinimumSize = New System.Drawing.Size(0, 2)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(560, 2)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 9
Me.PictureBox1.TabStop = False
'
'LblTitre
'
Me.LblTitre.AutoSize = True
Me.LblTitre.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblTitre.Location = New System.Drawing.Point(12, 9)
Me.LblTitre.Name = "LblTitre"
Me.LblTitre.Size = New System.Drawing.Size(153, 15)
Me.LblTitre.TabIndex = 12
Me.LblTitre.Text = "Vérifiez vos informations :"
'
'LblNP
'
Me.LblNP.AutoSize = True
Me.LblNP.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblNP.Location = New System.Drawing.Point(44, 47)
Me.LblNP.Name = "LblNP"
Me.LblNP.Size = New System.Drawing.Size(108, 17)
Me.LblNP.TabIndex = 13
Me.LblNP.Text = "Nom, Prénom"
'
'LblAdrss
'
Me.LblAdrss.AutoSize = True
Me.LblAdrss.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblAdrss.Location = New System.Drawing.Point(44, 70)
Me.LblAdrss.Name = "LblAdrss"
Me.LblAdrss.Size = New System.Drawing.Size(63, 17)
Me.LblAdrss.TabIndex = 15
Me.LblAdrss.Text = "Adresse"
'
'LblCPV
'
Me.LblCPV.AutoSize = True
Me.LblCPV.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblCPV.Location = New System.Drawing.Point(44, 93)
Me.LblCPV.Name = "LblCPV"
Me.LblCPV.Size = New System.Drawing.Size(134, 17)
Me.LblCPV.TabIndex = 17
Me.LblCPV.Text = "Code postal, Ville"
'
'LblAge
'
Me.LblAge.AutoSize = True
Me.LblAge.Font = New System.Drawing.Font("Lucida Handwriting", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LblAge.Location = New System.Drawing.Point(44, 116)
Me.LblAge.Name = "LblAge"
Me.LblAge.Size = New System.Drawing.Size(188, 17)
Me.LblAge.TabIndex = 18
Me.LblAge.Text = "Date de naissance (Age)"
'
'Lbl1
'
Me.Lbl1.AutoSize = True
Me.Lbl1.Location = New System.Drawing.Point(28, 28)
Me.Lbl1.Name = "Lbl1"
Me.Lbl1.Size = New System.Drawing.Size(61, 15)
Me.Lbl1.TabIndex = 19
Me.Lbl1.Text = "Candidat :"
'
'Lbl2
'
Me.Lbl2.AutoSize = True
Me.Lbl2.Location = New System.Drawing.Point(28, 142)
Me.Lbl2.Name = "Lbl2"
Me.Lbl2.Size = New System.Drawing.Size(59, 15)
Me.Lbl2.TabIndex = 20
Me.Lbl2.Text = "Examens :"
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 15
Me.ListBox1.Location = New System.Drawing.Point(47, 161)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(131, 139)
Me.ListBox1.TabIndex = 21
'
'ListBox2
'
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.ItemHeight = 15
Me.ListBox2.Location = New System.Drawing.Point(198, 161)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(131, 139)
Me.ListBox2.TabIndex = 22
'
'ListBox3
'
Me.ListBox3.Enabled = False
Me.ListBox3.FormattingEnabled = True
Me.ListBox3.ItemHeight = 15
Me.ListBox3.Location = New System.Drawing.Point(349, 161)
Me.ListBox3.Name = "ListBox3"
Me.ListBox3.Size = New System.Drawing.Size(131, 139)
Me.ListBox3.TabIndex = 23
'
'FrmIsc4
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(562, 377)
Me.ControlBox = False
Me.Controls.Add(Me.ListBox3)
Me.Controls.Add(Me.ListBox2)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.Lbl2)
Me.Controls.Add(Me.Lbl1)
Me.Controls.Add(Me.LblAge)
Me.Controls.Add(Me.LblCPV)
Me.Controls.Add(Me.LblAdrss)
Me.Controls.Add(Me.LblNP)
Me.Controls.Add(Me.LblTitre)
Me.Controls.Add(Me.CmdNext)
Me.Controls.Add(Me.CmdAnnul)
Me.Controls.Add(Me.PictureBox1)
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.FixedDialog
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(568, 405)
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(568, 405)
Me.Name = "FrmIsc4"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Assistant inscription (4/4)"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents CmdNext As System.Windows.Forms.Button
Friend WithEvents CmdAnnul As System.Windows.Forms.Button
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents LblTitre As System.Windows.Forms.Label
Friend WithEvents LblNP As System.Windows.Forms.Label
Friend WithEvents LblAdrss As System.Windows.Forms.Label
Friend WithEvents LblCPV As System.Windows.Forms.Label
Friend WithEvents LblAge As System.Windows.Forms.Label
Friend WithEvents Lbl1 As System.Windows.Forms.Label
Friend WithEvents Lbl2 As System.Windows.Forms.Label
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
Friend WithEvents ListBox3 As System.Windows.Forms.ListBox
End Class

187
FrmIsc4.resx Normal file
View File

@ -0,0 +1,187 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Qk3GDQAAAAAAADYAAAAoAAAAQgIAAAIAAAABABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////AAKgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAg==
</value>
</data>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

12
FrmIsc4.vb Normal file
View File

@ -0,0 +1,12 @@
Public Class FrmIsc4
Private Sub CmdAnnul_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdAnnul.Click
Me.Close()
FrmAccueil.Show()
End Sub
Private Sub CmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click
MsgBox("Votre inscription a été effectuée avec succès." & vbCrLf & "Votre numéro de candidature est : " & vbCrLf & "Gardez le précieusement.", MsgBoxStyle.Information, "Inscription réussie.")
Me.Close()
End Sub
End Class

38
My Project/Application.Designer.vb generated Normal file
View File

@ -0,0 +1,38 @@
'------------------------------------------------------------------------------
' <auto-generated>
' Ce code a été généré par un outil.
' Version du runtime :2.0.50727.4927
'
' Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
' le code est régénéré.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
'REMARQUE : ce fichier étant généré automatiquement, ne le modifiez pas directement. Pour apporter des modifications,
' ou si vous rencontrez des erreurs de génération dans ce fichier, accédez au Concepteur de projets
' (allez dans les propriétés du projet ou double-cliquez sur le noeud My project dans
' l'Explorateur de solutions), puis apportez vos modifications sous l'onglet Application.
'
Partial Friend Class MyApplication
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
Me.IsSingleInstance = false
Me.EnableVisualStyles = true
Me.SaveMySettingsOnExit = true
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.Projet_VB_110_Priet_Sabourin.FrmAccueil
End Sub
End Class
End Namespace

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>true</MySubMain>
<MainForm>FrmAccueil</MainForm>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>

View File

@ -0,0 +1,39 @@
Imports System.Resources
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' Les informations générales relatives à un assembly dépendent de
' l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
' associées à un assembly.
' Vérifiez les valeurs des attributs de l'assembly
<Assembly: AssemblyTitle("Candide Pro 7")>
<Assembly: AssemblyDescription("Elève de l'Ecole normale supérieure et inspécteur d'académie, Charles Dupuy est la personnalité politique du début du XXème Siècle avant activement participé à la réforme de l'enseignement. Sa culture de l'art et de la philosophie témoigne d'une éducation complète, et aujourd'hui encore son savoir nous a inspiré la création de Candide Pro 7.")>
<Assembly: AssemblyCompany("Priet & Sabourin Corporation")>
<Assembly: AssemblyProduct("Candide Pro 7")>
<Assembly: AssemblyCopyright("Copyright © 2010")>
<Assembly: AssemblyTrademark("Priet & Sabourin Corporation")>
<Assembly: ComVisible(False)>
'Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM
<Assembly: Guid("8e19b159-3360-48f6-9d7a-8ac8498db535")>
' Les informations de version pour un assembly se composent des quatre valeurs suivantes :
'
' Version principale
' Version secondaire
' Numéro de build
' Révision
'
' Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
' en utilisant '*', comme indiqué ci-dessous :
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("7.0.0.1")>
<Assembly: AssemblyFileVersion("7.0.0.1")>
<Assembly: NeutralResourcesLanguageAttribute("fr-FR")>

62
My Project/Resources.Designer.vb generated Normal file
View File

@ -0,0 +1,62 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.4927
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My.Resources
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
'<summary>
' A strongly-typed resource class, for looking up localized strings, etc.
'</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'<summary>
' Returns the cached ResourceManager instance used by this class.
'</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Projet_VB_110_Priet_Sabourin.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'<summary>
' Overrides the current thread's CurrentUICulture property for all
' resource lookups using this strongly typed resource class.
'</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set(ByVal value As Global.System.Globalization.CultureInfo)
resourceCulture = value
End Set
End Property
End Module
End Namespace

117
My Project/Resources.resx Normal file
View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

73
My Project/Settings.Designer.vb generated Normal file
View File

@ -0,0 +1,73 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.4927
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.Projet_VB_110_Priet_Sabourin.My.MySettings
Get
Return Global.Projet_VB_110_Priet_Sabourin.My.MySettings.Default
End Get
End Property
End Module
End Namespace

View File

@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

View File

@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Projet-VB_110_Priet-Sabourin", "Projet-VB_110_Priet-Sabourin\Projet-VB_110_Priet-Sabourin.vbproj", "{2126D83F-352A-4612-BEAF-B2AB0183CF98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2126D83F-352A-4612-BEAF-B2AB0183CF98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2126D83F-352A-4612-BEAF-B2AB0183CF98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2126D83F-352A-4612-BEAF-B2AB0183CF98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2126D83F-352A-4612-BEAF-B2AB0183CF98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Binary file not shown.

View File

@ -0,0 +1,254 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2126D83F-352A-4612-BEAF-B2AB0183CF98}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>Projet_VB_110_Priet_Sabourin.My.MyApplication</StartupObject>
<RootNamespace>Projet_VB_110_Priet_Sabourin</RootNamespace>
<AssemblyName>Projet-VB_110_Priet-Sabourin</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
<ApplicationIcon>word.ico</ApplicationIcon>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>Projet-VB_110_Priet-Sabourin.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>Projet-VB_110_Priet-Sabourin.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutBox1.Designer.vb">
<DependentUpon>AboutBox1.vb</DependentUpon>
</Compile>
<Compile Include="AboutBox1.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmEdit1.Designer.vb">
<DependentUpon>FrmEdit1.vb</DependentUpon>
</Compile>
<Compile Include="FrmEdit1.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmEdit2.Designer.vb">
<DependentUpon>FrmEdit2.vb</DependentUpon>
</Compile>
<Compile Include="FrmEdit2.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmEdit3.Designer.vb">
<DependentUpon>FrmEdit3.vb</DependentUpon>
</Compile>
<Compile Include="FrmEdit3.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmEdit4.Designer.vb">
<DependentUpon>FrmEdit4.vb</DependentUpon>
</Compile>
<Compile Include="FrmEdit4.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmIsc4.Designer.vb">
<DependentUpon>FrmIsc4.vb</DependentUpon>
</Compile>
<Compile Include="FrmIsc4.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmAccueil.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmAccueil.Designer.vb">
<DependentUpon>FrmAccueil.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmIsc1.Designer.vb">
<DependentUpon>FrmIsc1.vb</DependentUpon>
</Compile>
<Compile Include="FrmIsc1.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmIsc2.Designer.vb">
<DependentUpon>FrmIsc2.vb</DependentUpon>
</Compile>
<Compile Include="FrmIsc2.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmIsc3.Designer.vb">
<DependentUpon>FrmIsc3.vb</DependentUpon>
</Compile>
<Compile Include="FrmIsc3.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="AboutBox1.resx">
<DependentUpon>AboutBox1.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmEdit1.resx">
<DependentUpon>FrmEdit1.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmEdit2.resx">
<DependentUpon>FrmEdit2.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmEdit3.resx">
<DependentUpon>FrmEdit3.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmEdit4.resx">
<DependentUpon>FrmEdit4.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmIsc4.resx">
<DependentUpon>FrmIsc4.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmAccueil.resx">
<DependentUpon>FrmAccueil.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmIsc1.resx">
<DependentUpon>FrmIsc1.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmIsc2.resx">
<DependentUpon>FrmIsc2.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmIsc3.resx">
<DependentUpon>FrmIsc3.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="word.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

View File

@ -0,0 +1,15 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory>
</InstallUrlHistory>
<SupportUrlHistory>
</SupportUrlHistory>
<UpdateUrlHistory>
</UpdateUrlHistory>
<BootstrapperUrlHistory>
</BootstrapperUrlHistory>
<FallbackCulture>fr-FR</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>

BIN
Thumbs.db Normal file

Binary file not shown.

BIN
word.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB