mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
41 lines
1.2 KiB
C
41 lines
1.2 KiB
C
|
/* FontSub by Katayama Hirofumi MZ
|
||
|
*
|
||
|
* To the extent possible under law, the person who associated CC0 with
|
||
|
* FontSub has waived all copyright and related or neighboring rights
|
||
|
* to FontSub.
|
||
|
*
|
||
|
* You should have received a copy of the CC0 legalcode along with this
|
||
|
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||
|
*/
|
||
|
#define ID_NEW 100
|
||
|
#define ID_EDIT 101
|
||
|
#define ID_EXIT 102
|
||
|
#define ID_UPDATE_REGISTRY 103
|
||
|
#define ID_DELETE 104
|
||
|
#define ID_IMPORT 105
|
||
|
#define ID_EXPORT 106
|
||
|
#define ID_RELOAD 107
|
||
|
#define ID_ABOUT 108
|
||
|
#define ID_OPEN_REGKEY 109
|
||
|
|
||
|
#define IDD_ADD 1
|
||
|
#define IDD_EDIT 2
|
||
|
|
||
|
#define IDS_TITLE 1
|
||
|
#define IDS_FONTNAME 2
|
||
|
#define IDS_SUBSTITUTE 3
|
||
|
#define IDS_ENTERNAME 4
|
||
|
#define IDS_IMPORT 5
|
||
|
#define IDS_EXPORT 6
|
||
|
#define IDS_CANTIMPORT 7
|
||
|
#define IDS_CANTEXPORT 8
|
||
|
#define IDS_INPFILTER 9
|
||
|
#define IDS_OUTFILTER 10
|
||
|
#define IDS_QUERYUPDATE 11
|
||
|
#define IDS_ALREADYEXISTS 12
|
||
|
#define IDS_ENTERNAME2 13
|
||
|
#define IDS_QUERYDELETE 14
|
||
|
#define IDS_CANTOPENKEY 15
|
||
|
#define IDS_REBOOTNOW 16
|
||
|
#define IDS_ABOUT 17
|