mirror of https://github.com/lianthony/NT4.0
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.
87 lines
2.9 KiB
87 lines
2.9 KiB
//
|
|
// NOTE: If you change this file, you must notify UE.
|
|
// Currently, you should notify JohnCal.
|
|
// MartinTh. 041995.
|
|
//
|
|
|
|
#ifndef WINNT
|
|
// File New
|
|
#define IDH_CANCEL 100
|
|
#define IDH_HLPBTN 101
|
|
#define IDH_KINDS 102
|
|
#define IDH_OPEN 103
|
|
#define IDH_PREVIEW 104
|
|
#define IDH_TEMPLATE 105
|
|
#define IDH_TEMPLATES 106
|
|
#define IDH_DOCUMENT 107
|
|
#endif
|
|
|
|
// Auto Correct
|
|
#define IDH_dlgACorrInitCaps 108
|
|
#define IDH_dlgACorrCapDays 109
|
|
#define IDH_dlgACorrReplaceText 110
|
|
#define IDH_dlgACorrReplace 111
|
|
#define IDH_dlgACorrAdd 112
|
|
#define IDH_dlgACorrDelete 113
|
|
#define IDH_dlgACorrReplacementList 114
|
|
#define IDH_dlgACorrWith 115
|
|
|
|
// OLE Properties
|
|
#define IDH_GENERAL_ICON 200
|
|
#define IDH_GENERAL_NAME_BY_ICON 201
|
|
#define IDH_GENERAL_FILETYPE 202
|
|
#define IDH_GENERAL_LOCATION 203
|
|
#define IDH_GENERAL_FILESIZE 204
|
|
#define IDH_GENERAL_MSDOSNAME 205
|
|
#define IDH_GENERAL_CREATED 206
|
|
#define IDH_GENERAL_MODIFIED 207
|
|
#define IDH_GENERAL_ACCESSED 208
|
|
#define IDH_GENERAL_READONLY 209
|
|
#define IDH_GENERAL_HIDDEN 210
|
|
#define IDH_GENERAL_ARCHIVE 211
|
|
#define IDH_GENERAL_SYSTEM 212
|
|
#define IDH_GENERAL_ATTRIBUTES 213
|
|
|
|
#define IDH_SUMMARY_TITLE 220
|
|
#define IDH_SUMMARY_SUBJECT 221
|
|
#define IDH_SUMMARY_AUTHOR 222
|
|
#define IDH_SUMMARY_MANAGER 223
|
|
#define IDH_SUMMARY_COMPANY 224
|
|
#define IDH_SUMMARY_CATEGORY 225
|
|
#define IDH_SUMMARY_KEYWORDS 226
|
|
#define IDH_SUMMARY_COMMENTS 227
|
|
#define IDH_SUMMARY_TEMPLATE 228
|
|
#define IDH_SUMMARY_SAVEPREVIEW 229
|
|
|
|
#define IDH_STATISTICS_CREATED 230
|
|
#define IDH_STATISTICS_MODIFIED 231
|
|
#define IDH_STATISTICS_ACCESSED 232
|
|
#define IDH_STATISTICS_LASTPRINT 233
|
|
#define IDH_STATISTICS_LASTSAVEBY 234
|
|
#define IDH_STATISTICS_REVISION 235
|
|
#define IDH_STATISTICS_TOTALEDIT 236
|
|
#define IDH_STATISTICS_LISTVIEW 237
|
|
|
|
#define IDH_CONTENTS_LISTBOX 240
|
|
|
|
#define IDH_CUSTOM_NAME 251
|
|
#define IDH_CUSTOM_TYPE 252
|
|
#define IDH_CUSTOM_VALUE 253 // Edit field, when Link checkbox is clear
|
|
#define IDH_CUSTOM_LINKVALUE 254 // Combo box, when Link checkbox is checked
|
|
#define IDH_CUSTOM_BOOLYES 255
|
|
#define IDH_CUSTOM_BOOLNO 256
|
|
#define IDH_CUSTOM_ADDBUTTON 257
|
|
#define IDH_CUSTOM_DELETEBUTTON 258 // This button is both Delete and Modify
|
|
#define IDH_CUSTOM_LINKCHECK 259
|
|
#define IDH_CUSTOM_LISTVIEW 260
|
|
|
|
// Post Dialog
|
|
#define IDH_POSTDLG_FOLDERTREEVIEW 300
|
|
#define IDH_POSTDLG_OKBUTTON 301
|
|
#define IDH_POSTDLG_CANCELBUTTON 302
|
|
|
|
//AnswerWizard dialog
|
|
#define IDH_AW_SEARCH 5013479
|
|
#define IDH_AW_TYPEEDITBOX 5013480
|
|
#define IDH_AW_TOPICLISTBOX 5013481
|
|
|