Files correlati :ba8 Ricompilazione Demo : [ ] Commento : sistemato problema del modulo in stampa tabelle che non cominciano con BA git-svn-id: svn://10.65.10.50/trunk@18071 c028cbd2-c16b-5b4b-a496-9718f37d4682
48 lines
566 B
Plaintext
Executable File
48 lines
566 B
Plaintext
Executable File
#include "ba8400.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
BUTTON DLG_PRINT 2 2
|
|
BEGIN
|
|
PROMPT 1 1 "Stampa"
|
|
PICTURE BMP_PRINT
|
|
END
|
|
|
|
BUTTON DLG_SETPRINT 2 2
|
|
BEGIN
|
|
PROMPT 1 1 "Imposta"
|
|
PICTURE BMP_SETPRINT
|
|
END
|
|
|
|
BUTTON DLG_EDIT 2 2
|
|
BEGIN
|
|
PROMPT 1 1 "~Edit"
|
|
PICTURE BMP_EDIT
|
|
END
|
|
|
|
#include <helpbar.h>
|
|
ENDPAGE
|
|
|
|
PAGE "Stampa Report" -1 -1 62 5
|
|
|
|
STRING F_REPORT 256 50
|
|
BEGIN
|
|
PROMPT 1 1 "Report "
|
|
FLAGS "B"
|
|
END
|
|
|
|
STRING F_FORM 256 45
|
|
BEGIN
|
|
PROMPT 1 2 "Descrizione "
|
|
FLAGS "D"
|
|
END
|
|
|
|
STRING F_DOC 256 45
|
|
BEGIN
|
|
PROMPT 1 3 "Applicazione "
|
|
FLAGS "D"
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|