home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 19.ddi / OWLINC.PAK / EXCEPT.RH < prev    next >
Encoding:
Text File  |  1993-12-02  |  1.7 KB  |  58 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //   include\owl\except.rh
  4. //   String resource IDs to use with except.h and except.rc
  5. //----------------------------------------------------------------------------
  6. #ifndef __OWL_EXCEPT_RH
  7. #define __OWL_EXCEPT_RH
  8.  
  9. //
  10. // General & application exception messages
  11. //
  12. #define IDS_UNKNOWNEXCEPTION    32767
  13. #define IDS_OWLEXCEPTION        32766
  14. #define IDS_OKTORESUME          32765
  15. #define IDS_UNHANDLEDXMSG       32764
  16. #define IDS_UNKNOWNERROR        32763
  17. #define IDS_NOAPP               32762
  18. #define IDS_OUTOFMEMORY         32761
  19. #define IDS_INVALIDMODULE       32760
  20. #define IDS_INVALIDMAINWINDOW   32759
  21.  
  22. //
  23. // Owl 1 compatibility messages
  24. //
  25. #define IDS_INVALIDWINDOW       32756
  26. #define IDS_INVALIDCHILDWINDOW  32755
  27. #define IDS_INVALIDCLIENTWINDOW 32754
  28.  
  29. //
  30. // TXWindow messages
  31. //
  32. #define IDS_CLASSREGISTERFAIL   32749
  33. #define IDS_CHILDREGISTERFAIL   32748
  34. #define IDS_WINDOWCREATEFAIL    32747
  35. #define IDS_WINDOWEXECUTEFAIL   32746
  36. #define IDS_CHILDCREATEFAIL     32745
  37.  
  38. #define IDS_MENUFAILURE         32744
  39. #define IDS_VALIDATORSYNTAX     32743
  40. #define IDS_PRINTERERROR        32742
  41.  
  42. #define IDS_LAYOUTINCOMPLETE    32741
  43. #define IDS_LAYOUTBADRELWIN     32740
  44.  
  45. //
  46. // TXGdi messages
  47. //
  48. #define IDS_GDIFAILURE          32739
  49. #define IDS_GDIALLOCFAIL        32738
  50. #define IDS_GDICREATEFAIL       32737
  51. #define IDS_GDIRESLOADFAIL      32736
  52. #define IDS_GDIFILEREADFAIL     32735
  53. #define IDS_GDIDELETEFAIL       32734
  54. #define IDS_GDIDESTROYFAIL      32733
  55. #define IDS_INVALIDDIBHANDLE    32732
  56.  
  57. #endif  // __OWL_EXCEPT_RH
  58.