mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
22 lines
753 B
C
22 lines
753 B
C
|
#define ID_ZOOMIN_MENU 0
|
||
|
#define ID_FILE_MENU 1
|
||
|
#define ID_OPTIONS_MENU 2
|
||
|
#define ID_HELP_MENU 3
|
||
|
|
||
|
#define IDD_ABOUTBOX 103
|
||
|
#define IDS_APP_TITLE 103
|
||
|
#define IDI_ZOOMIN 107
|
||
|
#define IDI_SMALL 108
|
||
|
#define IDC_ZOOMIN 109
|
||
|
#define IDR_ZOOMIN_MENU 110
|
||
|
#define IDD_DIALOG1 111
|
||
|
|
||
|
#define ID_EDIT_EXIT 32700
|
||
|
#define ID_EDIT_COPY 32701
|
||
|
#define ID_EDIT_REFRESH 32702
|
||
|
#define ID_OPTIONS_REFRESH_RATE 32704
|
||
|
#define ID_HELP_ABOUT 32703
|
||
|
|
||
|
#define IDC_STATIC -1
|
||
|
|