Click here to Skip to main content
15,896,118 members
Articles / Desktop Programming / MFC

SmartLexicon

Rate me:
Please Sign up or sign in to vote.
4.93/5 (14 votes)
30 Aug 2006GPL310 min read 86.1K   3.3K   51  
A multilingual dictionary engine with regular expressions support and Web browser integration.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SmartLexicon.rc
//
#define IDR_MANIFEST                    1
#define IDC_LOAD_BUTTON                 3
#define ID_SETTINGS_DIALOG              9
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDC_PROPERTY_TREE               107
#define IDR_MAINFRAME                   128
#define IDR_SmartLexiconTYPE            129
#define ID_LEX_NEW                      130
#define ID_LEX_OPEN                     131
#define ID_TOOLS_ADDWORD                132
#define ID_TOOLS_SETTINGS               133
#define ID_SEARCH_BACK                  134
#define IDD_LOADING_DIALOG              134
#define ID_SEARCH_FORWARD               135
#define IDD_INIT_DIALOG                 135
#define ID_SEARCH_EXACTMATCH            136
#define ID_SEARCH_COMPLETEWORD          137
#define ID_SEARCH_REGURALEXPRESSION     138
#define ID_HELP_USERMANUAL              139
#define IDD_PROPERTIES_DIALOG           140
#define IDC_SEARCH_COMBO                1000
#define IDC_SEARCH_BUTTON               1001
#define IDC_LOADING_PROGRESS            1005
#define IDC_PERCENTAGE_STATIC           1006
#define IDC_BROWSE_BUTTON               1007
#define IDC_LEXICON_LIST                1012
#define IDC_STAGE_LABEL                 1013
#define IDC_FILENAME_EDIT               1022
#define IDC_DICTIONARY_EDIT             1023
#define IDC_LANGUAGE1_COMBO             1024
#define IDC_LANGUAGE2_COMBO             1025
#define IDC_TYPE_COMBO                  1026
#define IDC_AUTOLOAD_CHECK              1028
#define IDC_PRIORITY_UP_BUTTON          1032
#define IDC_PRIORITY_DOWN_BUTTON        1033
#define IDC_DELETE_BUTTON               1036
#define IDC_PARAM1_EDIT                 1040
#define IDC_PARAM2_EDIT                 1041
#define IDC_PARAM3_EDIT                 1042
#define IDC_PARAM1_CHECK                1043
#define IDC_PARAM2_CHECK                1044
#define IDC_PARAM3_CHECK                1045
#define IDC_PARAM1_STATIC               1046
#define IDC_PARAM2_STATIC               1047
#define IDC_PARAM3_STATIC               1048
#define ID_POPUP_COPY                   1049
#define ID_POPUP_LEX_01                 1050
#define ID_POPUP_LEX_02                 1051
#define ID_POPUP_LEX_03                 1052
#define ID_POPUP_LEX_04                 1053
#define ID_POPUP_LEX_05                 1054
#define ID_POPUP_LEX_06                 1055
#define ID_POPUP_LEX_07                 1056
#define ID_POPUP_LEX_08                 1057
#define ID_POPUP_LEX_09                 1058
#define ID_POPUP_LEX_10                 1059
#define IDC_STARTUP_PROGRESS            1060
#define IDC_DICT_NAME_STATIC            1061
#define IDC_PROGRESS_STATIC             1062
#define IDC_EXTRA_OPTIONS_STATIC        1063
#define IDC_FONT_COMBO                  1064
#define IDC_BCKG_COLOUR_BTN             1065
#define IDC_WORD_ENTRY_COLOUR_BTN       1066
#define IDC_MEANING_COLOUR_BTN          1067
#define IDC_CATEGORY_COLOUR_BTN         1068
#define IDC_PRONUNCIATION_COLOUR_BTN    1069
#define IDC_SYNONYMS_COLOUR_BTN         1070
#define IDC_WORD_ENTRY_STYLE_COMBO      1071
#define IDC_MEANING_STYLE_COMBO         1072
#define IDC_CATEGORY_COMBO              1073
#define IDC_CATEGORY_STYLE_COMBO        1073
#define IDC_PRONUNCIATION_STYLE_COMBO   1074
#define IDC_SYNONYMS_STYLE_COMBO        1075
#define IDR_LOADING_TIMER               2001
#define ID_INDICATOR_ENTRIES            2002
#define IDC_DICTIONARIES                2003
#define IDC_BUTTON1                     2012
#define IDC_SELECT_FONT_BUTTON          2012
#define ID_BUTTON32776                  32776
#define ID_BUTTON32777                  32777

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        142
#define _APS_NEXT_COMMAND_VALUE         32780
#define _APS_NEXT_CONTROL_VALUE         2013
#define _APS_NEXT_SYMED_VALUE           108
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior) Self employed
Greece Greece
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions