2017-03-18 13:01:18 +00:00
|
|
|
/* FontSub by Katayama Hirofumi MZ
|
2021-09-13 01:33:14 +00:00
|
|
|
*
|
2017-03-18 13:01:18 +00:00
|
|
|
* To the extent possible under law, the person who associated CC0 with
|
|
|
|
* FontSub has waived all copyright and related or neighboring rights
|
|
|
|
* to FontSub.
|
2021-09-13 01:33:14 +00:00
|
|
|
*
|
2017-03-18 13:01:18 +00:00
|
|
|
* 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
|