Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione aga 1.7 patch 126 sul main trunk git-svn-id: svn://10.65.10.50/trunk@9819 c028cbd2-c16b-5b4b-a496-9718f37d4682
45 lines
1.3 KiB
INI
Executable File
45 lines
1.3 KiB
INI
Executable File
#define APPNAME eurocamp
|
|
#define QAPPNAME "eurocamp"
|
|
#include <default.url>
|
|
|
|
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"
|
|
|
|
|
|
#include "mr2url.h"
|
|
|
|
/* mr2 -0 PLANNING*/
|
|
|
|
image USER_BMP_CHECK "check.bmp"
|
|
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"
|
|
|
|
image USER_BMP_SELECT_ORDP "selordp.bmp"
|
|
image USER_BMP_SELECT_ORDF "selordf.bmp"
|
|
|
|
image USER_BMP_ORDINI_INPUT "ord_in.bmp"
|
|
image USER_BMP_ORDINI_OUTPUT "ord_out.bmp"
|
|
image USER_BMP_VINCOLI_INPUT "cons_in.bmp"
|
|
image USER_BMP_VINCOLI_OUTPUT "cons_out.bmp"
|
|
|