mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
4fe5d38bfa
- allow to cange zoom factor and display zoom factor - add accelerator table svn path=/trunk/; revision=18415
23 lines
756 B
C
23 lines
756 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 IDR_ZOOMIN_MENU 109
|
|
#define IDR_ZOOMIN 110
|
|
|
|
#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 ID_REFRESH 40001
|
|
|
|
#define IDC_STATIC -1
|
|
|