1994-08-23 13:52:36 +00:00
|
|
|
#ifndef APPNAME
|
1994-11-03 12:46:49 +00:00
|
|
|
#define APPNAME PRASSI
|
|
|
|
#define QAPPNAME "PRASSI"
|
1996-07-17 14:10:41 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef LIBDIR
|
1996-10-30 12:47:16 +00:00
|
|
|
#define LIBDIR f:\xvt.403\win_x86\ptk\lib
|
1994-08-23 13:52:36 +00:00
|
|
|
#endif
|
|
|
|
|
1996-10-30 12:47:16 +00:00
|
|
|
#ifndef RESDIR
|
|
|
|
#define RESDIR f:/p.due/bmp
|
|
|
|
#define QRESDIR "f:/p.due/bmp/"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define LANG_ITA_W52
|
|
|
|
|
1994-08-23 13:52:36 +00:00
|
|
|
#define NO_STD_EDIT_MENU
|
|
|
|
#define NO_STD_FILE_MENU
|
|
|
|
#define NO_STD_FONT_MENU
|
|
|
|
#define NO_STD_ABOUT_BOX
|
1995-03-22 09:07:04 +00:00
|
|
|
#define NO_STD_HELP_MENU
|
|
|
|
#define NO_HELP_RESOURCES
|
1996-10-30 12:47:16 +00:00
|
|
|
|
1994-08-23 13:52:36 +00:00
|
|
|
#include <url.h>
|
|
|
|
|
|
|
|
#include <urldefid.h>
|
|
|
|
|
|
|
|
MENUBAR TASK_MENUBAR
|
|
|
|
|
|
|
|
MENU MENU_FILE
|
1995-03-24 11:53:45 +00:00
|
|
|
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"
|
1994-08-23 13:52:36 +00:00
|
|
|
|
1995-01-03 16:44:27 +00:00
|
|
|
MENUBAR VISWIN_BAR
|
|
|
|
|
|
|
|
MENU VISWIN_BAR
|
1995-03-24 11:53:45 +00:00
|
|
|
SUBMENU MENU_VISWIN "~Visualizzazione"
|
|
|
|
SUBMENU M_EDIT "~Edit"
|
1995-01-03 16:44:27 +00:00
|
|
|
|
|
|
|
MENU MENU_VISWIN
|
1995-05-29 10:25:10 +00:00
|
|
|
ITEM M_EDIT_CLIPBOARD "Interrompi\tESC"
|
1996-05-08 11:09:13 +00:00
|
|
|
ITEM M_EDIT_CUT "Colle~ga...\tCtrl+G" DISABLED
|
1995-05-29 10:25:10 +00:00
|
|
|
ITEM M_EDIT_PASTE "~Esporta...\tCtrl+E"
|
|
|
|
ITEM M_EDIT_SEL_ALL "~Stampa... \tCtrl+S" DISABLED
|
1995-03-24 11:53:45 +00:00
|
|
|
SEPARATOR
|
1995-05-29 10:25:10 +00:00
|
|
|
ITEM M_SHOW_RULERS "Mostra ~righelli" CHECKABLE
|
|
|
|
ITEM M_SHOW_BUTTONS "Mostra ~bottoni" CHECKABLE
|
|
|
|
ITEM M_EDIT_UNDO "Ri~disegna"
|
1995-03-24 11:53:45 +00:00
|
|
|
SEPARATOR
|
|
|
|
ITEM M_EDIT_QUIT "Chiudi\tESC+ESC"
|
1995-01-03 16:44:27 +00:00
|
|
|
|
|
|
|
MENU M_EDIT
|
1995-03-24 11:53:45 +00:00
|
|
|
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
|
1995-01-03 16:44:27 +00:00
|
|
|
|
1996-10-30 12:47:16 +00:00
|
|
|
MENUBAR BROWSE_BAR
|
1994-08-23 13:52:36 +00:00
|
|
|
|
1996-10-30 12:47:16 +00:00
|
|
|
MENU BROWSE_BAR
|
1996-11-12 14:53:09 +00:00
|
|
|
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"
|
1996-10-30 12:47:16 +00:00
|
|
|
|
|
|
|
ACCEL MENU_FILE "f" alt
|
|
|
|
|
1994-08-23 13:52:36 +00:00
|
|
|
#if XVTWS == WINWS
|
1996-10-30 12:47:16 +00:00
|
|
|
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_BMP QRESDIR"bmp.bmp"
|
|
|
|
image BMP_XLS QRESDIR"xls.bmp"
|
|
|
|
image BMP_WAV QRESDIR"wav.bmp"
|
|
|
|
image BMP_DOC QRESDIR"doc.bmp"
|
|
|
|
image BMP_LENTE QRESDIR"lente.bmp"
|
|
|
|
image BMP_FAX QRESDIR"fax.bmp"
|
1995-03-22 09:07:04 +00:00
|
|
|
|
1994-08-23 13:52:36 +00:00
|
|
|
#scan <xil.h>
|
|
|
|
#transparent $$$
|
1996-10-30 12:47:16 +00:00
|
|
|
XI_CURSOR_RESIZE CURSOR DISCARDABLE RESDIR/resize.cur
|
|
|
|
XI_CURSOR_HAND CURSOR DISCARDABLE RESDIR/hand.cur
|
1996-11-15 14:19:37 +00:00
|
|
|
XI_CURSOR_VRESIZE CURSOR DISCARDABLE RESDIR/vresize.cur
|
1996-10-30 12:47:16 +00:00
|
|
|
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
|
1994-08-23 13:52:36 +00:00
|
|
|
$$$
|
|
|
|
#endif
|