29 lines
342 B
Plaintext
29 lines
342 B
Plaintext
|
#include "ca1700a.h"
|
||
|
|
||
|
TOOLBAR "topbar" 0 0 0 2
|
||
|
#include <printbar.h>
|
||
|
ENDPAGE
|
||
|
|
||
|
PAGE "Stampa fasi" -1 -1 80 19
|
||
|
|
||
|
GROUPBOX DLG_NULL 77 7
|
||
|
BEGIN
|
||
|
PROMPT 2 1 "Da fase"
|
||
|
END
|
||
|
|
||
|
GROUPBOX DLG_NULL 77 7
|
||
|
BEGIN
|
||
|
PROMPT 2 8 "A fase"
|
||
|
END
|
||
|
|
||
|
STRING F_REPORT 20
|
||
|
BEGIN
|
||
|
PROMPT 2 16 "Tipo di stampa "
|
||
|
RSELECT "ca1700a"
|
||
|
CHECKTYPE NORMAL
|
||
|
END
|
||
|
|
||
|
ENDPAGE
|
||
|
|
||
|
ENDMASK
|