home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pstoedit.zip / source.zip / pstoedit.2.50 / src / bc5gui / winp2eap.rh < prev    next >
Text File  |  1996-12-12  |  5KB  |  193 lines

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