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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

frmBible - 7<br />

chkstrong.Value = True<br />

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

Call LireTOB(livre, chapitre, verset)<br />

Exit Sub<br />

ElseIf cboVersion.Text = "DIAGLOTT" Then<br />

lblstrongfr.Visible = False<br />

optstrongfr.Visible = False<br />

'MnuSortieVocale.Enabled = False<br />

'sortievocale.Visible = False<br />

chkstrong.Visible = False<br />

chkthayer.Visible = False<br />

lblStrong.Visible = False<br />

lblthayer.Visible = False<br />

chkthayer.Value = False<br />

chkstrong.Value = True<br />

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

Call Diaglott(livre, chapitre, verset)<br />

Exit Sub<br />

ElseIf cboVersion.Text = "NT Annoté" Then<br />

lblstrongfr.Visible = False<br />

optstrongfr.Visible = False<br />

sortievocale.Visible = False<br />

MnuSortieVocale.Enabled = False<br />

chkstrong.Visible = False<br />

chkthayer.Visible = False<br />

lblStrong.Visible = False<br />

lblthayer.Visible = False<br />

chkthayer.Value = False<br />

chkstrong.Value = True<br />

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

Call LireNTDF(livre, chapitre, verset)<br />

Exit Sub<br />

ElseIf cboVersion.Text = "Vulgate" Then<br />

sortievocale.Visible = False<br />

MnuSortieVocale.Enabled = False<br />

lblstrongfr.Visible = False<br />

optstrongfr.Visible = False<br />

chkstrong.Visible = False<br />

chkthayer.Visible = False<br />

lblStrong.Visible = False<br />

lblthayer.Visible = False<br />

chkthayer.Value = False<br />

chkstrong.Value = True<br />

frmBible.optstrongfr.Visible = False<br />

frmBible.lblstrongfr.Visible = False<br />

Call LireVulgate(livre, chapitre, verset)<br />

Exit Sub<br />

ElseIf cboVersion.Text = "CRP" Then<br />

sortievocale.Visible = False<br />

MnuSortieVocale.Enabled = False<br />

lblstrongfr.Visible = False<br />

optstrongfr.Visible = False<br />

chkstrong.Visible = False<br />

chkthayer.Visible = False<br />

lblStrong.Visible = False<br />

lblthayer.Visible = False<br />

chkthayer.Value = False<br />

chkstrong.Value = True<br />

frmBible.optstrongfr.Visible = False<br />

frmBible.lblstrongfr.Visible = False<br />

Call LireCRP(livre, chapitre, verset)<br />

Exit Sub<br />

ElseIf cboVersion.Text = "W/H & Strong" Then<br />

sortievocale.Visible = False<br />

MnuSortieVocale.Enabled = False<br />

chkstrong.Visible = False<br />

chkthayer.Visible = False<br />

lblStrong.Visible = False<br />

lblthayer.Visible = False<br />

chkthayer.Value = False<br />

chkstrong.Value = True<br />

'txtPassage.ToolTipText = "Double cliquez sur un numéro pour voir sa définition Strong / Thayer<br />

"<br />

fichier = "\modules\WHpars\"<br />

frmBible.optstrongfr.Visible = False

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

Saved successfully!

Ooh no, something went wrong!