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.
435 lines
12 KiB
435 lines
12 KiB
#ifndef __HELPID_H__
|
|
#define __HELPID_H__
|
|
|
|
#define IDH_HPJ_FILE_TYPE 1
|
|
#define IDH_CNT_FILE_TYPE 2
|
|
#define IDH_LOG_FILE_TYPE 3
|
|
|
|
// Menu ids
|
|
|
|
#define IDH_PROJ_FILE_EDITOR 10
|
|
#define IDH_CONTENTS_FILE_EDITOR 11
|
|
|
|
// help button ids
|
|
|
|
#define IDH_HCW_CNT_EDITOR 100
|
|
#define IDH_HCW_EDIT_CNT_ENTRY 101
|
|
#define IDH_HCW_INDEX 102
|
|
|
|
#define IDH_LIST_HPJ_NAME 103
|
|
#define IDH_BTN_OPTIONS_SECTION 104
|
|
#define IDH_BTN_FILES_SECTION 105
|
|
#define IDH_BTN_WINDOWS_SECTION 106
|
|
#define IDH_BTN_BITMAPS_SECTION 107
|
|
#define IDH_BTN_MAP_SECTION 108
|
|
#define IDH_BTN_ALIAS_SECTION 109
|
|
#define IDH_BTN_CONFIG_SECTION 110
|
|
#define IDH_BTN_BAGGAGE_SECTION 111
|
|
#define IDH_BTN_SAVECOMPILE 112
|
|
#define IDH_LIST_HPJ_FILE 113
|
|
|
|
#define IDH_BAS_ABOUT_HPJ_FILES 120
|
|
|
|
// Options dialog - General
|
|
|
|
#define IDH_NO_NOTES 300
|
|
#define IDH_REPORT_ON_PROGRESS 301
|
|
#define IDH_DEFAULT_TOPIC 302
|
|
#define IDH_HELP_TITLE 303
|
|
#define IDH_HELP_COPYRIGHT 304
|
|
#define IDH_HELP_CITATION 305
|
|
|
|
// Options dialog - Compression
|
|
|
|
#define IDH_COMPRESSION_NONE 320
|
|
#define IDH_HIGH_COMPRESSION 321
|
|
#define IDH_CUSTOM_COMPRESSION 322
|
|
#define IDH_PHRASE_COMP 323
|
|
#define IDH_USE_OLD_PHRASE 324
|
|
#define IDH_HALL_COMP 325
|
|
#define IDH_ZECK_COMP 326
|
|
#define IDH_OPTIMIZE_FOR_CDROM 327
|
|
|
|
// Options dialog - Sorting
|
|
|
|
#define IDH_SORT_USING_LANG 340
|
|
#define IDH_IGNORE_NONSPACE 341
|
|
#define IDH_IGNORE_SYMBOLS 342
|
|
#define IDH_SORT_LANGUAGE 343
|
|
#define IDH_INDEX_SEP_CHAR 344
|
|
|
|
// Options dialog - Files
|
|
|
|
#define IDH_HELP_FILE 360
|
|
#define IDH_LOG_FILE 361
|
|
#define IDH_CONTENTS_FILE 362
|
|
#define IDH_TMP_FOLDER 363
|
|
#define IDH_FOLDER_REPLACE 364
|
|
#define IDH_FOLDER_REPLACE_EDIT 365
|
|
#define IDH_BUTTON_TOPIC_FILES 366
|
|
#define IDH_COMBO_RTF_FILES 367
|
|
|
|
// Options dialog - FTS
|
|
|
|
#define IDH_CHECK_FTS_INDEX_FILE 380
|
|
#define IDH_CHECK_FTS_UNTITLED 381
|
|
#define IDH_PHRASE_GROUP 385
|
|
#define IDH_RADIO_WORDS_ONLY 386
|
|
#define IDH_RADIO_PHRASE_ONLY 382
|
|
#define IDH_RADIO_PHRASE_FEEDBACK 383
|
|
#define IDH_PHRASE_SIMILARITY 384
|
|
|
|
// Options dialog - Macros
|
|
|
|
#define IDH_LIST_KEYWORDS 400
|
|
#define IDH_TEXT_TITLE_KEYMAC 401
|
|
#define IDH_TEXT_MACRO_KEYMAC 402
|
|
#define IDH_ADD_KEYWORD_MACRO 403
|
|
#define IDH_REMOVE_KEYWORD_MACRO 404
|
|
#define IDH_EDIT_KEYWORD_MACRO 405
|
|
|
|
// Options dialog - Build Tags
|
|
|
|
#define IDH_EXCLUDE_BUILD_TAGS 420
|
|
#define IDH_INCLUDE_BUILD_TAGS 421
|
|
#define IDH_BTN_ADD_EXCLUDE_TAGS 422
|
|
#define IDH_BTN_REMOVE_EXCLUDE_TAGS 423
|
|
#define IDH_BTN_ADD_INCLUDE_TAGS 424
|
|
#define IDH_BTN_REMOVE_INCLUDE_TAGS 425
|
|
|
|
// Options dialog - Fonts
|
|
|
|
#define IDH_COMBO_DEFAULT_CHARSET 440
|
|
#define IDH_BTN_DEFAULT_FONT 441
|
|
#define IDH_TEXT_DEFAULT_FONT 442
|
|
#define IDH_FONTS_LIST_MAPS 443
|
|
#define IDH_FONTS_ADD_MAP 444
|
|
#define IDH_FONTS_REMOVE_MAP 445
|
|
#define IDH_FONTS_EDIT_MAP 446
|
|
|
|
// Overview topics for options pages
|
|
#define IDH_OPTIONS_GENERAL 460
|
|
#define IDH_OPTIONS_COMPRESSION 461
|
|
#define IDH_OPTIONS_SORTING 462
|
|
#define IDH_OPTIONS_BUILDTAGS 463
|
|
#define IDH_OPTIONS_FONTS 464
|
|
#define IDH_OPTIONS_FTS 465
|
|
#define IDH_OPTIONS_MACROS 406
|
|
|
|
// Keyword Macros
|
|
#define IDH_ADD_EDIT_MACRO_KEYWORD 500
|
|
#define IDH_ADD_EDIT_KEYWORD_MACRO 501
|
|
#define IDH_ADD_EDIT_TITLE_KEYMAC 502
|
|
|
|
// Font
|
|
#define IDH_COMBO_CHANGE_FONT 540
|
|
#define IDH_TEXT_POINT_SIZE 541
|
|
|
|
// RTF Topic Files dialog
|
|
|
|
#define IDH_LIST_RTF_FILES 600
|
|
#define IDH_BUTTON_ADD_RTF_FILE 601
|
|
#define IDH_BUTTON_REMOVE_RTF_FILE 602
|
|
#define IDH_BUTTON_INCLUDE_RTF 603
|
|
#define IDH_RTF_ROOT 604
|
|
#define IDH_CHECK_DOUBLE_BYTE 605
|
|
#define IDH_CHECK_REVISIONS 606
|
|
|
|
//Include File
|
|
#define IDH_EDIT_INCLUDE_TOPIC_FILE 620
|
|
|
|
//Source Folders (ROOT)
|
|
#define IDH_LIST_FOLDERS_TOPIC_FILES 640
|
|
#define IDH_ADD_TOPIC_FILE_FOLDER 641
|
|
#define IDH_REMOVE_TOPIC_FILE_FOLDER 642
|
|
|
|
// Window Properties - General
|
|
|
|
#define IDH_CHANGES 700
|
|
#define IDH_COMBO_WINDOWS 701
|
|
#define IDH_BUTTON_ADD_WINDOW 702
|
|
#define IDH_BUTTON_REMOVE_WINDOW 703
|
|
#define IDH_BUTTON_INCLUDE_WINDOW 704
|
|
|
|
#define IDH_EDIT_WINDOW_TITLE 704
|
|
#define IDH_EDIT_WINDOW_COMMENT 705
|
|
#define IDH_STAY_ON_TOP 706
|
|
#define IDH_RADIO_AUTOSIZE 708
|
|
#define IDH_RADIO_MAXIMIZE 709
|
|
|
|
// Window Properties - Position
|
|
|
|
#define IDH_ABSOLUTE_POSITIONS 720
|
|
#define IDH_TXT_POSITION 721
|
|
#define IDH_BUTTON_SET_POS 722
|
|
#define IDH_BUTTON_DEFAULT_POSITIONS 723
|
|
|
|
// Window Properties - Buttons
|
|
|
|
#define IDH_NO_DEFAULT_BUTTONS 740
|
|
#define IDH_CHECK_BTN_CONTENTS 741
|
|
#define IDH_CHECK_BTN_SEARCH 742
|
|
#define IDH_CHECK_BTN_FIND 743
|
|
#define IDH_CHECK_BTN_TOPICS 744
|
|
#define IDH_CHECK_BTN_PRINT 745
|
|
#define IDH_CHECK_BTN_BACK 746
|
|
#define IDH_CHECK_BTN_MENU 747
|
|
#define IDH_CHECK_BTN_BROWSE 748
|
|
|
|
// Window Properties - Color
|
|
|
|
#define IDH_BUTTON_NONSCROLL_CLR 761
|
|
#define IDH_BUTTON_SCROLL_CLR 763
|
|
|
|
// Window Properties - Macros
|
|
|
|
#define IDH_MACRO_LIST 780
|
|
#define IDH_BTN_ADD_MACRO 781
|
|
#define IDH_BTN_REMOVE_MACRO 782
|
|
#define IDH_BTN_EDIT_MACRO 783
|
|
#define IDH_BTN_INCLUDE_MACRO 784
|
|
|
|
// Add/Edit Configuration Macro
|
|
#define IDH_TEXT_ADD_WINMAC 800
|
|
#define IDH_TEXT_ADD_COMMENT_WINMAC 801
|
|
#define IDH_TEXT_EDIT_WINMAC 802
|
|
#define IDH_TEXT_EDIT_COMMENT_WINMAC 803
|
|
|
|
//Include File
|
|
|
|
#define IDH_EDIT_INCLUDE_FILE 820
|
|
|
|
// Bitmaps dialog
|
|
|
|
#define IDH_LIST_BMROOT 900
|
|
#define IDH_BUTTON_ADD_BMP 901
|
|
#define IDH_BUTTON_REMOVE_BMP 902
|
|
|
|
// Map dialog
|
|
|
|
#define IDH_LIST_MAP 940
|
|
#define IDH_BUTTON_ADD_MAP 941
|
|
#define IDH_MAP_BUTTON_REMOVE 942
|
|
#define IDH_BUTTON_INCLUDE_MAP 943
|
|
#define IDH_BUTTON_EDIT_MAP 944
|
|
#define IDH_BAS_HPJ_ADD_MAP 945
|
|
#define IDH_MAP_EDIT_PREFIX 946
|
|
|
|
#define IDH_ADD_TOPICID 960
|
|
#define IDH_LIST_ADD_MNV 961
|
|
#define IDH_LIST_ADD_COMMENT_MAP 962
|
|
|
|
#define IDH_LIST_EDIT_TOPICID 980
|
|
#define IDH_LIST_EDIT_MNV 981
|
|
#define IDH_LIST_EDIT_COMMENT_MAP 982
|
|
|
|
// Alias dialog
|
|
|
|
#define IDH_LIST_ALIASES 1000
|
|
#define IDH_BUTTON_ADD_ALIAS 1001
|
|
#define IDH_ALIAS_BUTTON_REMOVE 1002
|
|
#define IDH_BUTTON_INCLUDE_ALIAS 1003
|
|
#define IDH_EDIT_ALIAS 1004
|
|
|
|
#define IDH_LIST_ADD_ORG_TOPICID 1020
|
|
#define IDH_LIST_ADD_ALIAS 1021
|
|
#define IDH_LIST_ADD_COMMENT_ALIAS 1022
|
|
|
|
#define IDH_EDIT_ORG_TOPICID 1040
|
|
#define IDH_LIST_EDIT_ALIAS 1041
|
|
#define IDH_LIST_EDIT_COMMENT_ALIAS 1042
|
|
|
|
// Configuration Macros
|
|
|
|
#define IDH_LIST_CONFIG 1100
|
|
#define IDH_BUTTON_ADD_CONFIG 1101
|
|
#define IDH_BUTTON_REMOVE_CONFIG 1102
|
|
#define IDH_BUTTON_INCLUDE_CONFIG 1103
|
|
#define IDH_BUTTON_EDIT_CONFIG 1104
|
|
#define IDH_BAS_CONFIG_MACRO 1105
|
|
|
|
#define IDH_LIST_CONFIG_MACRO 1120
|
|
#define IDH_LIST_ADD_CONFIG_COMMENT 1121
|
|
|
|
#define IDH_LIST_EDIT_CONFIG_MACRO 1140
|
|
#define IDH_EDIT_CONFIG_COMMENT 1141
|
|
|
|
// Files Used by Help DLLs (baggage) dialog
|
|
|
|
#define IDH_LIST_BAGGAGE 1200
|
|
#define IDH_BUTTON_ADD_BAGGAGE 1201
|
|
#define IDH_BUTTON_REMOVE_BAGGAGE 1202
|
|
#define IDH_BAS_ADD_DATA_FILES 1203
|
|
|
|
// Contents File Editor
|
|
|
|
#define IDH_EDIT_BASE_FILE 2000
|
|
#define IDH_EDIT_HELP_TITLE 2001
|
|
#define IDH_BTN_EDIT_BASE_FILE 2002
|
|
#define IDH_LIST_CONTENTS 2003
|
|
#define IDH_CONTENTS_BUTTON_EDIT 2004
|
|
#define IDH_CONTENTS_BUTTON_REMOVE 2005
|
|
#define IDH_BUTTON_INS_ABOVE 2006
|
|
#define IDH_BUTTON_INS_BELOW 2007
|
|
#define IDH_BUTTON_REDUCE_LEVEL 2008
|
|
#define IDH_BUTTON_INCREASE_LEVEL 2009
|
|
#define IDH_BUTTON_SEARCH 2010
|
|
#define IDH_BUTTON_INDEX 2011
|
|
#define IDH_BUTTON_LINKS 2012
|
|
#define IDH_BUTTON_TABS 2013
|
|
|
|
// Default Help Information
|
|
|
|
#define IDH_LIST_EDIT_DEFAULT_HELP 2020
|
|
#define IDH_EDIT_DEFAULT_HELP_WINDOW 2021
|
|
#define IDH_EDIT_DEFAULT_HELP_TITLE 2022
|
|
|
|
// edit Contents entry
|
|
|
|
#define IDH_EDIT_TEXT 2040
|
|
#define IDH_EDIT_CTX 2041
|
|
#define IDH_EDIT_HELP_FILE 2042
|
|
#define IDH_EDIT_WINDOW 2043
|
|
#define IDH_RADIO_BOOK 2044
|
|
#define IDH_RADIO_TOPIC 2045
|
|
#define IDH_RADIO_INCLUDE 2046
|
|
|
|
// Index Files
|
|
#define IDH_INDEX_LIST_INDEX 2060
|
|
#define IDH_INDEX_BUTTON_ADD 2061
|
|
#define IDH_INDEX_BUTTON_REMOVE 2062
|
|
#define IDH_INDEX_BUTTON_EDIT 2063
|
|
#define IDH_BAS_CNT_COMBINE_HLP_FILES 2064
|
|
|
|
// Link Files
|
|
#define IDH_LIST_LINK 2080
|
|
#define IDH_BTN_ADD_LINK 2081
|
|
#define IDH_BTN_REMOVE_LINK 2082
|
|
#define IDH_LIST_INCLUDED_LINKS 2083
|
|
|
|
// Additional Tabs
|
|
#define IDH_LIST_TABS 2100
|
|
#define IDH_BTN_ADD_TABS 2101
|
|
#define IDH_BTN_REMOVE_TABS 2102
|
|
#define IDH_BTN_EDIT_TABS 2103
|
|
|
|
#define IDH_LIST_ADD_TAB_NAME 2120
|
|
#define IDH_ADD_TAB_DLL 2121
|
|
#define IDH_LIST_TAB_COMMENT 2122
|
|
|
|
#define IDH_LIST_EDIT_TAB_NAME 2140
|
|
#define IDH_LIST_EDIT_TAB_DLL 2141
|
|
#define IDH_LIST_EDIT_COMMENT_TAB 2142
|
|
#define IDH_ADD_NEW_TAB 2143
|
|
|
|
// compile dialog
|
|
|
|
#define IDH_COMBO_HPJ_FILES 1300
|
|
#define IDH_BTN_START_COMPILE 1301
|
|
#define IDH_CHECK_MINIMIZE 1302
|
|
#define IDH_CHECK_NO_COMPRESSION 1303
|
|
#define IDH_CHECK_AUTO_DISPLAY 1304
|
|
#define IDH_BTN_BROWSE_COMPILE 1305
|
|
|
|
// Report dialog
|
|
|
|
#define IDH_COMBO_REPORT_HELP 1400
|
|
#define IDH_BTN_REPORT_BROWSE 1409
|
|
#define IDH_COMBO_REPORT_OUTPUT 1401
|
|
#define IDH_GROUP_REPORT_LIST 1410
|
|
#define IDH_LIST_TITLES 1402
|
|
#define IDH_LIST_HASH 1403
|
|
#define IDH_LIST_K_KEYWORDS 1404
|
|
#define IDH_LIST_A_KEYWORDS 1405
|
|
#define IDH_LIST_TEXT 1406
|
|
#define IDH_BTN_REPORT_OKAY 1407
|
|
#define IDH_BAS_TESTING_HELP_FILES 1408
|
|
|
|
// New
|
|
#define IDH_LIST_NEW 1500
|
|
|
|
// CNT File to Test
|
|
#define IDH_COMBO_LIST_CNT_TEST 1540
|
|
#define IDH_BTN_START_CNT_TEST 1541
|
|
#define IDH_CHECK_MIN_CNT_TEST 1542
|
|
|
|
// Send a Macro to WinHelp
|
|
#define IDH_COMBO_SEND_MACRO_NAME 1600
|
|
#define IDH_COMBO_SEND_MACRO_HELP 1601
|
|
#define IDH_BTN_SEND_MACRO 1602
|
|
|
|
// Call WinHelp API
|
|
#define IDH_COMBO_CALL_API_HELP 1700
|
|
#define IDH_COMBO_CALL_API_COMMAND 1701
|
|
#define IDH_COMBO_CALL_API_DWDATA 1702
|
|
#define IDH_BTN_CALL_API_START 1703
|
|
#define IDH_BTN_BROWSE_CALL_API 1704
|
|
|
|
// Run WinHelp
|
|
#define IDH_COMBO_RUN_ID 1800
|
|
#define IDH_CHECK_RUN_NEXT_ID 1801
|
|
#define IDH_COMBO_RUN_HPJ 1802
|
|
#define IDH_COMBO_RUN_HELP 1803
|
|
|
|
#define IDH_RADIO_RUN_APP 1804
|
|
#define IDH_RADIO_RUN_POPUP 1805
|
|
#define IDH_RADIO_RUN_TRAINING 1806
|
|
#define IDH_RADIO_RUN_UNATTACHED 1807
|
|
#define IDH_RADIO_RUN_INIT_CNT 1808
|
|
#define IDH_CHECK_HELP_AUTHOR_MODE 1809
|
|
#define IDH_BTN_RUN_WINHELP 1810
|
|
|
|
// unused in CTXHELP.RTF
|
|
|
|
#define IDH_HCW_FORM_HPJ 4000
|
|
#define IDH_HCW_FORM_WINDOW 4004
|
|
#define IDH_HCW_FORM_MAP 4005
|
|
#define IDH_HCW_FORM_ALIAS 4006
|
|
#define IDH_HCW_FORM_CONFIG 4007
|
|
#define IDH_HCW_FORM_BAGGAGE 4008
|
|
#define IDH_HCW_FORAGE 4009
|
|
#define IDH_HCW_TEST_CNT 4010
|
|
#define IDH_HCW_SORTING 4011
|
|
#define IDH_HCW_KEYWORD_MACROS 4012
|
|
|
|
#define IDH_COMBO_HELP_FILES 3000
|
|
#define IDH_LOW_COMPRESSION 3001
|
|
#define IDH_MEDIUM_COMPRESSION 3002
|
|
|
|
#define IDH_BUTTON_VIEW_RTF 3003
|
|
#define IDH_CNT_FILE 3004
|
|
|
|
#define IDH_BUTTON_BUTTONS 3005
|
|
#define IDH_BUTTON_ADD 3006
|
|
|
|
#define IDH_COMBO_FORAGE_FILES 3007
|
|
#define IDH_LIST_BINDINGS 3008
|
|
#define IDH_MULTI_INDEX 3009
|
|
#define IDH_LIST_BROWSE 3010
|
|
#define IDH_LIST_REGION 3011
|
|
#define IDH_LIST_STRUCTURE 3012
|
|
|
|
#define IDH_BAS_WINDOW_INCLUDE 3020
|
|
|
|
// substitute path prefix dialog
|
|
#define IDH_PREFIX_CURRENT 860
|
|
#define IDH_PREFIX_SUBST 861
|
|
#define IDH_PREFIX_COMMENT 862
|
|
#define IDH_PREFIX_OVERVIEW 863
|
|
|
|
// test contents file dialog
|
|
#define IDH_COMBO_LIST_CNT_TEST 870
|
|
#define IDH_BTN_BROWSE_CNT_TEST 871
|
|
#define IDH_BTN_START_CNT_TEST 872
|
|
|
|
// add/edit font mapping dialog box
|
|
#define IDH_ORG_TYPEFACE 1060
|
|
#define IDH_ORG_SIZE 1061
|
|
#define IDH_ORG_CHARSET 1062
|
|
#define IDH_REPLACE_TYPEFACE 1063
|
|
#define IDH_REPLACE_SIZE 1064
|
|
#define IDH_REPLACE_CHARSET 1065
|
|
#define IDH_FONTMAP_COMMENT 1066
|
|
#define IDH_BAS_FONTMAP 1067
|
|
|
|
#endif
|