home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / EVHANDLE.PAK / EVHANDLE.RH < prev    next >
Encoding:
Text File  |  1997-05-06  |  2.4 KB  |  89 lines

  1. //----------------------------------------------------------------------------
  2. //  Project EVHANDLE
  3. //  
  4. //  Copyright ⌐ 1996. All Rights Reserved.
  5. //
  6. //  SUBSYSTEM:    EVHANDLE Application
  7. //  FILE:         EVHANDLE.RH
  8. //  AUTHOR:       
  9. //
  10. //  OVERVIEW
  11. //  ~~~~~~~~
  12. //  Constant definitions for all resources defined in evhandle.rc.
  13. //
  14. //----------------------------------------------------------------------------
  15. //#if !defined(evhandle_rh)   // Sentry use file only if it's not already included.
  16. //#define evhandle_rh
  17.  
  18.  
  19. //
  20. // Application specific definitions:
  21. //
  22. #define IDC_DBTEXT1    110
  23. #define IDC_DBRADIOG1    109
  24. #define IDC_DBNAV2    108
  25. #define IDC_DBEDIT2    105
  26. #define IDC_DBEDIT1    104
  27. #define IDC_DBNAV1    103
  28. #define IDC_VBCONTROL12    107
  29. #define IDC_VBCONTROL11    106
  30. #define IDC_VBCONTROL7    102
  31. #define IDC_VBCONTROL6    101
  32. #define IDI_SDIAPPLICATION      1001            // Application icon
  33.  
  34. //
  35. // Client Dialog
  36. //
  37. #define IDD_CLIENT               2000
  38.  
  39. //
  40. // General & application exception messages (include/owl/except.rh)
  41. //
  42. #define IDS_UNKNOWNEXCEPTION    32767
  43. #define IDS_OWLEXCEPTION        32766
  44. #define IDS_OKTORESUME          32765
  45. #define IDS_UNHANDLEDXMSG       32764
  46. #define IDS_UNKNOWNERROR        32763
  47. #define IDS_NOAPP               32762
  48. #define IDS_OUTOFMEMORY         32761
  49. #define IDS_INVALIDMODULE       32760
  50. #define IDS_INVALIDMAINWINDOW   32759
  51. #define IDS_VBXLIBRARYFAIL      32758
  52.  
  53. //
  54. // Owl 1 compatibility messages
  55. //
  56. #define IDS_INVALIDWINDOW       32709
  57. #define IDS_INVALIDCHILDWINDOW  32708
  58. #define IDS_INVALIDCLIENTWINDOW 32707
  59.  
  60. //
  61. // TXWindow messages
  62. //
  63. #define IDS_CLASSREGISTERFAIL   32749
  64. #define IDS_CHILDREGISTERFAIL   32748
  65. #define IDS_WINDOWCREATEFAIL    32747
  66. #define IDS_WINDOWEXECUTEFAIL   32746
  67. #define IDS_CHILDCREATEFAIL     32745
  68.  
  69. #define IDS_MENUFAILURE         32744
  70. #define IDS_VALIDATORSYNTAX     32743
  71. #define IDS_PRINTERERROR        32742
  72.  
  73. #define IDS_LAYOUTINCOMPLETE    32741
  74. #define IDS_LAYOUTBADRELWIN     32740
  75.  
  76. //
  77. // TXGdi messages
  78. //
  79. #define IDS_GDIFAILURE          32739
  80. #define IDS_GDIALLOCFAIL        32738
  81. #define IDS_GDICREATEFAIL       32737
  82. #define IDS_GDIRESLOADFAIL      32736
  83. #define IDS_GDIFILEREADFAIL     32735
  84. #define IDS_GDIDELETEFAIL       32734
  85. #define IDS_GDIDESTROYFAIL      32733
  86. #define IDS_INVALIDDIBHANDLE    32732
  87.  
  88. //#endif  // evhandle_rh
  89.