15.07.2013 Views

Microsoft Visual Basic - Encyclopaedia Gentium Boni

Microsoft Visual Basic - Encyclopaedia Gentium Boni

Microsoft Visual Basic - Encyclopaedia Gentium Boni

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

frmRechercheMorphologique - 3<br />

chercher = "1 Corinthiens"<br />

ElseIf livre = "2Co" Then<br />

chercher = "2 Corinthiens"<br />

ElseIf livre = "Gal" Then<br />

chercher = "Galates"<br />

ElseIf livre = "Eph" Then<br />

chercher = "Ephésiens"<br />

ElseIf livre = "Phi" Then<br />

chercher = "Philippiens"<br />

ElseIf livre = "Col" Then<br />

chercher = "Colossiens"<br />

ElseIf livre = "1Th" Then<br />

chercher = "1 Thessaloniciens"<br />

ElseIf livre = "2Th" Then<br />

chercher = "2 Thessaloniciens"<br />

ElseIf livre = "1Ti" Then<br />

chercher = "1 Timothée"<br />

ElseIf livre = "2Ti" Then<br />

chercher = "2 Timothée"<br />

ElseIf livre = "Tit" Then<br />

chercher = "Tite"<br />

ElseIf livre = "Phm" Then<br />

chercher = "Philémon"<br />

ElseIf livre = "Heb" Then<br />

chercher = "Hébreux"<br />

ElseIf livre = "Jam" Then<br />

chercher = "Jacques"<br />

ElseIf livre = "1Pe" Then<br />

chercher = "1 Pierre"<br />

ElseIf livre = "2Pe" Then<br />

chercher = "2 Pierre"<br />

ElseIf livre = "1Jo" Then<br />

chercher = "1 Jean"<br />

ElseIf livre = "2Jo" Then<br />

chercher = "2 Jean"<br />

ElseIf livre = "3Jo" Then<br />

chercher = "3 Jean"<br />

ElseIf livre = "Jud" Then<br />

chercher = "Jude"<br />

ElseIf livre = "Rev" Then<br />

chercher = "Révélation"<br />

End If<br />

frmBible.cboLivre.Text = chercher<br />

frmBible.txtChapitre.Text = chapitre<br />

frmBible.txtverset.Text = verset<br />

'frmBible.Timer2.Enabled = True<br />

'livre =<br />

'Line1.Visible = True<br />

'Line2.Visible = True<br />

'Line3.Visible = True<br />

End Sub

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!