-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresource.h
30 lines (29 loc) · 1.09 KB
/
resource.h
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
//{{NO_DEPENDENCIES}}
#define IDD_MAIN 101
#define IDI_MAIN 102
#define IDB_MAIN 103
#define IDB_LOGO 104
#define IDB_FOOD 105
#define IDB_WELCOME 106
#define IDI_ICON1 107
#define IDD_FONTIMG 108
#define IDC_PACK 1001
#define IDC_UNPACK 1002
#define IDC_IMGGLUING 1003
#define IDC_FONTIMG 1004
#define IDC_PROGRESS 1006
#define IDC_STATUS 1007
#define IDC_CHARSPERLINE 1008
#define IDC_ALLCHARS 1009
#define IDC_CHOOSEFONT 1010
#define IDC_FONTFACE 1011
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1012
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif