Patch level :2.1 017

Files correlati     :tutti
Ricompilazione Demo : [ ]
Commento            :aggiunto il bottone "Configura" per la gestione dei files .ini ('na bellezza)


git-svn-id: svn://10.65.10.50/trunk@11892 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2004-03-22 14:51:25 +00:00
parent c02ff3d796
commit 380e091d84
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#define DLG_PGDN 5 /* TAG del bottone <PgDn> */
#define DLG_PGUP 6 /* TAG del bottone <PgUp> */
#define DLG_PAGE 7 /* TAG del bottone <PgUp/PgDn> */
#define DLG_CONFIG 8 /* TAG del bottone <Configura> */
#define DLG_QUIT 9 /* TAG del bottone <Uscita> */
#define DLG_F9 10 /* TAG del bottone <Ricerca> */
#define DLG_FIRSTREC 11 /* TAG del bottone <Primo> */

View File

@ -52,6 +52,7 @@
#define BMP_SAVEREC 103
#define BMP_DELREC 104
#define BMP_NEWREC 105
#define BMP_CONFIG 107
#define BMP_FAX 108
#define BMP_SEARCH 109
#define BMP_CHECK_ON 110