You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.3 KiB
49 lines
1.3 KiB
// icon resource ids
|
|
#define IDI_ICON 100
|
|
#define IDI_TEMPLATE 101
|
|
#define IDI_SCRAP 102
|
|
|
|
// dialog box resource IDs
|
|
#define IDD_VIEW 100
|
|
|
|
// control IDs
|
|
#define IDI_SCRAPVIEW 100
|
|
|
|
// string resource ids
|
|
#define IDS_TITLE 0x100
|
|
#define IDS_TITLE_ERR 0x101
|
|
#define IDS_FILETYPE 0x102
|
|
|
|
#define IDS_ERR_DOVERB 0x110
|
|
#define IDS_ERR_DOVERB_F 0x111
|
|
#define IDS_ERR_COMMIT 0x112
|
|
#define IDS_ERR_COMMIT_F 0x113
|
|
#define IDS_ERR_SCRAPSAVE 0x114
|
|
#define IDS_ERR_SCRAPSAVE_F 0x115
|
|
#define IDS_ERR_CREATESTORAGE 0x116
|
|
#define IDS_ERR_CREATESTORAGE_F 0x117
|
|
#define IDS_ERR_CREATEDOCFILE 0x118
|
|
#define IDS_ERR_CREATEDOCFILE_F 0x119
|
|
|
|
#define IDS_BOOKMARK_S 0x200
|
|
#define IDS_BOOKMARK_L 0x201
|
|
#define IDS_FINDINVALIDFILENAME 0x202
|
|
#define IDS_NEWLINK 0x202
|
|
#define IDS_SCRAP_S 0x203
|
|
#define IDS_SCRAP_L 0x204
|
|
#define IDS_TEMPSCRAP 0x205
|
|
#define IDS_TEMPLINK 0x206
|
|
|
|
#define IDS_WOULDYOUSAVEAS 0x210
|
|
#define IDS_MOVEFAILED 0x211
|
|
#define IDS_SCRAPFILTER 0x212
|
|
#define IDS_SECURITY_WARNING_TEXT 0x213
|
|
#define IDS_SECURITY_WARNING_TITLE 0x214
|
|
#define IDS_HRES_MIN 0x400
|
|
#define IDS_HRES_MAX 0x800
|
|
#define IDS_HRES_INVALID_SCRAPFILE 0x400
|
|
|
|
#define IDR_FANCYERR 0x100
|
|
|
|
// reserved up to 0x1fff
|
|
#define IDS_FANCYERR 0x1000
|