Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@17625 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-11-13 14:55:25 +00:00
parent 6cf8deea6e
commit b67e373235
2 changed files with 26 additions and 0 deletions

26
include/stdbar.h Executable file
View File

@ -0,0 +1,26 @@
BUTTON DLG_OK 2 2
BEGIN
PROMPT 1 1 "Conferma"
PICTURE BMP_OK
END
BUTTON DLG_INFO 2 2
BEGIN
PROMPT 2 1 "Info"
MESSAGE EXIT,K_F2
PICTURE BMP_INFO
END
BUTTON DLG_HELP 2 2
BEGIN
PROMPT 3 1 "Help"
MESSAGE EXIT,K_F1
PICTURE BMP_HELP
END
BUTTON DLG_QUIT 2 2
BEGIN
PROMPT 5 1 "Fine"
MESSAGE EXIT,K_QUIT
PICTURE BMP_QUIT
END

BIN
res/home.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB