home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / GTakPM / Source / Stringtable.h < prev    next >
C/C++ Source or Header  |  1996-08-12  |  839b  |  29 lines

  1. /*
  2.    GTakPM
  3.    (c) Benjamin Stein 1994
  4.    All Rights Reserved
  5.    Stringtable.h
  6. */
  7.  
  8. /* $Header: W:/Projects/OCL/Samples/GTakPM/Source/rcs/Stringtable.h 1.50 1996/08/11 23:48:12 B.STEIN Release $ */
  9.  
  10. #ifndef __STRINGTABLE_H__
  11.   #define __STRINGTABLE_H__
  12.  
  13.  
  14. #define ERROR_RESOURCELIB_NOT_FOUND     10000
  15. #define ERROR_FRAME_NOT_CREATED         10001
  16. #define ERROR_STATLINE_CREATION         10002
  17. #define ERROR_TOOLBAR_CREATION          10003
  18. #define ERROR_CONTAINER_CREATION        10004
  19. #define APP_TITLE                       10005
  20. #define SURE_TO_EXIT                    10006
  21. #define DENY_TASK_KILL                  10007
  22. #define ERROR_LOAD_MENU                 10008
  23. #define ERROR_LISTBOX_CREATION          10009
  24. #define ERROR_NOT_YET_SUPPORTED         10010
  25.  
  26. #endif /* __STRINGTABLE_H__ */
  27.  
  28. // end of source
  29.