diff --git a/FrmAccueil.Designer.vb b/FrmAccueil.Designer.vb index 9da0b08..166ebea 100644 --- a/FrmAccueil.Designer.vb +++ b/FrmAccueil.Designer.vb @@ -39,7 +39,7 @@ Partial Class FrmAccueil 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.Text = "Bienvenue dans Candidat 7 Pro, votre logiciel de gestion de candidature." Me.Lbl1.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'PBDupuy @@ -54,18 +54,18 @@ Partial Class FrmAccueil ' 'CmdNew ' - Me.CmdNew.Location = New System.Drawing.Point(274, 40) + Me.CmdNew.Location = New System.Drawing.Point(259, 40) Me.CmdNew.Name = "CmdNew" - Me.CmdNew.Size = New System.Drawing.Size(130, 27) + Me.CmdNew.Size = New System.Drawing.Size(145, 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.Location = New System.Drawing.Point(259, 86) Me.CmdEdit.Name = "CmdEdit" - Me.CmdEdit.Size = New System.Drawing.Size(130, 27) + Me.CmdEdit.Size = New System.Drawing.Size(145, 27) Me.CmdEdit.TabIndex = 1 Me.CmdEdit.Text = "Editer / &Supprimer..." Me.CmdEdit.UseVisualStyleBackColor = True @@ -73,9 +73,9 @@ Partial Class FrmAccueil 'CmdAff ' Me.CmdAff.Enabled = False - Me.CmdAff.Location = New System.Drawing.Point(274, 142) + Me.CmdAff.Location = New System.Drawing.Point(259, 147) Me.CmdAff.Name = "CmdAff" - Me.CmdAff.Size = New System.Drawing.Size(130, 27) + Me.CmdAff.Size = New System.Drawing.Size(145, 27) Me.CmdAff.TabIndex = 2 Me.CmdAff.Text = "&Liste..." Me.CmdAff.UseVisualStyleBackColor = True @@ -83,20 +83,20 @@ Partial Class FrmAccueil 'CmdBilan ' Me.CmdBilan.Enabled = False - Me.CmdBilan.Location = New System.Drawing.Point(274, 187) + Me.CmdBilan.Location = New System.Drawing.Point(259, 192) Me.CmdBilan.Name = "CmdBilan" - Me.CmdBilan.Size = New System.Drawing.Size(130, 27) + Me.CmdBilan.Size = New System.Drawing.Size(145, 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.Location = New System.Drawing.Point(259, 260) Me.CmdQuit.Name = "CmdQuit" - Me.CmdQuit.Size = New System.Drawing.Size(130, 27) + Me.CmdQuit.Size = New System.Drawing.Size(145, 27) Me.CmdQuit.TabIndex = 4 - Me.CmdQuit.Text = "&Quitter" + Me.CmdQuit.Text = "&Fermer les inscriptions..." Me.CmdQuit.UseVisualStyleBackColor = True ' 'FrmAccueil @@ -119,7 +119,7 @@ Partial Class FrmAccueil Me.MinimumSize = New System.Drawing.Size(430, 330) Me.Name = "FrmAccueil" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Candide Pro 7 : Accueil" + Me.Text = "Candidat 7 Pro : Accueil" CType(Me.PBDupuy, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) diff --git a/FrmAccueil.vb b/FrmAccueil.vb index 13489c9..92e0fa2 100644 --- a/FrmAccueil.vb +++ b/FrmAccueil.vb @@ -1,4 +1,5 @@ Public Class FrmAccueil + Public Boule As Boolean Private Sub PBDupuy_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PBDupuy.Click Me.Hide() @@ -7,23 +8,25 @@ 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 ?") + 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 - + Boule = False End Sub Private Sub CmdNew_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNew.Click Me.Hide() - FrmIsc1.Show() + Boule = False + FrmNouv.Show() End Sub Private Sub CmdEdit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdEdit.Click Me.Hide() - FrmEdit1.Show() + Boule = True + FrmEdit.Show() End Sub End Class diff --git a/FrmEdit1.Designer.vb b/FrmEdit.Designer.vb similarity index 89% rename from FrmEdit1.Designer.vb rename to FrmEdit.Designer.vb index fb1ac2e..dcb35c2 100644 --- a/FrmEdit1.Designer.vb +++ b/FrmEdit.Designer.vb @@ -1,5 +1,5 @@  _ -Partial Class FrmEdit1 +Partial Class FrmEdit Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. @@ -22,7 +22,7 @@ Partial Class FrmEdit1 'Ne la modifiez pas à l'aide de l'éditeur de code. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmEdit1)) + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmEdit)) Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.CmdNext = New System.Windows.Forms.Button Me.CmdAnnul = New System.Windows.Forms.Button @@ -37,6 +37,7 @@ Partial Class FrmEdit1 Me.TxtId = New System.Windows.Forms.TextBox Me.RBNP = New System.Windows.Forms.RadioButton Me.CBNP = New System.Windows.Forms.ComboBox + Me.LblNext = New System.Windows.Forms.Label CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() @@ -98,9 +99,9 @@ Partial Class FrmEdit1 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.Size = New System.Drawing.Size(190, 15) Me.Lbl3.TabIndex = 13 - Me.Lbl3.Text = "• De supprimer des candidatures." + Me.Lbl3.Text = "• De supprimer une candidature." ' 'Lbl2 ' @@ -108,9 +109,9 @@ Partial Class FrmEdit1 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.Size = New System.Drawing.Size(181, 15) Me.Lbl2.TabIndex = 12 - Me.Lbl2.Text = "• De modifier des candidatures." + Me.Lbl2.Text = "• De modifier une candidature." ' 'Lbl1 ' @@ -131,13 +132,13 @@ Partial Class FrmEdit1 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" + Me.LblTitre.Text = "Bienvenue dans l'Assistant édition de candidature" ' 'Lbl4 ' Me.Lbl4.AutoSize = True Me.Lbl4.BackColor = System.Drawing.Color.White - Me.Lbl4.Location = New System.Drawing.Point(222, 174) + Me.Lbl4.Location = New System.Drawing.Point(222, 169) Me.Lbl4.Name = "Lbl4" Me.Lbl4.Size = New System.Drawing.Size(235, 15) Me.Lbl4.TabIndex = 14 @@ -157,9 +158,9 @@ Partial Class FrmEdit1 ' 'TxtId ' - Me.TxtId.Location = New System.Drawing.Point(461, 201) + Me.TxtId.Location = New System.Drawing.Point(400, 201) Me.TxtId.Name = "TxtId" - Me.TxtId.Size = New System.Drawing.Size(72, 23) + Me.TxtId.Size = New System.Drawing.Size(84, 23) Me.TxtId.TabIndex = 16 ' 'RBNP @@ -179,15 +180,25 @@ Partial Class FrmEdit1 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.Size = New System.Drawing.Size(236, 23) Me.CBNP.TabIndex = 18 ' + '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 = 19 + Me.LblNext.Text = "Cliquez sur Suivant pour contiuer." + Me.LblNext.TextAlign = System.Drawing.ContentAlignment.TopRight + ' '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.LblNext) Me.Controls.Add(Me.CBNP) Me.Controls.Add(Me.RBNP) Me.Controls.Add(Me.TxtId) @@ -209,7 +220,8 @@ Partial Class FrmEdit1 Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(568, 405) Me.Name = "FrmEdit1" - Me.Text = "Assistant édition d'inscription (1/4)" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Assistant édition de candidature (1/4)" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() @@ -231,4 +243,5 @@ Partial Class FrmEdit1 Friend WithEvents TxtId As System.Windows.Forms.TextBox Friend WithEvents RBNP As System.Windows.Forms.RadioButton Friend WithEvents CBNP As System.Windows.Forms.ComboBox + Friend WithEvents LblNext As System.Windows.Forms.Label End Class diff --git a/FrmEdit1.resx b/FrmEdit.resx similarity index 98% rename from FrmEdit1.resx rename to FrmEdit.resx index 8a95b97..d91f6fa 100644 --- a/FrmEdit1.resx +++ b/FrmEdit.resx @@ -149,7 +149,7 @@ //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////AAKgoKCgoKCgoKCg + ////////////////////////////////////////////////////////////////JQCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg @@ -178,7 +178,7 @@ oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg - oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAg== + oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAlAA== @@ -20117,441 +20117,441 @@ Qk1eZgAAAAAAAD4AAAAoAAAAQgIAAFgBAAABAAEAAAAAAAAAAAAAAAAAAAAAAAIAAAACAAAAAAAA//// //////////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cv////////////////// - /////////////////////////////////////////////////////////////////////////////8Aw - fwr///////////////////////////////////////////////////////////////////////////// - ///////////////////AMH8K//////////////////////////////////////////////////////// - ////////////////////////////////////////wDB/Cv////////////////////////////////// - /////////////////////////////////////////////////////////////8Awfwr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AMH8K//////////////////////////////////////////////////////////////////////// - ////////////////////////wDB/Cv////////////////////////////////////////////////// - /////////////////////////////////////////////8Awfwr///////////////////////////// - ///////////////////////////////////////////////////////////////////AMH8K//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wDB/Cv////////////////////////////////////////////////////////////////// - /////////////////////////////8Awfwr///////////////////////////////////////////// - ///////////////////////////////////////////////////AMH8K//////////////////////// - ////////////////////////////////////////////////////////////////////////wDB/Cv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8Awfwr///////////////////////////////////////////////////////////// - ///////////////////////////////////AMH8K//////////////////////////////////////// - ////////////////////////////////////////////////////////wDB/Cg== + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BG + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////ARuEK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEbhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BG4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///ARuEK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEbhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BG4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////ARuEK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEbhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BG4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////ARuEK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEbhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BG4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////ARuEK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEbhCg== \ No newline at end of file diff --git a/FrmEdit1.vb b/FrmEdit.vb similarity index 94% rename from FrmEdit1.vb rename to FrmEdit.vb index 73143ff..c937271 100644 --- a/FrmEdit1.vb +++ b/FrmEdit.vb @@ -1,4 +1,4 @@ -Public Class FrmEdit1 +Public Class FrmEdit Private Sub FrmEdit1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load RBId.Checked = True @@ -25,6 +25,6 @@ Private Sub CmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click Me.Hide() - FrmEdit2.Show() + FrmInput1.Show() End Sub End Class \ No newline at end of file diff --git a/FrmEdit2.Designer.vb b/FrmEdit2.Designer.vb index b9e33b9..6d3efc5 100644 --- a/FrmEdit2.Designer.vb +++ b/FrmEdit2.Designer.vb @@ -39,7 +39,6 @@ Partial Class FrmEdit2 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() ' @@ -179,22 +178,12 @@ Partial Class FrmEdit2 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) @@ -240,5 +229,4 @@ Partial Class FrmEdit2 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 diff --git a/FrmEdit2.resx b/FrmEdit2.resx index 06abff6..8cb9d5d 100644 --- a/FrmEdit2.resx +++ b/FrmEdit2.resx @@ -149,7 +149,7 @@ //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////AAKgoKCgoKCgoKCg + /////////////////////////////////////////////////////////////////2OgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg @@ -178,7 +178,7 @@ oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg - oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAg== + oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKD/Yw== \ No newline at end of file diff --git a/FrmIsc2.Designer.vb b/FrmInput1.Designer.vb similarity index 90% rename from FrmIsc2.Designer.vb rename to FrmInput1.Designer.vb index 94603d2..5adb788 100644 --- a/FrmIsc2.Designer.vb +++ b/FrmInput1.Designer.vb @@ -1,5 +1,5 @@  _ -Partial Class FrmIsc2 +Partial Class FrmInput1 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. @@ -23,7 +23,7 @@ Partial Class FrmIsc2 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmIsc2)) + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmInput1)) Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.CmdNext = New System.Windows.Forms.Button Me.CmdAnnul = New System.Windows.Forms.Button @@ -42,6 +42,7 @@ Partial Class FrmIsc2 Me.TBVille = New System.Windows.Forms.TextBox Me.TBAge = New System.Windows.Forms.TextBox Me.LblCaR = New System.Windows.Forms.Label + Me.CmdPre = New System.Windows.Forms.Button CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' @@ -62,7 +63,7 @@ Partial Class FrmIsc2 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.TabIndex = 7 Me.CmdNext.Text = "&Suivant >" Me.CmdNext.UseVisualStyleBackColor = True ' @@ -71,7 +72,7 @@ Partial Class FrmIsc2 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.TabIndex = 7 Me.CmdAnnul.Text = "Annuler" Me.CmdAnnul.UseVisualStyleBackColor = True ' @@ -86,7 +87,7 @@ Partial Class FrmIsc2 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.TabIndex = 8 Me.Lbl1.Text = "Renseignez votre identité ici :" ' 'LblNom @@ -95,7 +96,7 @@ Partial Class FrmIsc2 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.TabIndex = 9 Me.LblNom.Text = "Nom :" ' 'LblPrenom @@ -104,7 +105,7 @@ Partial Class FrmIsc2 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.TabIndex = 10 Me.LblPrenom.Text = "Prénom :" ' 'LblAdrss @@ -113,7 +114,7 @@ Partial Class FrmIsc2 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.TabIndex = 11 Me.LblAdrss.Text = "Adresse :" ' 'LblCP @@ -122,7 +123,7 @@ Partial Class FrmIsc2 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.TabIndex = 12 Me.LblCP.Text = "Code Postal :" ' 'LblVille @@ -131,7 +132,7 @@ Partial Class FrmIsc2 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.TabIndex = 13 Me.LblVille.Text = "Ville :" ' 'LblAge @@ -140,7 +141,7 @@ Partial Class FrmIsc2 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.TabIndex = 14 Me.LblAge.Text = "Age :" ' 'TBNom @@ -148,42 +149,42 @@ Partial Class FrmIsc2 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 + Me.TBNom.TabIndex = 0 ' '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 + Me.TBPrenom.TabIndex = 1 ' '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 + Me.TBAdrss.TabIndex = 2 ' '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 + Me.TBCP.TabIndex = 3 ' '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 + Me.TBVille.TabIndex = 4 ' '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 + Me.TBAge.TabIndex = 5 ' 'LblCaR ' @@ -191,10 +192,20 @@ Partial Class FrmIsc2 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.TabIndex = 15 Me.LblCaR.Text = "Vous disposez d'une minute restante." Me.LblCaR.TextAlign = System.Drawing.ContentAlignment.TopRight ' + 'CmdPre + ' + Me.CmdPre.Location = New System.Drawing.Point(261, 333) + Me.CmdPre.Name = "CmdPre" + Me.CmdPre.Size = New System.Drawing.Size(87, 27) + Me.CmdPre.TabIndex = 6 + Me.CmdPre.Text = "< &Précédent" + Me.CmdPre.UseVisualStyleBackColor = True + Me.CmdPre.Visible = False + ' 'FrmIsc2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) @@ -218,6 +229,7 @@ Partial Class FrmIsc2 Me.Controls.Add(Me.CmdNext) Me.Controls.Add(Me.CmdAnnul) Me.Controls.Add(Me.PictureBox1) + Me.Controls.Add(Me.CmdPre) 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 @@ -250,4 +262,5 @@ Partial Class FrmIsc2 Friend WithEvents TBVille As System.Windows.Forms.TextBox Friend WithEvents TBAge As System.Windows.Forms.TextBox Friend WithEvents LblCaR As System.Windows.Forms.Label + Friend WithEvents CmdPre As System.Windows.Forms.Button End Class diff --git a/FrmIsc3.resx b/FrmInput1.resx similarity index 99% rename from FrmIsc3.resx rename to FrmInput1.resx index 140f53a..40bf7b5 100644 --- a/FrmIsc3.resx +++ b/FrmInput1.resx @@ -149,7 +149,7 @@ //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////AAKgoKCgoKCgoKCg + ////////////////////////////////////////////////////////////////AACgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg @@ -178,7 +178,7 @@ oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg - oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAg== + oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAA== diff --git a/FrmIsc2.vb b/FrmInput1.vb similarity index 61% rename from FrmIsc2.vb rename to FrmInput1.vb index ec6b14b..20b3faf 100644 --- a/FrmIsc2.vb +++ b/FrmInput1.vb @@ -1,10 +1,13 @@ -Public Class FrmIsc2 +Public Class FrmInput1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdAnnul.Click + TmrCaR.Stop() + FrmEdit.Close() + FrmNouv.Close() 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 @@ -28,12 +31,29 @@ Private Sub FrmIsc2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load LblCaR.Tag = 60 - TmrCaR.Start() + If FrmAccueil.Boule = False Then + TmrCaR.Start() + Me.Text = "Assistant création de candidature (2/4)" + 'Lbl1.Text = "Renseignez votre identité ici :" + 'CmdPre.Visible = False + 'LblCaR.Visible = True + End If + If FrmAccueil.Boule = True Then + Me.Text = "Assistant édition de candidature (2/4)" + Lbl1.Text = "Editez l'identité du canditat ici :" + CmdPre.Visible = True + LblCaR.Visible = False + End If End Sub Private Sub CmdNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click Me.Hide() - FrmIsc3.Show() + FrmInput2.Show() TmrCaR.Stop() End Sub + + Private Sub CmdPre_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdPre.Click + Me.Hide() + FrmEdit.Show() + End Sub End Class \ No newline at end of file diff --git a/FrmInput2.Designer.vb b/FrmInput2.Designer.vb new file mode 100644 index 0000000..788ea28 --- /dev/null +++ b/FrmInput2.Designer.vb @@ -0,0 +1,555 @@ + _ +Partial Class FrmInput2 + Inherits System.Windows.Forms.Form + + 'Form remplace la méthode Dispose pour nettoyer la liste des composants. + _ + 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. + _ + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmInput2)) + 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.CheckBox12 = New System.Windows.Forms.CheckBox + Me.CheckBox11 = New System.Windows.Forms.CheckBox + Me.CheckBox10 = New System.Windows.Forms.CheckBox + Me.CheckBox9 = New System.Windows.Forms.CheckBox + Me.CheckBox8 = New System.Windows.Forms.CheckBox + Me.CheckBox7 = New System.Windows.Forms.CheckBox + Me.CheckBox6 = New System.Windows.Forms.CheckBox + Me.CheckBox5 = New System.Windows.Forms.CheckBox + Me.CheckBox4 = New System.Windows.Forms.CheckBox + Me.CheckBox3 = New System.Windows.Forms.CheckBox + Me.CheckBox2 = New System.Windows.Forms.CheckBox + Me.CheckBox1 = New System.Windows.Forms.CheckBox + Me.GBOral = New System.Windows.Forms.GroupBox + Me.CheckBox18 = New System.Windows.Forms.CheckBox + Me.CheckBox17 = New System.Windows.Forms.CheckBox + Me.CheckBox16 = New System.Windows.Forms.CheckBox + Me.CheckBox15 = New System.Windows.Forms.CheckBox + Me.CheckBox14 = New System.Windows.Forms.CheckBox + Me.CheckBox13 = New System.Windows.Forms.CheckBox + Me.GBFact = New System.Windows.Forms.GroupBox + Me.CheckBox21 = New System.Windows.Forms.CheckBox + Me.CheckBox20 = New System.Windows.Forms.CheckBox + Me.CheckBox19 = New System.Windows.Forms.CheckBox + 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.LblFac = New System.Windows.Forms.Label + Me.PnlFac = New System.Windows.Forms.Panel + Me.RBno = New System.Windows.Forms.RadioButton + Me.RBYes = New System.Windows.Forms.RadioButton + Me.CmdDelet = New System.Windows.Forms.Button + Me.CmdPre = New System.Windows.Forms.Button + CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.GBEcrit.SuspendLayout() + Me.GBOral.SuspendLayout() + Me.GBFact.SuspendLayout() + Me.PnlFac.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 = 9 + 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 = 10 + 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 = 23 + 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 = 22 + Me.Lbl1.Text = "Choisissez les examens que vous souhaitez passer :" + ' + 'GBEcrit + ' + Me.GBEcrit.Controls.Add(Me.CheckBox12) + Me.GBEcrit.Controls.Add(Me.CheckBox11) + Me.GBEcrit.Controls.Add(Me.CheckBox10) + Me.GBEcrit.Controls.Add(Me.CheckBox9) + Me.GBEcrit.Controls.Add(Me.CheckBox8) + Me.GBEcrit.Controls.Add(Me.CheckBox7) + Me.GBEcrit.Controls.Add(Me.CheckBox6) + Me.GBEcrit.Controls.Add(Me.CheckBox5) + Me.GBEcrit.Controls.Add(Me.CheckBox4) + Me.GBEcrit.Controls.Add(Me.CheckBox3) + Me.GBEcrit.Controls.Add(Me.CheckBox2) + Me.GBEcrit.Controls.Add(Me.CheckBox1) + Me.GBEcrit.Location = New System.Drawing.Point(12, 110) + Me.GBEcrit.Name = "GBEcrit" + Me.GBEcrit.Size = New System.Drawing.Size(220, 180) + Me.GBEcrit.TabIndex = 1 + Me.GBEcrit.TabStop = False + Me.GBEcrit.Text = "Passages à l'écrit : " + ' + 'CheckBox12 + ' + Me.CheckBox12.AutoSize = True + Me.CheckBox12.Location = New System.Drawing.Point(110, 22) + Me.CheckBox12.Name = "CheckBox12" + Me.CheckBox12.Size = New System.Drawing.Size(90, 19) + Me.CheckBox12.TabIndex = 11 + Me.CheckBox12.Text = "CheckBox12" + Me.CheckBox12.UseVisualStyleBackColor = True + ' + 'CheckBox11 + ' + Me.CheckBox11.AutoSize = True + Me.CheckBox11.Location = New System.Drawing.Point(110, 47) + Me.CheckBox11.Name = "CheckBox11" + Me.CheckBox11.Size = New System.Drawing.Size(90, 19) + Me.CheckBox11.TabIndex = 10 + Me.CheckBox11.Text = "CheckBox11" + Me.CheckBox11.UseVisualStyleBackColor = True + ' + 'CheckBox10 + ' + Me.CheckBox10.AutoSize = True + Me.CheckBox10.Location = New System.Drawing.Point(110, 72) + Me.CheckBox10.Name = "CheckBox10" + Me.CheckBox10.Size = New System.Drawing.Size(90, 19) + Me.CheckBox10.TabIndex = 9 + Me.CheckBox10.Text = "CheckBox10" + Me.CheckBox10.UseVisualStyleBackColor = True + ' + 'CheckBox9 + ' + Me.CheckBox9.AutoSize = True + Me.CheckBox9.Location = New System.Drawing.Point(110, 97) + Me.CheckBox9.Name = "CheckBox9" + Me.CheckBox9.Size = New System.Drawing.Size(84, 19) + Me.CheckBox9.TabIndex = 8 + Me.CheckBox9.Text = "CheckBox9" + Me.CheckBox9.UseVisualStyleBackColor = True + ' + 'CheckBox8 + ' + Me.CheckBox8.AutoSize = True + Me.CheckBox8.Location = New System.Drawing.Point(110, 122) + Me.CheckBox8.Name = "CheckBox8" + Me.CheckBox8.Size = New System.Drawing.Size(84, 19) + Me.CheckBox8.TabIndex = 7 + Me.CheckBox8.Text = "CheckBox8" + Me.CheckBox8.UseVisualStyleBackColor = True + ' + 'CheckBox7 + ' + Me.CheckBox7.AutoSize = True + Me.CheckBox7.Location = New System.Drawing.Point(110, 147) + Me.CheckBox7.Name = "CheckBox7" + Me.CheckBox7.Size = New System.Drawing.Size(84, 19) + Me.CheckBox7.TabIndex = 6 + Me.CheckBox7.Text = "CheckBox7" + Me.CheckBox7.UseVisualStyleBackColor = True + ' + 'CheckBox6 + ' + Me.CheckBox6.AutoSize = True + Me.CheckBox6.Location = New System.Drawing.Point(6, 22) + Me.CheckBox6.Name = "CheckBox6" + Me.CheckBox6.Size = New System.Drawing.Size(84, 19) + Me.CheckBox6.TabIndex = 5 + Me.CheckBox6.Text = "CheckBox6" + Me.CheckBox6.UseVisualStyleBackColor = True + ' + 'CheckBox5 + ' + Me.CheckBox5.AutoSize = True + Me.CheckBox5.Location = New System.Drawing.Point(6, 47) + Me.CheckBox5.Name = "CheckBox5" + Me.CheckBox5.Size = New System.Drawing.Size(84, 19) + Me.CheckBox5.TabIndex = 4 + Me.CheckBox5.Text = "CheckBox5" + Me.CheckBox5.UseVisualStyleBackColor = True + ' + 'CheckBox4 + ' + Me.CheckBox4.AutoSize = True + Me.CheckBox4.Location = New System.Drawing.Point(6, 72) + Me.CheckBox4.Name = "CheckBox4" + Me.CheckBox4.Size = New System.Drawing.Size(84, 19) + Me.CheckBox4.TabIndex = 3 + Me.CheckBox4.Text = "CheckBox4" + Me.CheckBox4.UseVisualStyleBackColor = True + ' + 'CheckBox3 + ' + Me.CheckBox3.AutoSize = True + Me.CheckBox3.Location = New System.Drawing.Point(6, 97) + Me.CheckBox3.Name = "CheckBox3" + Me.CheckBox3.Size = New System.Drawing.Size(84, 19) + Me.CheckBox3.TabIndex = 2 + Me.CheckBox3.Text = "CheckBox3" + Me.CheckBox3.UseVisualStyleBackColor = True + ' + 'CheckBox2 + ' + Me.CheckBox2.AutoSize = True + Me.CheckBox2.Location = New System.Drawing.Point(6, 122) + Me.CheckBox2.Name = "CheckBox2" + Me.CheckBox2.Size = New System.Drawing.Size(84, 19) + Me.CheckBox2.TabIndex = 1 + Me.CheckBox2.Text = "CheckBox2" + Me.CheckBox2.UseVisualStyleBackColor = True + ' + 'CheckBox1 + ' + Me.CheckBox1.AutoSize = True + Me.CheckBox1.Location = New System.Drawing.Point(6, 147) + Me.CheckBox1.Name = "CheckBox1" + Me.CheckBox1.Size = New System.Drawing.Size(84, 19) + Me.CheckBox1.TabIndex = 0 + Me.CheckBox1.Text = "CheckBox1" + Me.CheckBox1.UseVisualStyleBackColor = True + ' + 'GBOral + ' + Me.GBOral.Controls.Add(Me.CheckBox18) + Me.GBOral.Controls.Add(Me.CheckBox17) + Me.GBOral.Controls.Add(Me.CheckBox16) + Me.GBOral.Controls.Add(Me.CheckBox15) + Me.GBOral.Controls.Add(Me.CheckBox14) + Me.GBOral.Controls.Add(Me.CheckBox13) + Me.GBOral.Location = New System.Drawing.Point(254, 110) + Me.GBOral.Name = "GBOral" + Me.GBOral.Size = New System.Drawing.Size(140, 180) + Me.GBOral.TabIndex = 2 + Me.GBOral.TabStop = False + Me.GBOral.Text = "Passage à l'oral : " + ' + 'CheckBox18 + ' + Me.CheckBox18.AutoSize = True + Me.CheckBox18.Location = New System.Drawing.Point(11, 22) + Me.CheckBox18.Name = "CheckBox18" + Me.CheckBox18.Size = New System.Drawing.Size(90, 19) + Me.CheckBox18.TabIndex = 5 + Me.CheckBox18.Text = "CheckBox18" + Me.CheckBox18.UseVisualStyleBackColor = True + ' + 'CheckBox17 + ' + Me.CheckBox17.AutoSize = True + Me.CheckBox17.Location = New System.Drawing.Point(11, 47) + Me.CheckBox17.Name = "CheckBox17" + Me.CheckBox17.Size = New System.Drawing.Size(90, 19) + Me.CheckBox17.TabIndex = 4 + Me.CheckBox17.Text = "CheckBox17" + Me.CheckBox17.UseVisualStyleBackColor = True + ' + 'CheckBox16 + ' + Me.CheckBox16.AutoSize = True + Me.CheckBox16.Location = New System.Drawing.Point(11, 72) + Me.CheckBox16.Name = "CheckBox16" + Me.CheckBox16.Size = New System.Drawing.Size(90, 19) + Me.CheckBox16.TabIndex = 3 + Me.CheckBox16.Text = "CheckBox16" + Me.CheckBox16.UseVisualStyleBackColor = True + ' + 'CheckBox15 + ' + Me.CheckBox15.AutoSize = True + Me.CheckBox15.Location = New System.Drawing.Point(11, 97) + Me.CheckBox15.Name = "CheckBox15" + Me.CheckBox15.Size = New System.Drawing.Size(90, 19) + Me.CheckBox15.TabIndex = 2 + Me.CheckBox15.Text = "CheckBox15" + Me.CheckBox15.UseVisualStyleBackColor = True + ' + 'CheckBox14 + ' + Me.CheckBox14.AutoSize = True + Me.CheckBox14.Location = New System.Drawing.Point(11, 122) + Me.CheckBox14.Name = "CheckBox14" + Me.CheckBox14.Size = New System.Drawing.Size(90, 19) + Me.CheckBox14.TabIndex = 1 + Me.CheckBox14.Text = "CheckBox14" + Me.CheckBox14.UseVisualStyleBackColor = True + ' + 'CheckBox13 + ' + Me.CheckBox13.AutoSize = True + Me.CheckBox13.Location = New System.Drawing.Point(11, 147) + Me.CheckBox13.Name = "CheckBox13" + Me.CheckBox13.Size = New System.Drawing.Size(90, 19) + Me.CheckBox13.TabIndex = 0 + Me.CheckBox13.Text = "CheckBox13" + Me.CheckBox13.UseVisualStyleBackColor = True + ' + 'GBFact + ' + Me.GBFact.Controls.Add(Me.CheckBox21) + Me.GBFact.Controls.Add(Me.CheckBox20) + Me.GBFact.Controls.Add(Me.CheckBox19) + Me.GBFact.Location = New System.Drawing.Point(400, 110) + Me.GBFact.Name = "GBFact" + Me.GBFact.Size = New System.Drawing.Size(150, 180) + Me.GBFact.TabIndex = 6 + Me.GBFact.TabStop = False + Me.GBFact.Text = "Examens facultatifs : " + Me.GBFact.Visible = False + ' + 'CheckBox21 + ' + Me.CheckBox21.AutoSize = True + Me.CheckBox21.Location = New System.Drawing.Point(6, 22) + Me.CheckBox21.Name = "CheckBox21" + Me.CheckBox21.Size = New System.Drawing.Size(90, 19) + Me.CheckBox21.TabIndex = 2 + Me.CheckBox21.Text = "CheckBox21" + Me.CheckBox21.UseVisualStyleBackColor = True + ' + 'CheckBox20 + ' + Me.CheckBox20.AutoSize = True + Me.CheckBox20.Location = New System.Drawing.Point(6, 47) + Me.CheckBox20.Name = "CheckBox20" + Me.CheckBox20.Size = New System.Drawing.Size(90, 19) + Me.CheckBox20.TabIndex = 1 + Me.CheckBox20.Text = "CheckBox20" + Me.CheckBox20.UseVisualStyleBackColor = True + ' + 'CheckBox19 + ' + Me.CheckBox19.AutoSize = True + Me.CheckBox19.Location = New System.Drawing.Point(6, 72) + Me.CheckBox19.Name = "CheckBox19" + Me.CheckBox19.Size = New System.Drawing.Size(90, 19) + Me.CheckBox19.TabIndex = 0 + Me.CheckBox19.Text = "CheckBox19" + Me.CheckBox19.UseVisualStyleBackColor = True + ' + '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 = 0 + ' + '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 = 24 + 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 = 20 + Me.LblCaR.Text = "Vous disposez d'une minute et 15 secondes restantes." + Me.LblCaR.TextAlign = System.Drawing.ContentAlignment.TopRight + ' + 'LblFac + ' + Me.LblFac.AutoSize = True + Me.LblFac.Location = New System.Drawing.Point(11, 6) + Me.LblFac.Name = "LblFac" + Me.LblFac.Size = New System.Drawing.Size(276, 15) + Me.LblFac.TabIndex = 21 + Me.LblFac.Text = "Voulez-vous participer à des épreuves facultatives ?" + ' + 'PnlFac + ' + Me.PnlFac.Controls.Add(Me.RBno) + Me.PnlFac.Controls.Add(Me.RBYes) + Me.PnlFac.Controls.Add(Me.LblFac) + Me.PnlFac.Location = New System.Drawing.Point(1, 67) + Me.PnlFac.Name = "PnlFac" + Me.PnlFac.Size = New System.Drawing.Size(549, 26) + Me.PnlFac.TabIndex = 18 + ' + 'RBno + ' + Me.RBno.AutoSize = True + Me.RBno.Location = New System.Drawing.Point(293, 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(347, 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 + ' + '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 = 7 + Me.CmdDelet.Text = "Su&pprimer le candidat" + Me.CmdDelet.UseVisualStyleBackColor = True + Me.CmdDelet.Visible = False + ' + 'CmdPre + ' + Me.CmdPre.Location = New System.Drawing.Point(261, 333) + Me.CmdPre.Name = "CmdPre" + Me.CmdPre.Size = New System.Drawing.Size(87, 27) + Me.CmdPre.TabIndex = 8 + Me.CmdPre.Text = "< &Précédent" + Me.CmdPre.UseVisualStyleBackColor = True + Me.CmdPre.Visible = False + ' + '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.CBRegion) + Me.Controls.Add(Me.PnlFac) + Me.Controls.Add(Me.LblCaR) + Me.Controls.Add(Me.LblRegion) + 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.Controls.Add(Me.CmdDelet) + Me.Controls.Add(Me.CmdPre) + 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.GBEcrit.ResumeLayout(False) + Me.GBEcrit.PerformLayout() + Me.GBOral.ResumeLayout(False) + Me.GBOral.PerformLayout() + Me.GBFact.ResumeLayout(False) + Me.GBFact.PerformLayout() + Me.PnlFac.ResumeLayout(False) + Me.PnlFac.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 LblFac As System.Windows.Forms.Label + Friend WithEvents PnlFac As System.Windows.Forms.Panel + Friend WithEvents RBno As System.Windows.Forms.RadioButton + Friend WithEvents RBYes As System.Windows.Forms.RadioButton + Friend WithEvents CmdDelet As System.Windows.Forms.Button + Friend WithEvents CmdPre As System.Windows.Forms.Button + Friend WithEvents CheckBox12 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox11 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox10 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox9 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox8 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox7 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox6 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox5 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox18 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox17 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox16 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox15 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox14 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox13 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox21 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox20 As System.Windows.Forms.CheckBox + Friend WithEvents CheckBox19 As System.Windows.Forms.CheckBox +End Class diff --git a/FrmIsc2.resx b/FrmInput2.resx similarity index 99% rename from FrmIsc2.resx rename to FrmInput2.resx index 6c5fb4b..ac3fb0c 100644 --- a/FrmIsc2.resx +++ b/FrmInput2.resx @@ -149,7 +149,7 @@ //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////cwCgoKCgoKCgoKCg + ////////////////////////////////////////////////////////////////QwCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg @@ -178,7 +178,7 @@ oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg - oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKBzAA== + oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKBDAA== diff --git a/FrmInput2.vb b/FrmInput2.vb new file mode 100644 index 0000000..9709b7d --- /dev/null +++ b/FrmInput2.vb @@ -0,0 +1,96 @@ +Public Class FrmInput2 + Dim tme() As String = {"Allemand", "Anglais", "Astronomie", "Biologie", "Espagnole", "Français", "Géographie", "Géologie", "Histoire", "Mathématique", "Philosohpie", "Russe"} + Dim tmo() As String = {"Allemand", "Anglais", "Astronomie", "Espagnole", "Histoire", "Russe"} + Dim tmf() As String = {"Lancer", "Natation", "Saut"} + Dim treg() As String = {"Auvergne", "Bordelais", "Bretagne", "Morvan", "Nord", "Normandie", "Paris", "Poitou"} + + Private Sub FrmIsc3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load + + If FrmAccueil.Boule = False Then + Me.Text = "Assistant création de candidature (3/4)" + TmrCaR.Start() + LblCaR.Tag = 60 + 15 + RBno.Checked = True + 'Me.Text = "Assistant inscription (3/4)" + 'CmdDelet.Visible = False + 'CmdPre.Visible = False + 'LblCaR.Visible = True + End If + If FrmAccueil.Boule = True Then + Me.Text = "Assistant édition de candidature (3/4)" + CmdDelet.Visible = True + CmdPre.Visible = True + LblCaR.Visible = False + End If + + End Sub + + Private Sub CmdAnnul_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdAnnul.Click + TmrCaR.Stop() + FrmEdit.Close() + FrmNouv.Close() + FrmInput1.Close() + Me.Close() + FrmAccueil.Show() + 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() + FrmInput3.Show() + End Sub + + Private Sub CmdDelet_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdDelet.Click + Dim quit As Integer + quit = MsgBox("Vous êtes sur le point de supprimer une candidature. Voulez-vous continuer ?", MsgBoxStyle.YesNo + MsgBoxStyle.Question, "Suppression d'un candidat") + If quit = 6 Then + MsgBox("Le Candidat a bien été supprimé.", MsgBoxStyle.Information, "Information") + FrmEdit.Close() + FrmNouv.Close() + FrmInput1.Close() + Me.Close() + FrmAccueil.Show() + End If + End Sub + + Private Sub CmdPre_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdPre.Click + Me.Hide() + FrmInput1.Show() + End Sub + + Private Sub RBno_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RBno.CheckedChanged, RBYes.CheckedChanged + If RBno.Checked Then + RBYes.Checked = False + GBFact.Visible = False + End If + If RBYes.Checked Then + RBno.Checked = False + GBFact.Visible = True + End If + End Sub +End Class \ No newline at end of file diff --git a/FrmIsc4.Designer.vb b/FrmInput3.Designer.vb similarity index 94% rename from FrmIsc4.Designer.vb rename to FrmInput3.Designer.vb index 23f7482..5217cbb 100644 --- a/FrmIsc4.Designer.vb +++ b/FrmInput3.Designer.vb @@ -1,5 +1,5 @@  _ -Partial Class FrmIsc4 +Partial Class FrmInput3 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. @@ -22,7 +22,7 @@ Partial Class FrmIsc4 'Ne la modifiez pas à l'aide de l'éditeur de code. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmIsc4)) + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmInput3)) Me.CmdNext = New System.Windows.Forms.Button Me.CmdAnnul = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox @@ -36,6 +36,7 @@ Partial Class FrmIsc4 Me.ListBox1 = New System.Windows.Forms.ListBox Me.ListBox2 = New System.Windows.Forms.ListBox Me.ListBox3 = New System.Windows.Forms.ListBox + Me.Button1 = New System.Windows.Forms.Button CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' @@ -165,12 +166,23 @@ Partial Class FrmIsc4 Me.ListBox3.Size = New System.Drawing.Size(131, 139) Me.ListBox3.TabIndex = 23 ' + '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 + Me.Button1.Visible = False + ' '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.Button1) Me.Controls.Add(Me.ListBox3) Me.Controls.Add(Me.ListBox2) Me.Controls.Add(Me.ListBox1) @@ -211,4 +223,5 @@ Partial Class FrmIsc4 Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents ListBox2 As System.Windows.Forms.ListBox Friend WithEvents ListBox3 As System.Windows.Forms.ListBox + Friend WithEvents Button1 As System.Windows.Forms.Button End Class diff --git a/FrmIsc4.resx b/FrmInput3.resx similarity index 99% rename from FrmIsc4.resx rename to FrmInput3.resx index 2277f5b..5124fdc 100644 --- a/FrmIsc4.resx +++ b/FrmInput3.resx @@ -149,7 +149,7 @@ //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////AAKgoKCgoKCgoKCg + ////////////////////////////////////////////////////////////////QwCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg @@ -178,7 +178,7 @@ oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg - oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAg== + oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKBDAA== diff --git a/FrmInput3.vb b/FrmInput3.vb new file mode 100644 index 0000000..27d1235 --- /dev/null +++ b/FrmInput3.vb @@ -0,0 +1,41 @@ +Public Class FrmInput3 + + 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 + If FrmAccueil.Boule = False Then + MsgBox("Votre inscription a été effectuée avec succès." & vbCrLf & "Votre numéro de candidature est : " & vbCrLf & "Gardez le précieusement.", MsgBoxStyle.Information, "Enregistrement réussi.") + FrmNouv.Close() + FrmInput1.Close() + FrmInput2.Close() + Me.Close() + FrmAccueil.Show() + End If + If FrmAccueil.Boule = True Then + MsgBox("Votre inscription a été mise à jours avec succès.", MsgBoxStyle.Information, "Mise à jour réussie.") + FrmEdit.Close() + FrmInput1.Close() + FrmInput2.Close() + Me.Close() + FrmAccueil.Show() + End If + End Sub + + Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click + Me.Hide() + FrmInput2.Show() + End Sub + + Private Sub FrmIsc4_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load + If FrmAccueil.Boule = False Then + Me.Text = "Assistant création de candidature (4/4)" + + End If + If FrmAccueil.Boule = True Then + Me.Text = "Assistant édition de candidature (4/4)" + End If + End Sub +End Class \ No newline at end of file diff --git a/FrmIsc3.Designer.vb b/FrmIsc3.Designer.vb deleted file mode 100644 index 9a65d8c..0000000 --- a/FrmIsc3.Designer.vb +++ /dev/null @@ -1,248 +0,0 @@ - _ -Partial Class FrmIsc3 - Inherits System.Windows.Forms.Form - - 'Form remplace la méthode Dispose pour nettoyer la liste des composants. - _ - 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. - _ - 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 diff --git a/FrmIsc3.vb b/FrmIsc3.vb deleted file mode 100644 index d37f629..0000000 --- a/FrmIsc3.vb +++ /dev/null @@ -1,44 +0,0 @@ -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 \ No newline at end of file diff --git a/FrmIsc4.vb b/FrmIsc4.vb deleted file mode 100644 index 8a5024c..0000000 --- a/FrmIsc4.vb +++ /dev/null @@ -1,12 +0,0 @@ -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 \ No newline at end of file diff --git a/FrmIsc1.Designer.vb b/FrmNouv.Designer.vb similarity index 94% rename from FrmIsc1.Designer.vb rename to FrmNouv.Designer.vb index a7aa1d6..054f63f 100644 --- a/FrmIsc1.Designer.vb +++ b/FrmNouv.Designer.vb @@ -1,5 +1,5 @@  _ -Partial Class FrmIsc1 +Partial Class FrmNouv Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. @@ -22,7 +22,7 @@ Partial Class FrmIsc1 'Ne la modifiez pas à l'aide de l'éditeur de code. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmIsc1)) + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmNouv)) Me.CmdAnnul = New System.Windows.Forms.Button Me.CmdNext = New System.Windows.Forms.Button Me.PictureBox1 = New System.Windows.Forms.PictureBox @@ -94,17 +94,17 @@ Partial Class FrmIsc1 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.Location = New System.Drawing.Point(217, 26) 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" + Me.LblTitre.Text = "Bienvenue dans l'Assissant création de candidature" ' 'Lbl1 ' Me.Lbl1.AutoSize = True Me.Lbl1.BackColor = System.Drawing.Color.White - Me.Lbl1.Location = New System.Drawing.Point(222, 98) + 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 = 6 @@ -114,7 +114,7 @@ Partial Class FrmIsc1 ' Me.Lbl2.AutoSize = True Me.Lbl2.BackColor = System.Drawing.Color.White - Me.Lbl2.Location = New System.Drawing.Point(222, 130) + Me.Lbl2.Location = New System.Drawing.Point(222, 111) Me.Lbl2.Name = "Lbl2" Me.Lbl2.Size = New System.Drawing.Size(223, 15) Me.Lbl2.TabIndex = 7 @@ -124,7 +124,7 @@ Partial Class FrmIsc1 ' Me.Lbl3.AutoSize = True Me.Lbl3.BackColor = System.Drawing.Color.White - Me.Lbl3.Location = New System.Drawing.Point(222, 145) + Me.Lbl3.Location = New System.Drawing.Point(222, 126) Me.Lbl3.Name = "Lbl3" Me.Lbl3.Size = New System.Drawing.Size(293, 15) Me.Lbl3.TabIndex = 8 @@ -134,7 +134,7 @@ Partial Class FrmIsc1 ' 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.Location = New System.Drawing.Point(222, 169) Me.LblWarn.Name = "LblWarn" Me.LblWarn.Size = New System.Drawing.Size(308, 127) Me.LblWarn.TabIndex = 6 @@ -174,7 +174,7 @@ Partial Class FrmIsc1 Me.MinimumSize = New System.Drawing.Size(568, 405) Me.Name = "FrmIsc1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Assistant inscription (1/4)" + Me.Text = "Assistant création de candidature (1/4)" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/FrmIsc1.resx b/FrmNouv.resx similarity index 98% rename from FrmIsc1.resx rename to FrmNouv.resx index b341a91..8bb2424 100644 --- a/FrmIsc1.resx +++ b/FrmNouv.resx @@ -149,7 +149,7 @@ //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////AAKgoKCgoKCgoKCg + ////////////////////////////////////////////////////////////////ICCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg @@ -178,448 +178,448 @@ oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg - oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAAAg== + oKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAgIA== Qk1eZgAAAAAAAD4AAAAoAAAAQgIAAFgBAAABAAEAAAAAAAAAAAAAAAAAAAAAAAIAAAACAAAAAAAA//// //////////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCv////////////////// - /////////////////////////////////////////////////////////////////////////////8Cy - oAr///////////////////////////////////////////////////////////////////////////// - ///////////////////AsqAK//////////////////////////////////////////////////////// - ////////////////////////////////////////wLKgCv////////////////////////////////// - /////////////////////////////////////////////////////////////8CyoAr///////////// - //////////////////////////////////////////////////////////////////////////////// - ///AsqAK//////////////////////////////////////////////////////////////////////// - ////////////////////////wLKgCv////////////////////////////////////////////////// - /////////////////////////////////////////////8CyoAr///////////////////////////// - ///////////////////////////////////////////////////////////////////AsqAK//////// - //////////////////////////////////////////////////////////////////////////////// - ////////wLKgCv////////////////////////////////////////////////////////////////// - /////////////////////////////8CyoAr///////////////////////////////////////////// - ///////////////////////////////////////////////////AsqAK//////////////////////// - ////////////////////////////////////////////////////////////////////////wLKgCv// - //////////////////////////////////////////////////////////////////////////////// - /////////////8CyoAr///////////////////////////////////////////////////////////// - ///////////////////////////////////AsqAK//////////////////////////////////////// - ////////////////////////////////////////////////////////wLKgCg== + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCv////////////////// + /////////////////////////////////////////////////////////////////////////////8BD + 4Qr///////////////////////////////////////////////////////////////////////////// + ///////////////////AQ+EK//////////////////////////////////////////////////////// + ////////////////////////////////////////wEPhCv////////////////////////////////// + /////////////////////////////////////////////////////////////8BD4Qr///////////// + //////////////////////////////////////////////////////////////////////////////// + ///AQ+EK//////////////////////////////////////////////////////////////////////// + ////////////////////////wEPhCv////////////////////////////////////////////////// + /////////////////////////////////////////////8BD4Qr///////////////////////////// + ///////////////////////////////////////////////////////////////////AQ+EK//////// + //////////////////////////////////////////////////////////////////////////////// + ////////wEPhCv////////////////////////////////////////////////////////////////// + /////////////////////////////8BD4Qr///////////////////////////////////////////// + ///////////////////////////////////////////////////AQ+EK//////////////////////// + ////////////////////////////////////////////////////////////////////////wEPhCv// + //////////////////////////////////////////////////////////////////////////////// + /////////////8BD4Qr///////////////////////////////////////////////////////////// + ///////////////////////////////////AQ+EK//////////////////////////////////////// + ////////////////////////////////////////////////////////wEPhCg== diff --git a/FrmIsc1.vb b/FrmNouv.vb similarity index 90% rename from FrmIsc1.vb rename to FrmNouv.vb index 67b6818..525b76d 100644 --- a/FrmIsc1.vb +++ b/FrmNouv.vb @@ -1,4 +1,4 @@ -Public Class FrmIsc1 +Public Class FrmNouv Private Sub FrmIsc1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load @@ -11,6 +11,6 @@ Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdNext.Click Me.Hide() - FrmIsc2.Show() + FrmInput1.Show() End Sub End Class \ No newline at end of file diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index c7b4eda..4fa0991 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -10,10 +10,10 @@ Imports System.Runtime.InteropServices ' Vérifiez les valeurs des attributs de l'assembly - + - + @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices ' en utilisant '*', comme indiqué ci-dessous : ' - - + + \ No newline at end of file diff --git a/Projet-VB_110_Priet-Sabourin.suo b/Projet-VB_110_Priet-Sabourin.suo index dd5775f..3f7c8ca 100644 Binary files a/Projet-VB_110_Priet-Sabourin.suo and b/Projet-VB_110_Priet-Sabourin.suo differ diff --git a/Projet-VB_110_Priet-Sabourin.vbproj b/Projet-VB_110_Priet-Sabourin.vbproj index 0c8683c..a392f3c 100644 --- a/Projet-VB_110_Priet-Sabourin.vbproj +++ b/Projet-VB_110_Priet-Sabourin.vbproj @@ -88,34 +88,16 @@ Form - - FrmEdit1.vb + + FrmEdit.vb - + Form - - FrmEdit2.vb + + FrmInput3.vb - - Form - - - FrmEdit3.vb - - - Form - - - FrmEdit4.vb - - - Form - - - FrmIsc4.vb - - + Form @@ -125,22 +107,22 @@ FrmAccueil.vb Form - - FrmIsc1.vb + + FrmNouv.vb - + Form - - FrmIsc2.vb + + FrmInput1.vb - + Form - - FrmIsc3.vb + + FrmInput2.vb - + Form @@ -164,40 +146,28 @@ AboutBox1.vb Designer - - FrmEdit1.vb + + FrmEdit.vb Designer - - FrmEdit2.vb - Designer - - - FrmEdit3.vb - Designer - - - FrmEdit4.vb - Designer - - - FrmIsc4.vb + + FrmInput3.vb Designer FrmAccueil.vb Designer - - FrmIsc1.vb + + FrmNouv.vb Designer - - FrmIsc2.vb + + FrmInput1.vb Designer - - FrmIsc3.vb + + FrmInput2.vb Designer