21 lines
235 B
Plaintext
21 lines
235 B
Plaintext
|
#include "catbtpc.h"
|
||
|
|
||
|
TOOLBAR "" 0 20 0 2
|
||
|
#include <toolbar.h>
|
||
|
ENDPAGE
|
||
|
|
||
|
PAGE "Tipo Commessa" -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
|