Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

LgiMsgs.h

00001 #ifndef _LGI_MSGS_H_
00002 #define _LGI_MSGS_H_
00003 
00004 // Base
00005 #define L_SUCCESS                           0
00006 #define L_ERROR                             -1
00007 #define L_ERROR_NO_MEMORY                   -2
00008 #define L_ERROR_BAD_VALUE                   -3
00009 
00010 #define L_BTN_OK                            -50
00011 #define L_BTN_CANCEL                        -51
00012 
00013 // Mail lib error message ID's
00014 #define L_ERROR_ESMTP_NO_AUTHS              -100
00015 #define L_ERROR_ESMTP_UNSUPPORTED_AUTHS     -101
00016 
00017 // Text control strings
00018 #define L_TEXTCTRL_AUTO_INDENT              -200
00019 #define L_TEXTCTRL_COPY                     -201
00020 #define L_TEXTCTRL_COPYLINK                 -202
00021 #define L_TEXTCTRL_CUT                      -203
00022 #define L_TEXTCTRL_EMAIL_TO                 -204
00023 #define L_TEXTCTRL_FIXED                    -205
00024 #define L_TEXTCTRL_GOTO_LINE                -206
00025 #define L_TEXTCTRL_OPENURL                  -207
00026 #define L_TEXTCTRL_PASTE                    -208
00027 #define L_TEXTCTRL_REDO                     -209
00028 #define L_TEXTCTRL_UNDO                     -210
00029 #define L_TEXTCTRL_SHOW_WHITESPACE          -211
00030 #define L_TEXTCTRL_HARD_TABS                -212
00031 #define L_TEXTCTRL_INDENT_SIZE              -213
00032 #define L_TEXTCTRL_TAB_SIZE                 -214
00033 #define L_TEXTCTRL_RTL                      -215
00034 
00035 #define L_TEXTCTRL_ASK_SAVE                 -220
00036 #define L_TEXTCTRL_SAVE                     -221
00037 
00038 // Resource sub system
00039 #define L_ERROR_RES_NO_EXE_PATH             -300
00040 #define L_ERROR_RES_NO_LR8_FILE             -301
00041 #define L_ERROR_RES_CREATE_OBJECT_FAILED    -302
00042 #define L_ERROR_RES_RESOURCE_READ_FAILED    -303
00043 
00044 // Font selection dialog
00045 #define L_FONTUI_BOLD                       -400
00046 #define L_FONTUI_FACE                       -401
00047 #define L_FONTUI_ITALIC                     -402
00048 #define L_FONTUI_PREVIEW                    -403
00049 #define L_FONTUI_PTSIZE                     -404
00050 #define L_FONTUI_STYLE                      -405
00051 #define L_FONTUI_TITLE                      -406
00052 #define L_FONTUI_UNDERLINE                  -407
00053 
00054 // Html control
00055 #define L_COPY_LINK_LOCATION                -500
00056 #define L_VIEW_SOURCE                       -501
00057 #define L_COPY_SOURCE                       -502
00058 #define L_VIEW_IN_DEFAULT_BROWSER           -503
00059 #define L_VIEW_IMAGES                       -504
00060 #define L_CHANGE_CHARSET                    -505
00061 
00062 // Colour control
00063 #define L_COLOUR_NONE                       -550
00064 
00065 // Find/Replay windows
00066 #define L_FR_FIND                           -600
00067 #define L_FR_FIND_WHAT                      -601
00068 #define L_FR_FIND_NEXT                      -602
00069 #define L_FR_MATCH_WORD                     -603
00070 #define L_FR_MATCH_CASE                     -604
00071 #define L_FR_REPLACE                        -605
00072 #define L_FR_REPLACE_ALL                    -606
00073 #define L_FR_REPLACE_WITH                   -607
00074 #define L_FR_SELECTION_ONLY                 -608
00075 
00076 // Misc
00077 #define L_TOOLBAR_SHOW_TEXT                 -700
00078 
00079 // Storage lib
00080 #define L_STORE_WRITE_ERR                   -800
00081 #define L_STORE_OS_ERR                      -801
00082 #define L_STORE_MISMATCH                    -802
00083 #define L_STORE_RESTART                     -803
00084 
00085 #endif

Generated on Wed Oct 26 14:46:50 2005 for Lgi by  doxygen 1.4.1