Files correlati : Ricompilazione Demo : [ ] Commento : primitiva stesura delle prime tabelle CA git-svn-id: svn://10.65.10.50/trunk@12389 c028cbd2-c16b-5b4b-a496-9718f37d4682
21 lines
233 B
Plaintext
Executable File
21 lines
233 B
Plaintext
Executable File
#include "catbtpl.h"
|
|
|
|
TOOLBAR "" 0 20 0 2
|
|
#include <toolbar.h>
|
|
ENDPAGE
|
|
|
|
PAGE "Tipo Lavoro" -1 -1 64 6
|
|
|
|
STRING F_CODICE 5
|
|
BEGIN
|
|
PROMPT 2 2 "Codice "
|
|
END
|
|
|
|
STRING F_DESCR 50
|
|
BEGIN
|
|
PROMPT 2 3 "Descrizione "
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK |