Patch level :10.0 256

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
utilizzata la nuova standardizzazione pictures in alcune maschere di ci (per provare)


git-svn-id: svn://10.65.10.50/trunk@18484 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-03-10 16:24:12 +00:00
parent e3b0bce05b
commit 50c2083558

View File

@ -6,7 +6,7 @@ BUTTON DLG_SELECT 10 2
BEGIN
PROMPT 1 1 "~Selezione"
MESSAGE EXIT,K_ENTER
PICTURE BMP_SELECT
PICTURE TOOL_MULTISEL
END
BUTTON DLG_DELREC 10 2
@ -22,25 +22,25 @@ END
BUTTON F_PREVYEAR 10 2
BEGIN
PROMPT 3 1 "Anno -"
PICTURE BMP_FIRSTREC
PICTURE TOOL_FIRSTREC
END
BUTTON F_PREVMONTH 10 2
BEGIN
PROMPT 4 1 "Mese -"
PICTURE BMP_PREVREC
PICTURE TOOL_PREVREC
END
BUTTON F_NEXTMONTH 10 2
BEGIN
PROMPT 5 1 "Mese +"
PICTURE BMP_NEXTREC
PICTURE TOOL_NEXTREC
END
BUTTON F_NEXTYEAR 10 2
BEGIN
PROMPT 6 1 "Anno -"
PICTURE BMP_LASTREC
PICTURE TOOL_LASTREC
END
#include <helpbar.h>