ReactOS 0.4.15-dev-7942-gd23573b
resource.h
Go to the documentation of this file.
1/* FontSub by Katayama Hirofumi MZ
2 *
3 * To the extent possible under law, the person who associated CC0 with
4 * FontSub has waived all copyright and related or neighboring rights
5 * to FontSub.
6 *
7 * You should have received a copy of the CC0 legalcode along with this
8 * work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
9 */
10#define ID_NEW 100
11#define ID_EDIT 101
12#define ID_EXIT 102
13#define ID_UPDATE_REGISTRY 103
14#define ID_DELETE 104
15#define ID_IMPORT 105
16#define ID_EXPORT 106
17#define ID_RELOAD 107
18#define ID_ABOUT 108
19#define ID_OPEN_REGKEY 109
20
21#define IDD_ADD 1
22#define IDD_EDIT 2
23
24#define IDS_TITLE 1
25#define IDS_FONTNAME 2
26#define IDS_SUBSTITUTE 3
27#define IDS_ENTERNAME 4
28#define IDS_IMPORT 5
29#define IDS_EXPORT 6
30#define IDS_CANTIMPORT 7
31#define IDS_CANTEXPORT 8
32#define IDS_INPFILTER 9
33#define IDS_OUTFILTER 10
34#define IDS_QUERYUPDATE 11
35#define IDS_ALREADYEXISTS 12
36#define IDS_ENTERNAME2 13
37#define IDS_QUERYDELETE 14
38#define IDS_CANTOPENKEY 15
39#define IDS_REBOOTNOW 16
40#define IDS_ABOUT 17