campo-sirio/include/default.url
guy 1ea0f9dc35 golem.cpp Reindentato caricamento funzioni da DLL
mask.cpp    Velocizzato test di autosave dei campi
strings.*   Aggiunti i metodi TFilename::exist e TFilename::search_in_path
defmask.h   Aggiunto DLG_EMAIL
urldefid.h  Aggiunto BMP_EMAIL
default.url Aggiunta email.bmp e tolte le tre bitmap dei libri

ATTENZIONE: Il file email.bmp e' disponibile, per lo gaudio de li
            frati tutti, nell'antica biblioteca f:\p.due\bmp


git-svn-id: svn://10.65.10.50/trunk@5646 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-11-20 08:07:02 +00:00

136 lines
3.8 KiB
INI
Executable File

#ifndef APPNAME
#define APPNAME PRASSI
#define QAPPNAME "PRASSI"
#endif
#ifndef LIBDIR
#define LIBDIR f:\xvt.403\win_x86\ptk\lib
#endif
#ifndef RESDIR
#define RESDIR f:/p.due/bmp
#define QRESDIR "f:/p.due/bmp/"
#endif
#ifndef QFIRMNAME
#define QFIRMNAME "PR.A.S.S.I. S.p.A."
#endif
#define LANG_ITA_W52
#define NO_STD_EDIT_MENU
#define NO_STD_FILE_MENU
#define NO_STD_FONT_MENU
#define NO_STD_ABOUT_BOX
#define NO_STD_HELP_MENU
#define NO_HELP_RESOURCES
#include <url.h>
#include <urldefid.h>
MENUBAR TASK_MENUBAR
MENU MENU_FILE
ITEM M_FILE_NEW "Scelta ~Ditta..."
ITEM M_FILE_REVERT "Impostazione ~Parametri..."
SEPARATOR
ITEM M_FILE_PG_SETUP "~Impostazione Stampante..."
ITEM M_FILE_PRINT "~Stampa" DISABLED
SEPARATOR
ITEM (M_FILE+11) "I~nformazioni"
ITEM M_FILE_QUIT "~Fine"
MENUBAR VISWIN_BAR
MENU VISWIN_BAR
SUBMENU MENU_VISWIN "~Visualizzazione"
SUBMENU M_EDIT "~Modifica"
MENU MENU_VISWIN
ITEM M_EDIT_CLIPBOARD "Interrompi\tESC"
ITEM M_EDIT_CUT "Colle~ga...\tCtrl+G" DISABLED
ITEM M_EDIT_PASTE "~Esporta...\tCtrl+E"
ITEM M_EDIT_SEL_ALL "~Stampa... \tCtrl+S" DISABLED
SEPARATOR
ITEM M_SHOW_RULERS "Mostra ~righelli" CHECKABLE
ITEM M_SHOW_BUTTONS "Mostra ~bottoni" CHECKABLE
ITEM M_EDIT_UNDO "Ri~disegna"
SEPARATOR
ITEM M_EDIT_QUIT "Chiudi\tESC+ESC"
MENU M_EDIT
ITEM M_EDIT_COPY "~Copia" DISABLED
ITEM M_EDIT_CLEAR "~Annulla" DISABLED
SEPARATOR
ITEM M_EDIT_SEARCH "Cerca...\tF7"
ITEM M_EDIT_DELETE "Cerca il prossimo\tF8" DISABLED
MENUBAR BROWSE_BAR
MENU BROWSE_BAR
SUBMENU BROWSE_BAR+1 "~Proprieta'"
MENU BROWSE_BAR+1
ITEM M_EDIT_COPY "~Salva impostazioni colonne"
ITEM M_EDIT_UNDO "~Ripristina impostazioni colonne"
SEPARATOR
ITEM M_EDIT_SEARCH "~Informazioni"
ACCEL MENU_FILE "f" alt
STRING STR_FIRMNAME QFIRMNAME
#if XVTWS == WINWS
image BMP_OK QRESDIR"ok.bmp"
image BMP_CANCEL QRESDIR"cancel.bmp"
image BMP_QUIT QRESDIR"quit.bmp"
image BMP_QUITDN QRESDIR"quitdn.bmp"
image BMP_SELECT QRESDIR"select.bmp"
// image BMP_FIRSTREC QRESDIR"firstrec.bmp"
// image BMP_PREVREC QRESDIR"prevrec.bmp"
// image BMP_NEXTREC QRESDIR"nextrec.bmp"
// image BMP_LASTREC QRESDIR"lastrec.bmp"
image BMP_STOPREC QRESDIR"stoprec.bmp"
image BMP_SAVEREC QRESDIR"saverec.bmp"
image BMP_SAVERECDN QRESDIR"saverecd.bmp"
image BMP_NEWREC QRESDIR"newrec.bmp"
image BMP_NEWRECDN QRESDIR"newrecdn.bmp"
image BMP_DELREC QRESDIR"delrec.bmp"
image BMP_DELRECDN QRESDIR"delrecdn.bmp"
image BMP_FINDREC QRESDIR"findrec.bmp"
image BMP_SEARCH QRESDIR"search.bmp"
//image BMP_CHECK_ON QRESDIR"checkon.bmp"
//image BMP_CHECK_OFF QRESDIR"checkoff.bmp"
//image BMP_RADIO_ON QRESDIR"radioon.bmp"
//image BMP_RADIO_OFF QRESDIR"radiooff.bmp"
image BMP_MODULE1 QRESDIR"module1.bmp"
image BMP_MODULE2 QRESDIR"module2.bmp"
image BMP_MODULE3 QRESDIR"module3.bmp"
image BMP_MODULE4 QRESDIR"module4.bmp"
//image BMP_BOOK1 QRESDIR"book1.bmp"
//image BMP_BOOK2 QRESDIR"book2.bmp"
//image BMP_BOOK3 QRESDIR"book3.bmp"
image BMP_MODULE QRESDIR"module.bmp"
image BMP_EDIT QRESDIR"edit.bmp"
image BMP_LINK QRESDIR"link.bmp"
image BMP_PRINT QRESDIR"print.bmp"
image BMP_SETPRINT QRESDIR"setprint.bmp"
image BMP_RECALC QRESDIR"recalc.bmp"
image BMP_OLE QRESDIR"ole.bmp"
image BMP_LENTE QRESDIR"lente.bmp"
image BMP_FAX QRESDIR"fax.bmp"
image BMP_EMAIL QRESDIR"email.bmp"
#scan <xil.h>
#transparent $$$
XI_CURSOR_RESIZE CURSOR DISCARDABLE RESDIR/resize.cur
XI_CURSOR_HAND CURSOR DISCARDABLE RESDIR/hand.cur
XI_CURSOR_VRESIZE CURSOR DISCARDABLE RESDIR/vresize.cur
COMBO_ICON ICON DISCARDABLE RESDIR/combo.ico
ICO_SEARCH ICON DISCARDABLE RESDIR/search.ico
ICO_CHECK_ON ICON DISCARDABLE RESDIR/checkon.ico
ICO_CHECK_OFF ICON DISCARDABLE RESDIR/checkoff.ico
$$$
#endif