Files correlati : Ricompilazione Demo : [ ] Commento :postinstallazione moduli ripresa dalla 3.1 git-svn-id: svn://10.65.10.50/trunk@15412 c028cbd2-c16b-5b4b-a496-9718f37d4682
24 lines
319 B
Plaintext
Executable File
24 lines
319 B
Plaintext
Executable File
#include "bainst00.h"
|
|
|
|
PAGE "Installazione dati IVA" -1 -1 78 8
|
|
|
|
BOOL F_DEFAULTSDATA
|
|
BEGIN
|
|
PROMPT 2 2 "Carica le tabelle del modulo Base"
|
|
END
|
|
|
|
BOOL F_DATI_IVA
|
|
BEGIN
|
|
PROMPT 2 4 "Installa dati IVA"
|
|
END
|
|
|
|
BUTTON DLG_OK 10 2
|
|
BEGIN
|
|
PROMPT -11 -1 "~Conferma"
|
|
MESSAGE EXIT,K_ENTER
|
|
PICTURE BMP_OK
|
|
END
|
|
|
|
ENDPAGE
|
|
ENDMASK
|