Changeset 1726 for cprs/branches/HealthSevak-CPRS/CPRS-Chart/CPRSChart.drc
- Timestamp:
- Jun 25, 2015, 1:43:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/HealthSevak-CPRS/CPRS-Chart/CPRSChart.drc
r1723 r1726 9 9 */ 10 10 11 #define fHunSpell_TX_AFF_NOT_FOUND 65200 12 #define fHunSpell_TX_DIC_FILE_NOT_FOUND 65201 13 #define fHunSpell_TX_SPELL_COMPLETE 65202 11 14 #define DBConsts_SCouldNotParseTimeStamp 65216 12 15 #define DBConsts_SInvalidSqlTimeStamp 65217 … … 22 25 #define VDBConsts_SRefreshRecord 65227 23 26 #define VDBConsts_SRemoteLogin 65228 24 #define fHunSpell_TX_AFF_NOT_FOUND6522925 #define fHunSpell_TX_DIC_FILE_NOT_FOUND6523026 #define fHunSpell_TX_SPELL_COMPLETE6523127 #define JConsts_sChangeJPGSize 65229 28 #define JConsts_sJPEGError 65230 29 #define JConsts_sJPEGImageFile 65231 27 30 #define ComStrs_sFailSetCalDateTime 65232 28 31 #define ComStrs_sFailSetCalMaxSelRange 65233 … … 331 334 STRINGTABLE 332 335 BEGIN 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" 333 339 DBConsts_SCouldNotParseTimeStamp, "Could not parse SQL TimeStamp string" 334 340 DBConsts_SInvalidSqlTimeStamp, "Invalid SQL date/time values" … … 344 350 VDBConsts_SRefreshRecord, "Refresh data" 345 351 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" 349 355 ComStrs_sFailSetCalDateTime, "Failed to set calendar date or time" 350 356 ComStrs_sFailSetCalMaxSelRange, "Failed to set maximum selection range"
Note:
See TracChangeset
for help on using the changeset viewer.