1999-04-22 15:31:16 +00:00
|
|
|
#define APPNAME eurocamp
|
|
|
|
#define QAPPNAME "eurocamp"
|
1999-04-06 15:34:39 +00:00
|
|
|
#include <default.url>
|
2001-07-24 13:28:55 +00:00
|
|
|
|
|
|
|
MENUBAR TASK_MENUBAR
|
|
|
|
|
|
|
|
MENU TASK_MENUBAR
|
|
|
|
SUBMENU M_FILE "~File"
|
|
|
|
/* SUBMENU M_EDIT "~Modifica" Unsupported! */
|
|
|
|
SUBMENU M_FONT "~Opzioni"
|
|
|
|
SUBMENU M_HELP "~Help"
|
|
|
|
|
|
|
|
|
|
|
|
MENU M_FONT
|
|
|
|
ITEM MENU_ITEM(1) "~Colori righe"
|
|
|
|
|
|
|
|
|
1999-04-06 15:34:39 +00:00
|
|
|
#include "mr2url.h"
|
|
|
|
|
|
|
|
/* mr2 -0 PLANNING*/
|
|
|
|
|
|
|
|
image USER_BMP_CHECK "check.bmp"
|
1999-06-18 15:35:05 +00:00
|
|
|
image USER_BMP_ARROWUP "..\include\darrowu.bmp"
|
|
|
|
image USER_BMP_ARROWDOWN "..\include\darrowd.bmp"
|
|
|
|
image USER_BMP_ARROWLEFT "..\include\darrowl.bmp"
|
|
|
|
image USER_BMP_ARROWRIGHT "..\include\darrowr.bmp"
|
|
|
|
image USER_BMP_ARROWUP_RED "..\include\darrowu2.bmp"
|
|
|
|
image USER_BMP_ARROWDOWN_RED "..\include\darrowd2.bmp"
|
|
|
|
image USER_BMP_ARROWLEFT_RED "..\include\darrowl2.bmp"
|
|
|
|
image USER_BMP_ARROWRIGHT_RED "..\include\darrowr2.bmp"
|
|
|
|
|
|
|
|
image USER_BMP_ARROWUPLEFT "..\include\darrowul.bmp"
|
|
|
|
image USER_BMP_ARROWDOWNLEFT "..\include\darrowdl.bmp"
|
|
|
|
image USER_BMP_ARROWUPRIGHT "..\include\darrowur.bmp"
|
|
|
|
image USER_BMP_ARROWDOWNRIGHT "..\include\darrowdr.bmp"
|
1999-04-06 15:34:39 +00:00
|
|
|
|
|
|
|
image USER_BMP_SELECT_ORDP "selordp.bmp"
|
|
|
|
image USER_BMP_SELECT_ORDF "selordf.bmp"
|
|
|
|
|
1999-06-18 15:35:05 +00:00
|
|
|
image USER_BMP_ORDINI_INPUT "ord_in.bmp"
|
|
|
|
image USER_BMP_ORDINI_OUTPUT "ord_out.bmp"
|
1999-10-22 10:00:18 +00:00
|
|
|
image USER_BMP_VINCOLI_INPUT "cons_in.bmp"
|
|
|
|
image USER_BMP_VINCOLI_OUTPUT "cons_out.bmp"
|
1999-06-18 15:35:05 +00:00
|
|
|
|