reactos/rosapps/magnify/resource.h
Colin Finck 025355738a - Remove all the VS stuff from the english resource file and make it readable/editable/translateable
- Remove some redundant resources
- Fix some typos
- Use RegisterClass instead of RegisterClassEx in the MyRegisterClass function: This way we don't need a resource for the small icon, but it works the same
- Add a "rsrc.rc" file

svn path=/trunk/; revision=27821
2007-07-26 07:43:01 +00:00

28 lines
1.2 KiB
C

#define IDC_STATIC -1
#define IDI_ICON 101
#define IDD_MAGNIFIER_DIALOG 102
#define IDS_APP_TITLE 103
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define IDM_EXIT 105
#define IDC_MYICON 106
#define IDC_MAGNIFIER 109
#define IDR_MAINFRAME 128
#define IDD_DIALOGOPTIONS 129
#define IDD_WARNINGDIALOG 130
#define IDC_ZOOM 1000
#define IDC_CHECK1 1001
#define IDC_FOLLOWKEYBOARDCHECK 1002
#define IDC_FOLLOWTEXTEDITINGCHECK 1003
#define IDC_INVERTCOLORSCHECK 1004
#define IDC_STARTMINIMIZEDCHECK 1005
#define IDC_SHOWMAGNIFIER 1006
#define IDC_SHOWMAGNIFIERCHECK 1006
#define IDC_FOLLOWMOUSECHECK 1007
#define IDC_SHOWWARNINGCHECK 1009
#define IDC_BUTTON1 1008
#define ID_FILE_OPTIONS 32771
#define ID_OPTIONS 32772
#define IDM_OPTIONS 32773