Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
altra roba sulle icone delle toolbar


git-svn-id: svn://10.65.10.50/trunk@17604 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-11-12 11:58:22 +00:00
parent 021ebe3d89
commit bf3e28a91e
2 changed files with 12 additions and 2 deletions

View File

@ -2,7 +2,7 @@ BUTTON DLG_FINDREC 10 2
BEGIN
PROMPT -13 -1 "Ri~cerca"
MESSAGE EXIT,K_F9
PICTURE BMP_FINDREC
PICTURE BMP_LENTE
END
BUTTON DLG_CANCEL 10 2

View File

@ -104,12 +104,17 @@
#define BMP_ARCHIVE 175
#define BMP_FONT 179
#define BMP_CLOSETURN 206
#define BMP_COPY 180
#define BMP_CLOSETURN 206
#define BMP_CLOSESCONTR 207
#define BMP_SUSPSCONTR 208
#define BMP_SUSPSCONTRS 209
#define BMP_SCONTR2FATT 210
#define BMP_PERMISSIONS 211
#define BMP_PRINTELENCO 212
#define BMP_PRINTSCHEDE 213
#define BMP_PRINTETICH 214
#define BMP_PRINTRUBRICA 215
#define TOOL_OK 101
#define TOOL_CANCEL 102
@ -138,6 +143,7 @@
#define TOOL_SETPRINT 165
#define TOOL_LENTE 166
#define TOOL_FONT 179
#define TOOL_COPY 180
#define TOOL_PREF 204
#define TOOL_ADDPREF 205
#define TOOL_CLOSETURN 206
@ -146,6 +152,10 @@
#define TOOL_SUSPSCONTRS 209
#define TOOL_SCONTR2FATT 210
#define TOOL_PERMISSIONS 211
#define TOOL_PRINTELENCO 212
#define TOOL_PRINTSCHEDE 213
#define TOOL_PRINTETICH 214
#define TOOL_PRINTRUBRICA 215
#endif