campo-sirio/include/default.url

109 lines
3.6 KiB
Plaintext
Raw Normal View History

#ifndef APPNAME
#define APPNAME PRASSI
#define QAPPNAME "PRASSI"
#define LIBDIR f:\xvt.403\win_x86\ptk\lib
#endif
#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 "~Edit"
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
ACCEL MENU_FILE "f" alt
#if XVTWS == WINWS
image BMP_OK "f:/p.due/bmp/ok.bmp"
image BMP_CANCEL "f:/p.due/bmp/cancel.bmp"
image BMP_QUIT "f:/p.due/bmp/quit.bmp"
image BMP_QUITDN "f:/p.due/bmp/quitdn.bmp"
image BMP_SELECT "f:/p.due/bmp/select.bmp"
// image BMP_FIRSTREC "f:/p.due/bmp/firstrec.bmp"
// image BMP_PREVREC "f:/p.due/bmp/prevrec.bmp"
// image BMP_NEXTREC "f:/p.due/bmp/nextrec.bmp"
// image BMP_LASTREC "f:/p.due/bmp/lastrec.bmp"
image BMP_STOPREC "f:/p.due/bmp/stoprec.bmp"
image BMP_SAVEREC "f:/p.due/bmp/saverec.bmp"
image BMP_SAVERECDN "f:/p.due/bmp/saverecd.bmp"
image BMP_NEWREC "f:/p.due/bmp/newrec.bmp"
image BMP_NEWRECDN "f:/p.due/bmp/newrecdn.bmp"
image BMP_DELREC "f:/p.due/bmp/delrec.bmp"
image BMP_DELRECDN "f:/p.due/bmp/delrecdn.bmp"
image BMP_FINDREC "f:/p.due/bmp/findrec.bmp"
image BMP_SEARCH "f:/p.due/bmp/search.bmp"
image BMP_CHECK_ON "f:/p.due/bmp/checkon.bmp"
image BMP_CHECK_OFF "f:/p.due/bmp/checkoff.bmp"
image BMP_RADIO_ON "f:/p.due/bmp/radioon.bmp"
image BMP_RADIO_OFF "f:/p.due/bmp/radiooff.bmp"
image BMP_MODULE1 "f:/p.due/bmp/module1.bmp"
image BMP_MODULE2 "f:/p.due/bmp/module2.bmp"
image BMP_MODULE3 "f:/p.due/bmp/module3.bmp"
image BMP_MODULE4 "f:/p.due/bmp/module4.bmp"
image BMP_BOOK1 "f:/p.due/bmp/book1.bmp"
image BMP_BOOK2 "f:/p.due/bmp/book2.bmp"
image BMP_BOOK3 "f:/p.due/bmp/book3.bmp"
image BMP_MODULE "f:/p.due/bmp/module.bmp"
image BMP_EDIT "f:/p.due/bmp/edit.bmp"
image BMP_LINK "f:/p.due/bmp/link.bmp"
image BMP_PRINT "f:/p.due/bmp/print.bmp"
image BMP_SETPRINT "f:/p.due/bmp/setprint.bmp"
image BMP_RECALC "f:/p.due/bmp/recalc.bmp"
image BMP_BMP "f:/p.due/bmp/bmp.bmp"
image BMP_XLS "f:/p.due/bmp/xls.bmp"
image BMP_WAV "f:/p.due/bmp/wav.bmp"
image BMP_DOC "f:/p.due/bmp/doc.bmp"
image BMP_LENTE "f:/p.due/bmp/lente.bmp"
#scan <xil.h>
#transparent $$$
XI_CURSOR_RESIZE CURSOR DISCARDABLE f:/p.due/bmp/resize.cur
XI_CURSOR_HAND CURSOR DISCARDABLE f:/p.due/bmp/hand.cur
XI_CURSOR_VRESIZE CORSOR DISCARDABLE f:/p.due/bmp/vresize.cur
COMBO_ICON ICON DISCARDABLE f:/p.due/bmp/combo.ico
ICO_SEARCH ICON DISCARDABLE f:/p.due/bmp/search.ico
ICO_CHECK_ON ICON DISCARDABLE f:/p.due/bmp/checkon.ico
ICO_CHECK_OFF ICON DISCARDABLE f:/p.due/bmp/checkoff.ico
$$$
#endif