Ignore:
Timestamp:
Jun 25, 2015, 1:43:09 AM (9 years ago)
Author:
healthsevak
Message:

Cleaned little bit of glitches and added the About dialog and have recompiled the executable once again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/HealthSevak-CPRS/CPRS-Chart/CPRSChart.drc

    r1723 r1726  
    99*/
    1010
     11#define fHunSpell_TX_AFF_NOT_FOUND 65200
     12#define fHunSpell_TX_DIC_FILE_NOT_FOUND 65201
     13#define fHunSpell_TX_SPELL_COMPLETE 65202
    1114#define DBConsts_SCouldNotParseTimeStamp 65216
    1215#define DBConsts_SInvalidSqlTimeStamp 65217
     
    2225#define VDBConsts_SRefreshRecord 65227
    2326#define VDBConsts_SRemoteLogin 65228
    24 #define fHunSpell_TX_AFF_NOT_FOUND 65229
    25 #define fHunSpell_TX_DIC_FILE_NOT_FOUND 65230
    26 #define fHunSpell_TX_SPELL_COMPLETE 65231
     27#define JConsts_sChangeJPGSize 65229
     28#define JConsts_sJPEGError 65230
     29#define JConsts_sJPEGImageFile 65231
    2730#define ComStrs_sFailSetCalDateTime 65232
    2831#define ComStrs_sFailSetCalMaxSelRange 65233
     
    331334STRINGTABLE
    332335BEGIN
     336        fHunSpell_TX_AFF_NOT_FOUND,     "Correspong AFF file named not found!\r  Specify dictionary file whose *.aff is also present in same directory."
     337        fHunSpell_TX_DIC_FILE_NOT_FOUND,        "Dictionary File for SpellCheck Engine not found!"
     338        fHunSpell_TX_SPELL_COMPLETE,    "Spell Check Complete"
    333339        DBConsts_SCouldNotParseTimeStamp,       "Could not parse SQL TimeStamp string"
    334340        DBConsts_SInvalidSqlTimeStamp,  "Invalid SQL date/time values"
     
    344350        VDBConsts_SRefreshRecord,       "Refresh data"
    345351        VDBConsts_SRemoteLogin, "Remote Login"
    346         fHunSpell_TX_AFF_NOT_FOUND,     "Correspong AFF file named not found!\r  Specify dictionary file whose *.aff is also present in same directory."
    347         fHunSpell_TX_DIC_FILE_NOT_FOUND,        "Dictionary File for SpellCheck Engine not found!"
    348         fHunSpell_TX_SPELL_COMPLETE,    "Spell Check Complete"
     352        JConsts_sChangeJPGSize, "Cannot change the size of a JPEG image"
     353        JConsts_sJPEGError,     "JPEG error #%d"
     354        JConsts_sJPEGImageFile, "JPEG Image File"
    349355        ComStrs_sFailSetCalDateTime,    "Failed to set calendar date or time"
    350356        ComStrs_sFailSetCalMaxSelRange, "Failed to set maximum selection range"
Note: See TracChangeset for help on using the changeset viewer.