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

  1. //----------------------------------------------------------------------------
  2. //  Project ApxDlg
  3. //  Borland International
  4. //  Copyright ⌐ 1996. All Rights Reserved.
  5. //
  6. //  SUBSYSTEM:    ApxDlg Application
  7. //  FILE:         apxdlgap.h
  8. //  AUTHOR:       
  9. //
  10. //  OVERVIEW
  11. //  ~~~~~~~~
  12. //  Constant definitions for all resources defined in apxdlgap.rc.
  13. //
  14. //----------------------------------------------------------------------------
  15. //#if !defined(apxdlgap_rh)   // Sentry use file only if it's not already included.
  16. //#define apxdlgap_rh
  17.  
  18.  
  19. //
  20. // Application specific definitions:
  21. //
  22. #define IDI_SDIAPPLICATION      1001            // Application icon
  23.  
  24. #define IDM_SDI                100             // Menu resource ID and Accelerator IDs
  25.  
  26. //
  27. // CM_FILEnnnn commands (include/owl/editfile.rh except for CM_FILEPRINTPREVIEW)
  28. //
  29. #define CM_FILENEW              24331           // SDI New
  30. #define CM_FILEOPEN             24332           // SDI Open
  31. #define CM_FILECLOSE            24339
  32. #define CM_FILESAVE             24333
  33. #define CM_FILESAVEAS           24334
  34.  
  35.  
  36. //
  37. // Window commands (include/owl/window.rh)
  38. //
  39. #define CM_EXIT                 24310
  40.  
  41.  
  42. //
  43. // CM_EDITnnnn commands (include/owl/window.rh)
  44. //
  45. #define CM_EDITUNDO             24321
  46. #define CM_EDITCUT              24322
  47. #define CM_EDITCOPY             24323
  48. #define CM_EDITPASTE            24324
  49. #define CM_EDITDELETE           24325
  50. #define CM_EDITCLEAR            24326
  51. #define CM_EDITADD              24327
  52. #define CM_EDITEDIT             24328
  53.  
  54.  
  55. //
  56. // Search menu commands (include/owl/editsear.rh)
  57. //
  58. #define CM_EDITFIND             24351
  59. #define CM_EDITREPLACE          24352
  60. #define CM_EDITFINDNEXT         24353
  61.  
  62.  
  63. //
  64. // Help menu commands.
  65. //
  66. #define CM_HELPABOUT            2009
  67.  
  68.  
  69. //
  70. // Client Dialog
  71. //
  72. #define IDD_CLIENT               2000
  73.  
  74.  
  75. //
  76. // OWL defined strings
  77. //
  78.  
  79. //
  80. // Statusbar
  81. //
  82. #define IDS_MODES               32530
  83. #define IDS_MODESOFF            32531
  84.  
  85. //
  86. // EditFile
  87. //
  88. #define IDS_UNTITLED            32550
  89. #define IDS_UNABLEREAD          32551
  90. #define IDS_UNABLEWRITE         32552
  91. #define IDS_FILECHANGED         32553
  92. #define IDS_FILEFILTER          32554
  93.  
  94. //
  95. // EditSearch
  96. //
  97. #define IDS_CANNOTFIND          32540
  98.  
  99.  
  100. //
  101. // General & application exception messages (include/owl/except.rh)
  102. //
  103. #define IDS_UNKNOWNEXCEPTION    32767
  104. #define IDS_OWLEXCEPTION        32766
  105. #define IDS_OKTORESUME          32765
  106. #define IDS_UNHANDLEDXMSG       32764
  107. #define IDS_UNKNOWNERROR        32763
  108. #define IDS_NOAPP               32762
  109. #define IDS_OUTOFMEMORY         32761
  110. #define IDS_INVALIDMODULE       32760
  111. #define IDS_INVALIDMAINWINDOW   32759
  112. #define IDS_VBXLIBRARYFAIL      32758
  113.  
  114. //
  115. // Owl 1 compatibility messages
  116. //
  117. #define IDS_INVALIDWINDOW       32709
  118. #define IDS_INVALIDCHILDWINDOW  32708
  119. #define IDS_INVALIDCLIENTWINDOW 32707
  120.  
  121. //
  122. // TXWindow messages
  123. //
  124. #define IDS_CLASSREGISTERFAIL   32749
  125. #define IDS_CHILDREGISTERFAIL   32748
  126. #define IDS_WINDOWCREATEFAIL    32747
  127. #define IDS_WINDOWEXECUTEFAIL   32746
  128. #define IDS_CHILDCREATEFAIL     32745
  129.  
  130. #define IDS_MENUFAILURE         32744
  131. #define IDS_VALIDATORSYNTAX     32743
  132. #define IDS_PRINTERERROR        32742
  133.  
  134. #define IDS_LAYOUTINCOMPLETE    32741
  135. #define IDS_LAYOUTBADRELWIN     32740
  136.  
  137. //
  138. // TXGdi messages
  139. //
  140. #define IDS_GDIFAILURE          32739
  141. #define IDS_GDIALLOCFAIL        32738
  142. #define IDS_GDICREATEFAIL       32737
  143. #define IDS_GDIRESLOADFAIL      32736
  144. #define IDS_GDIFILEREADFAIL     32735
  145. #define IDS_GDIDELETEFAIL       32734
  146. #define IDS_GDIDESTROYFAIL      32733
  147. #define IDS_INVALIDDIBHANDLE    32732
  148.  
  149.  
  150. //
  151. // TInputDialog DIALOG resource (include/owl/inputdia.rh)
  152. //
  153. #define IDD_INPUTDIALOG         32514
  154. #define ID_PROMPT               4091
  155. #define ID_INPUT                4090
  156.  
  157.  
  158. //
  159. // TSlider bitmaps (horizontal and vertical) (include/owl/slider.rh)
  160. //
  161. #define IDB_HSLIDERTHUMB        32000
  162. #define IDB_VSLIDERTHUMB        32001
  163.  
  164.  
  165. //
  166. // Validation messages (include/owl/validate.rh)
  167. //
  168. #define IDS_VALPXPCONFORM       32520
  169. #define IDS_VALINVALIDCHAR      32521
  170. #define IDS_VALNOTINRANGE       32522
  171. #define IDS_VALNOTINLIST        32523
  172.  
  173.  
  174. //#endif  // apxdlgap_rh
  175.