Aggiunta lente sugli zoom-field

git-svn-id: svn://10.65.10.50/trunk@2215 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
matteo 1995-11-27 17:33:34 +00:00
parent ca25f3c33d
commit f6b4136c9b
4 changed files with 7 additions and 0 deletions

View File

@ -567,6 +567,10 @@ TPush_button::TPush_button(short left, short top, short right, short bottom,
if (*capt != '#') if (*capt != '#')
capt = format("#%d", BMP_SEARCH); capt = format("#%d", BMP_SEARCH);
break; break;
case DLG_F8:
if (*capt != '#')
capt = format("#%d", BMP_LENTE);
break;
case DLG_LINK: case DLG_LINK:
if (strcmp("~Collega", caption()) == 0) if (strcmp("~Collega", caption()) == 0)
capt = format("#%d", BMP_LINK); capt = format("#%d", BMP_LINK);

View File

@ -93,6 +93,7 @@ image BMP_BMP "f:/p.due/bmp/bmp.bmp"
image BMP_XLS "f:/p.due/bmp/xls.bmp" image BMP_XLS "f:/p.due/bmp/xls.bmp"
image BMP_WAV "f:/p.due/bmp/wav.bmp" image BMP_WAV "f:/p.due/bmp/wav.bmp"
image BMP_DOC "f:/p.due/bmp/doc.bmp" image BMP_DOC "f:/p.due/bmp/doc.bmp"
image BMP_LENTE "f:/p.due/bmp/lente.bmp"
#scan <xil.h> #scan <xil.h>
#transparent $$$ #transparent $$$

View File

@ -30,6 +30,7 @@
#define DLG_SETPRINT 25 /* TAG del bottone Imposta Stampa */ #define DLG_SETPRINT 25 /* TAG del bottone Imposta Stampa */
#define DLG_RECALC 26 /* TAG del bottone Ricalcola */ #define DLG_RECALC 26 /* TAG del bottone Ricalcola */
#define DLG_USER 100 /* TAG del primo controllo definito dall'utente */ #define DLG_USER 100 /* TAG del primo controllo definito dall'utente */
#define DLG_F8 27 /* TAG del bottone <Ricerca> */
/* @M /* @M
Funzioni di libreria per i validate delle maschere Funzioni di libreria per i validate delle maschere

View File

@ -68,6 +68,7 @@
#define BMP_NEWRECDN 155 #define BMP_NEWRECDN 155
#define BMP_QUITDN 164 #define BMP_QUITDN 164
#define BMP_SETPRINT 165 #define BMP_SETPRINT 165
#define BMP_LENTE 166
#endif #endif