Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
resource.hpp
Go to the documentation of this file.
1 #define ID_VERSIONINFO 1
2 #define ID_MANIFEST 1 //Not a typo
3 #define IDI_FARDIVE 2
4 
5 #define ID_ACCELERATOR 100
6 #define IDB_INFO 101
7 
8 #define IDC_STATIC -1
9 
10 #define IDM_FARDIVE 1000
11 #define ID_FILE_NEW 1100
12 #define ID_FILE_OPEN 1101
13 #define ID_FILE_SAVE 1102
14 #define ID_FILE_SAVEAS 1103
15 #define ID_FILE_ADD 1104
16 #define ID_FILE_EXPORTALL 1105
17 #define ID_FILE_EXPORTSELECTED 1106
18 #define ID_FILE_CHANGETYPE 1107
19 #define ID_FILE_CLOSE 1108
20 #define ID_FILE_EXIT 1109
21 #define ID_EDIT_DUPLICATE 1200
22 #define ID_EDIT_REMOVE 1201
23 #define ID_EDIT_RENAME 1202
24 #define ID_EDIT_PROPERTIES 1203
25 #define ID_EDIT_CONTENTS 1204
26 #define ID_EDIT_FIND 1205
27 #define ID_EDIT_FINDNEXT 1206
28 #define ID_EDIT_FINDPREVIOUS 1207
29 #define ID_EDIT_MATCHES 1208
30 #define ID_EDIT_GOTO 1209
31 #define ID_EDIT_PREFERENCES 1210
32 #define ID_TOOLS_RECOMPRESS 1300
33 #define ID_TOOLS_RESORT 1301
34 #define ID_TOOLS_REMOVETRASH 1302
35 #define ID_TOOLS_BATCH 1303
36 #define ID_HELP_WEBSITE 1400
37 #define ID_HELP_ABOUT 1401
38 
39 #define MENUICONS 27
40  #define IDI_FILE_NEW 2100
41  #define IDI_FILE_OPEN 2101
42  #define IDI_FILE_SAVE 2102
43  #define IDI_FILE_SAVEAS 2103
44  #define IDI_FILE_ADD 2104
45  #define IDI_FILE_EXPORTALL 2105
46  #define IDI_FILE_EXPORTSELECTED 2106
47  #define IDI_FILE_CHANGETYPE 2107
48  #define IDI_FILE_CLOSE 2108
49  #define IDI_FILE_EXIT 2109
50  #define IDI_EDIT_DUPLICATE 2200
51  #define IDI_EDIT_REMOVE 2201
52  #define IDI_EDIT_RENAME 2202
53  #define IDI_EDIT_PROPERTIES 2203
54  #define IDI_EDIT_CONTENTS 2204
55  #define IDI_EDIT_FIND 2205
56  #define IDI_EDIT_FINDNEXT 2206
57  #define IDI_EDIT_FINDPREVIOUS 2207
58  #define IDI_EDIT_MATCHES 2208
59  #define IDI_EDIT_GOTO 2209
60  #define IDI_EDIT_PREFERENCES 2210
61  #define IDI_TOOLS_RECOMPRESS 2300
62  #define IDI_TOOLS_RESORT 2301
63  #define IDI_TOOLS_REMOVEHOLES 2302
64  #define IDI_TOOLS_BATCH 2303
65  #define IDI_HELP_WEBSITE 2400
66  #define IDI_HELP_ABOUT 2401
67 
68 //Right-click menu items
69 #define ID_LISTMENU_ADD 3100
70 #define ID_LISTMENU_EXPORTSELECTED 3101
71 #define ID_LISTMENU_DUPLICATE 3102
72 #define ID_LISTMENU_REMOVE 3103
73 #define ID_LISTMENU_RENAME 3104
74 #define ID_LISTMENU_PROPERTIES 3105
75 #define ID_LISTMENU_CONTENTS 3106
76 
77 //Dialogs
78 #define IDD_NEWARCHIVE 3000
79 #define IDD_ADDTOARCHIVE_FAR1 3001
80 #define IDD_ADDTOARCHIVE_FAR3 3002
81 #define IDD_ADDTOARCHIVE_DBPF 3003
82 
83 //New Archive
84 #define IDC_NA_TYPETEXT 4000
85 #define IDC_NA_TYPE 4001
86 #define IDC_NA_FARINFO 4002
87 #define IDC_NA_DBPFINFO 4003
88 #define IDC_NA_FARVERSIONTEXT 4004
89 #define IDC_NA_FARVERSION 4005
90 #define IDC_NA_DBPFVERSIONTEXT 4006
91 #define IDC_NA_DBPFVERSION 4007
92 #define IDC_NA_INDEXVERSIONTEXT 4008
93 #define IDC_NA_INDEXVERSION 4009
94 #define IDC_NA_DBPFCOMPRESS 4010
95 
96 //Add to Archive
97 #define IDC_A2A_FILE 4000
98 #define IDC_A2A_BROWSE 4001
99 #define IDC_A2A_FILENAME 4002
100 #define IDC_A2A_TYPEID 4003
101 #define IDC_A2A_INSTANCEID 4004
102 #define IDC_A2A_INSTANCEID2 4005