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 - 5<br />

cboLivre.Text = "Genèse"<br />

livre = "Genèse"<br />

End If<br />

'chkthayer.Value = False<br />

'chkstrong.Value = True<br />

'fichier = "\modules\Septante\" & fichierseptante<br />

'sortievocale.Visible = False<br />

'MnuSortieVocale.Enabled = False<br />

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

Exit Sub<br />

' Stephanus<br />

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

If cboLivre.Text = "Genèse" Then cboLivre.Text = "Matthieu"<br />

frmBible.chkstrong.Visible = False<br />

frmBible.lblStrong.Visible = False<br />

frmBible.chkthayer.Visible = False<br />

frmBible.lblthayer.Visible = False<br />

frmBible.optstrongfr.Visible = False<br />

frmBible.lblstrongfr.Visible = False<br />

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

Exit Sub<br />

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

If cboLivre.Text = "Genèse" Then cboLivre.Text = "Matthieu"<br />

frmBible.chkstrong.Visible = False<br />

frmBible.lblStrong.Visible = False<br />

frmBible.chkthayer.Visible = False<br />

frmBible.lblthayer.Visible = False<br />

frmBible.optstrongfr.Visible = False<br />

frmBible.lblstrongfr.Visible = False<br />

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

Exit Sub<br />

'NA26<br />

ElseIf cboVersion.Text = "NA26+" Then<br />

If cboLivre.Text = "Genèse" Then<br />

cboLivre.Text = "Matthieu"<br />

livre = "Matthieu"<br />

End If<br />

'txtPassage.ToolTipText = "Double-cliquez sur un mot pour l'analyser ou le définir"<br />

sortievocale.Visible = False<br />

MnuSortieVocale.Enabled = False<br />

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

Exit Sub<br />

ElseIf cboVersion.Text = "LSG" 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 />

lblstrongfr.Visible = False<br />

optstrongfr.Visible = False<br />

chkthayer.Value = False<br />

chkstrong.Value = True<br />

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

Exit Sub<br />

ElseIf cboVersion.Text = "NEG+" 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 />

lblstrongfr.Visible = False<br />

optstrongfr.Visible = False<br />

chkthayer.Value = False<br />

chkstrong.Value = True<br />

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

Exit Sub<br />

ElseIf cboVersion.Text = "LSG+" Then<br />

sortievocale.Visible = False<br />

MnuSortieVocale.Enabled = False<br />

chkstrong.Visible = False

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

Saved successfully!

Ooh no, something went wrong!