Patch level :10.0 295 e successive

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
sistemato meglio urldefid e messe le define al posto dei numeri in alex


git-svn-id: svn://10.65.10.50/trunk@18800 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-04-30 10:30:48 +00:00
parent 892f9a7d0f
commit d5776467b8
2 changed files with 17 additions and 6 deletions

View File

@ -380,8 +380,8 @@ TAVM_monitor::TAVM_monitor() : TAutomask("Monitor", 1, 50, 20), _ignore_mon(fals
add_boolean(104, 0, "Ignora MON d'ora in poi", 1, -3);
add_button(DLG_NEXTREC, 0, "", -14, -1, 10, 2, "", 124).set_exit_key(K_F11);
add_button(DLG_LASTREC, 0, "", -24, -1, 10, 2, "", 1671).set_exit_key(K_F10);
add_button(DLG_NEXTREC, 0, "", -14, -1, 10, 2, "", BMP_NEXTREC).set_exit_key(K_F11);
add_button(DLG_LASTREC, 0, "", -24, -1, 10, 2, "", BMP_DARROWR2).set_exit_key(K_F10);
add_button(DLG_ELABORA, 0, "", -34, -1, 10, 2, "", BMP_LASTREC).set_exit_key(K_F5);
add_button(DLG_QUIT, 0, "", -44, -1, 10, 2).set_exit_key(K_QUIT);

View File

@ -71,6 +71,7 @@
#define BMP_MODULE2 128
#define BMP_MODULE3 129
#define BMP_MODULE4 130
#define BMP_CHECK 131
#define BMP_MODULE 134
#define BMP_OLE 135
#define BMP_EMAIL 139
@ -99,10 +100,20 @@
#define BMP_COPY 180
#define BMP_PASTE 181
#define BMP_DARROWU 1662
#define BMP_DARROWD 1663
#define BMP_SARROWU 1674
#define BMP_SARROWD 1675
#define BMP_DARROWU 185
#define BMP_DARROWD 186
#define BMP_DARROWL 187
#define BMP_DARROWR 188
#define BMP_DARROWUL 189
#define BMP_DARROWDL 190
#define BMP_DARROWUR 191
#define BMP_DARROWDR 192
#define BMP_DARROWL2 193
#define BMP_DARROWR2 194
#define BMP_DARROWU2 195
#define BMP_DARROWD2 196
#define BMP_SARROWU 197
#define BMP_SARROWD 198
//immagini bottoni barre strumenti principali
//-------------------------------------------