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.

frmBible - 26<br />

Public Sub mnuA_Click()<br />

Load frmPDF<br />

frmPDF.pdfmain.LoadFile (App.Path & "\ref\bdb.pdf")<br />

frmPDF.Caption = "The Abridged Brown-Driver-Briggs"<br />

frmPDF.Show<br />

End Sub<br />

Public Sub mnuAbel_Click()<br />

Load frmPDF<br />

frmPDF.pdfmain.LoadFile (App.Path & "\ref\abel\abel.pdf")<br />

frmPDF.Caption = "Abel, Grammaire de grec biblique"<br />

frmPDF.Show<br />

End Sub<br />

Public Sub mnuAG_Click()<br />

Load frmGrammaire<br />

ssaidegr = False<br />

frmGrammaire.Show<br />

End Sub<br />

Public Sub mnuAlpha_Click()<br />

Load frmPDF<br />

frmPDF.pdfmain.LoadFile (App.Path & "\ref\bailly\Bailly.pdf")<br />

frmPDF.pdfmain.setCurrentPage (2)<br />

frmPDF.Caption = "Anatole Bailly - Abrégé du Dictionnaire grec-français [984p.]"<br />

frmPDF.Show<br />

End Sub<br />

Private Sub mnuAntiquites_Click()<br />

Load frmPDF<br />

frmPDF.pdfmain.LoadFile (App.Path & "\ref\grk\AGrecques.pdf")<br />

frmPDF.Caption = "P. Paris/G. Roques, Lexique des Antiquités grecques et latines (1909)"<br />

frmPDF.Show<br />

'AGrecques.pdf<br />

End Sub<br />

Private Sub mnuApparatCritique_Click()<br />

livre = cboLivre.Text<br />

chapitre = txtChapitre.Text<br />

verset = txtverset.Text<br />

If livre = "Matthieu" Then<br />

chercher = "47"<br />

ElseIf livre = "Marc" Then<br />

chercher = "48"<br />

ElseIf livre = "Luc" Then<br />

chercher = "49"<br />

ElseIf livre = "Jean" Then<br />

chercher = "50"<br />

ElseIf livre = "Actes" Then<br />

chercher = "51"<br />

ElseIf livre = "Romains" Then<br />

chercher = "52"<br />

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

chercher = "53"<br />

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

chercher = "54"<br />

ElseIf livre = "Galates" Then<br />

chercher = "55"<br />

ElseIf livre = "Ephésiens" Then<br />

chercher = "56"<br />

ElseIf livre = "Philippiens" Then<br />

chercher = "57"<br />

ElseIf livre = "Colossiens" Then<br />

chercher = "58"<br />

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

chercher = "59"<br />

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

chercher = "60"<br />

ElseIf livre = "1 Timothée" Then<br />

chercher = "61"<br />

ElseIf livre = "2 Timothée" Then<br />

chercher = "62"

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

Saved successfully!

Ooh no, something went wrong!