31 lines
858 B
C
31 lines
858 B
C
|
|
// Copyright 2004 - 2007 The Uniform Server Development Team
|
||
|
|
/* --- The following code comes from K:\lcc\lib\wizard\stddef.tpl */
|
||
|
|
// This are the definitions for all symbols used in menus or string
|
||
|
|
// version 1.1
|
||
|
|
|
||
|
|
#define IDACCEL 10000
|
||
|
|
#define IDM_NEW 200
|
||
|
|
#define IDM_OPEN 210
|
||
|
|
#define IDM_SAVE 220
|
||
|
|
#define IDM_SAVEAS 230
|
||
|
|
#define IDM_CLOSE 240
|
||
|
|
#define IDM_PRINT 250
|
||
|
|
#define IDM_PAGESETUP 260
|
||
|
|
#define IDM_EXIT 300
|
||
|
|
#define IDM_ABOUT 510
|
||
|
|
#define IDMAINMENU 600
|
||
|
|
#define IDAPPLICON 710
|
||
|
|
#define IDAPPLCURSOR 810
|
||
|
|
#define IDS_FILEMENU 2000
|
||
|
|
#define IDS_HELPMENU 2010
|
||
|
|
#define IDS_SYSMENU 2030
|
||
|
|
#define IDM_STATUSBAR 3000
|
||
|
|
#define IDD_ABOUT 100
|
||
|
|
#define IDM_UNICENTER 500
|
||
|
|
#define IDM_CONFIG 270
|
||
|
|
#define IDM_START 280
|
||
|
|
#define IDM_STOP 290
|
||
|
|
#define IDM_BUG 520
|
||
|
|
#define IDM_HOME 530
|
||
|
|
#define IDM_FORUM 540 //New ~Ola
|
||
|
|
#define IDM_WIKI 550 //New ~Ola
|