21 lines
469 B
C
21 lines
469 B
C
|
|
#define MENU_ABOUT 2
|
|
#define MENU_EXIT 4
|
|
#define MENU_OPEN 5
|
|
#define MENU_COPY 6
|
|
#define MENU_PASTE 7
|
|
#define MENU_CUT 8
|
|
#define MENU_NEW 10
|
|
#define MENU_SETSPLAT 11
|
|
#define MENU_CLEARSPLAT 12
|
|
#define MENU_DELETEDB 13
|
|
|
|
#define MENU_VIEW 100
|
|
#define MENU_VIEW_ICON 100
|
|
#define MENU_VIEW_REPORT 101
|
|
#define MENU_VIEW_SMALLICON 102
|
|
#define MENU_VIEW_LIST 103
|
|
|
|
|
|
|