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.

fctLireANF - 3<br />

chercher = "TAW"<br />

ElseIf livre = "Tertullien - Sur le voile des vierges" Then<br />

chercher = "TVV"<br />

ElseIf livre = "Tertullien - A sa femme" Then<br />

chercher = "THW"<br />

ElseIf livre = "Tertullien - Exhortation à la chasteté" Then<br />

chercher = "TEC"<br />

ElseIf livre = "Tertullien - Sur la monogamie" Then<br />

chercher = "TOM"<br />

ElseIf livre = "Tertullien - Sur la modestie" Then<br />

chercher = "TMD"<br />

ElseIf livre = "Tertullien - Sur les fêtes" Then<br />

chercher = "TOF"<br />

ElseIf livre = "Tertullien - De fuga in persecutione" Then<br />

chercher = "TFP"<br />

ElseIf livre = "Munucius Felix - L'Octavius" Then<br />

chercher = "MFO"<br />

ElseIf livre = "Munucius Felix - Instructions de Commodianus" Then<br />

chercher = "MFC"<br />

ElseIf livre = "Origène - Prologue" Then<br />

chercher = "OPP"<br />

ElseIf livre = "Origène - De Principiis Livre 1" Then<br />

chercher = "OP1"<br />

ElseIf livre = "Origène - De Principiis Livre 2" Then<br />

chercher = "OP2"<br />

ElseIf livre = "Origène - De Principiis Livre 3" Then<br />

chercher = "OP3"<br />

ElseIf livre = "Origène - De Principiis Livre 4" Then<br />

chercher = "OP4"<br />

ElseIf livre = "Origène - Lettres" Then<br />

chercher = "OLt"<br />

ElseIf livre = "Origène - Contre Celse" Then<br />

chercher = "OAC"<br />

ElseIf livre = "Origène - Réfutation de toutes les hérésies" Then<br />

chercher = "HRH"<br />

ElseIf livre = "Anonyme - Canon de Muratori" Then<br />

chercher = "TMC"<br />

ElseIf livre = "Hippolyte - Réfutation de toutes les hérésies" Then<br />

chercher = "HRH"<br />

End If<br />

recherche = chercher & " " & chapitre & ":" & verset & " "<br />

Open ofile For Input As #lfile<br />

Do<br />

Line Input #lfile, ligne<br />

If Left(ligne, Len(recherche)) = recherche Then<br />

frmBible.txtPassage.Text = Mid(ligne, Len(recherche) + 1, Len(ligne))<br />

End If<br />

Loop While Not EOF(lfile)<br />

lose<br />

frmBible.txtPassage.Text = Replace(frmBible.txtPassage.Text, "~", ",")<br />

rmBible.txtPassage.FontSize = 12<br />

rmBible.txtPassage.Font = "Times"<br />

rmBible.lblchapitre = livre & " " & chapitre & ":" & verset<br />

nd Function

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

Saved successfully!

Ooh no, something went wrong!