campo-sirio/include/bagn006.uml
guy f4028dbd31 Patch level : 10.0
Files correlati     : bagn006.msk ba0 ve0
Ricompilazione Demo : [ ]
Commento            :
Corretta gestione maschera proprieta' colori
Allargato sheet oggetti collegati


git-svn-id: svn://10.65.10.50/trunk@18767 c028cbd2-c16b-5b4b-a496-9718f37d4682
2009-04-22 13:33:07 +00:00

110 lines
1.2 KiB
Plaintext
Executable File

#include <bagn006.h>
//maschera dei collegamenti ad oggetti esterni
TOOLBAR "" 0 0 0 2
BUTTON DLG_OK
BEGIN
PROMPT -15 -1 ""
END
BUTTON F_NEWREC
BEGIN
PROMPT -25 -1 "~Nuovo"
PICTURE TOOL_NEWREC
END
BUTTON F_LINK
BEGIN
PROMPT -35 -1 "~Edit"
PICTURE TOOL_EDIT
END
BUTTON F_PRINT
BEGIN
PROMPT -45 -1 "Stampa"
PICTURE TOOL_PRINT
END
BUTTON DLG_CANCEL
BEGIN
PROMPT -55 -1 ""
END
ENDPAGE
PAGE "Oggetti esterni" 0 2 0 0
SPREADSHEET F_SHEET
BEGIN
PROMPT 0 4 "Lista"
ITEM "File@60"
ITEM "Nome@32"
ITEM "Link"
END
ENDPAGE
ENDMASK
PAGE "Oggetto esterno" -1 -1 60 4
STRING S_FILE 260 50
BEGIN
PROMPT 1 1 "File "
FLAGS "B"
END
STRING S_ALIAS 50
BEGIN
PROMPT 1 2 "Alias "
FLAGS "DG"
END
BOOLEAN S_LINK
BEGIN
PROMPT 1 3 "Collegamento esterno"
END
ENDPAGE
TOOLBAR "topbar" 0 0 0 2
BUTTON DLG_OK
BEGIN
PROMPT -16 -1 ""
END
BUTTON F_NEWREC
BEGIN
PROMPT -26 -1 "~Nuovo"
PICTURE TOOL_NEWREC
END
BUTTON F_LINK
BEGIN
PROMPT -36 -1 "~Edit"
PICTURE TOOL_EDIT
END
BUTTON DLG_DELREC
BEGIN
PROMPT -46 -1 ""
PICTURE TOOL_DELREC
END
BUTTON F_PRINT
BEGIN
PROMPT -56 -1 "Stampa"
PICTURE TOOL_PRINT
END
BUTTON DLG_CANCEL
BEGIN
PROMPT -66 -1 ""
END
ENDPAGE
ENDMASK