76 lines
2.6 KiB
C
76 lines
2.6 KiB
C
|
//
|
||
|
// NOTE: If you change this file, you must notify UE.
|
||
|
// Currently, you should notify JohnCal.
|
||
|
// MartinTh. 041995.
|
||
|
//
|
||
|
|
||
|
|
||
|
// 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 28220
|
||
|
#define IDH_SUMMARY_SUBJECT 28221
|
||
|
#define IDH_SUMMARY_AUTHOR 28222
|
||
|
#define IDH_SUMMARY_MANAGER 28223
|
||
|
#define IDH_SUMMARY_COMPANY 28224
|
||
|
#define IDH_SUMMARY_CATEGORY 28225
|
||
|
#define IDH_SUMMARY_KEYWORDS 28226
|
||
|
#define IDH_SUMMARY_COMMENTS 28227
|
||
|
#define IDH_SUMMARY_TEMPLATE 28228
|
||
|
#define IDH_SUMMARY_SAVEPREVIEW 28229
|
||
|
|
||
|
#define IDH_STATISTICS_CREATED 28230
|
||
|
#define IDH_STATISTICS_MODIFIED 28231
|
||
|
#define IDH_STATISTICS_ACCESSED 28232
|
||
|
#define IDH_STATISTICS_LASTPRINT 28233
|
||
|
#define IDH_STATISTICS_LASTSAVEBY 28234
|
||
|
#define IDH_STATISTICS_REVISION 28235
|
||
|
#define IDH_STATISTICS_TOTALEDIT 28236
|
||
|
#define IDH_STATISTICS_LISTVIEW 28237
|
||
|
|
||
|
#define IDH_CONTENTS_LISTBOX 28240
|
||
|
|
||
|
#define IDH_CUSTOM_NAME 28251
|
||
|
#define IDH_CUSTOM_TYPE 28252
|
||
|
#define IDH_CUSTOM_VALUE 28253 // Edit field, when Link checkbox is clear
|
||
|
#define IDH_CUSTOM_LINKVALUE 28254 // Combo box, when Link checkbox is checked
|
||
|
#define IDH_CUSTOM_BOOLYES 28255
|
||
|
#define IDH_CUSTOM_ADDBUTTON 28257
|
||
|
#define IDH_CUSTOM_DELETEBUTTON 28258 // This button is both Delete and Modify
|
||
|
#define IDH_CUSTOM_LINKCHECK 28259
|
||
|
#define IDH_CUSTOM_LISTVIEW 28260
|
||
|
|
||
|
// 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
|
||
|
|