-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathResource.h
More file actions
33 lines (28 loc) · 834 Bytes
/
Resource.h
File metadata and controls
33 lines (28 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#define M_FILE_OPEN 1001
#define M_FILE_SAVEBMP 1002
#define M_FILE_SELECT 1003
#define M_FILE_ACQUIRE 1004
#define M_FILE_PAGE 1005
#define M_FILE_PRINT 1006
#define M_FILE_EXIT 1007
#define M_HELP_ABOUT 2001
#define ABOUT_TEXT 3001
#define ABOUT_OK IDOK
#define ABOUT_CANCEL IDCANCEL
#define OPT_DENSITY 3101
#define OPT_DOTSIZE 3102
#define OPT_COMPRESS 3103
#define OPT_REDUND 3104
#define OPT_HEADER 3106
#define OPT_BORDER 3107
#define OPT_AUTOSAVE 3108
#define OPT_HIQ 3109
#define OPT_ENCRYPT 3110
#define OPT_OPENTEXT 3111
#define OPT_OK IDOK
#define OPT_CANCEL IDCANCEL
#define PAS_TEXT 3201
#define PAS_ENTER 3202
#define PAS_CONFIRM 3203
#define PAS_OK IDOK
#define PAS_CANCEL IDCANCEL