home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / tybc4 / xped5 / xped5app.rh < prev   
Encoding:
Text File  |  1994-02-13  |  5.0 KB  |  196 lines

  1. //#if !defined(__xped5app_rh)                // Sentry use file only if it's not already included.
  2. //#define __xped5app_rh
  3.  
  4. /*  Main xped5
  5.     
  6.     Copyright ⌐ 1993. All Rights Reserved.
  7.  
  8.     SUBSYSTEM:    xped5.exe Application
  9.     FILE:         xped5app.h
  10.     AUTHOR:       
  11.  
  12.  
  13.     OVERVIEW
  14.     ========
  15.     Constant definitions for all resources defined in xped5app.rc.      
  16. */
  17.  
  18.  
  19. //
  20. // IDHELP BorButton for BWCC dialogs.
  21. //
  22. #define IDHELP                  998             // Id of help button
  23.  
  24.  
  25. //
  26. // Application specific definitions:
  27. //
  28. #define IDI_MDIAPPLICATION      1001            // Application icon
  29. #define IDI_DOC                 1002            // MDI child window icon
  30.  
  31. #define MDI_MENU                100             // Menu resource ID and Accelerator IDs
  32.  
  33. //
  34. // CM_FILEnnnn commands (include\owl\editfile.rh except for CM_FILEPRINTPREVIEW)
  35. //
  36. #define CM_MDIFILENEW           24331
  37. #define CM_MDIFILEOPEN          24332
  38. #define CM_FILECLOSE            24339
  39. #define CM_FILESAVE             24333
  40. #define CM_FILESAVEAS           24334
  41. #define CM_FILEREVERT           24335
  42. #define CM_VIEWCREATE           24341
  43.  
  44.  
  45. //
  46. // Window commands (include\owl\windows.rh)
  47. //
  48. #define CM_EXIT                 24310
  49.  
  50.  
  51. //
  52. // CM_EDITnnnn commands (include\owl\edit.rh)
  53. //
  54. #define CM_EDITUNDO             24321
  55. #define CM_EDITCUT              24322
  56. #define CM_EDITCOPY             24323
  57. #define CM_EDITPASTE            24324
  58. #define CM_EDITDELETE           24325
  59. #define CM_EDITCLEAR            24326
  60.  
  61.  
  62. //
  63. // Search menu commands (include\owl\editsear.rh)
  64. //
  65. #define CM_EDITFIND             24351
  66. #define CM_EDITREPLACE          24352
  67. #define CM_EDITFINDNEXT         24353
  68.  
  69.  
  70. //
  71. // Windows menu commands (include\owl\mdi.rh)
  72. //
  73. #define CM_CASCADECHILDREN      24361
  74. #define CM_TILECHILDREN         24362
  75. #define CM_TILECHILDRENHORIZ    24363
  76. #define CM_ARRANGEICONS         24364
  77. #define CM_CLOSECHILDREN        24365
  78. #define CM_CREATECHILD          24366
  79.  
  80.  
  81. //
  82. // Help menu commands.
  83. //
  84. #define CM_HELPABOUT            24389
  85.  
  86.  
  87. //
  88. // About Dialogs
  89. //
  90. #define IDD_ABOUT            22000
  91. #define IDC_VERSION             22001
  92. #define IDC_COPYRIGHT           22002
  93. #define IDC_DEBUG               22003
  94.  
  95. //
  96. // OWL defined strings
  97. //
  98.  
  99. // Statusbar
  100. #define IDS_MODES               32530
  101.  
  102. // EditFile
  103. #define IDS_UNABLEREAD          32551
  104. #define IDS_UNABLEWRITE         32552
  105. #define IDS_FILECHANGED         32553
  106. #define IDS_FILEFILTER          32554
  107.                                 
  108. // EditSearch                   
  109. #define IDS_CANNOTFIND          32540
  110.  
  111.  
  112. //
  113. // General & application exception messages (include\owl\except.rh)
  114. //
  115. #define IDS_UNKNOWNEXCEPTION    32767
  116. #define IDS_OWLEXCEPTION        32766
  117. #define IDS_OKTORESUME          32765
  118. #define IDS_UNHANDLEDXMSG       32764
  119. #define IDS_UNKNOWNERROR        32763
  120. #define IDS_NOAPP               32762
  121. #define IDS_OUTOFMEMORY         32761
  122. #define IDS_INVALIDMODULE       32760
  123. #define IDS_INVALIDMAINWINDOW   32759
  124.  
  125. //
  126. // Owl 1 compatibility messages
  127. //
  128. #define IDS_INVALIDWINDOW       32756
  129. #define IDS_INVALIDCHILDWINDOW  32755
  130. #define IDS_INVALIDCLIENTWINDOW 32754
  131.  
  132. //
  133. // TXWindow messages
  134. //
  135. #define IDS_CLASSREGISTERFAIL   32749
  136. #define IDS_CHILDREGISTERFAIL   32748
  137. #define IDS_WINDOWCREATEFAIL    32747
  138. #define IDS_WINDOWEXECUTEFAIL   32746
  139. #define IDS_CHILDCREATEFAIL     32745
  140.  
  141. #define IDS_MENUFAILURE         32744
  142. #define IDS_VALIDATORSYNTAX     32743
  143. #define IDS_PRINTERERROR        32742
  144.  
  145. #define IDS_LAYOUTINCOMPLETE    32741
  146. #define IDS_LAYOUTBADRELWIN     32740
  147.  
  148. //
  149. // TXGdi messages
  150. //
  151. #define IDS_GDIFAILURE          32739
  152. #define IDS_GDIALLOCFAIL        32738
  153. #define IDS_GDICREATEFAIL       32737
  154. #define IDS_GDIRESLOADFAIL      32736
  155. #define IDS_GDIFILEREADFAIL     32735
  156. #define IDS_GDIDELETEFAIL       32734
  157. #define IDS_GDIDESTROYFAIL      32733
  158. #define IDS_INVALIDDIBHANDLE    32732
  159.  
  160.  
  161. // DocView (include\owl\docview.rc)
  162. #define IDS_DOCMANAGERFILE      32500
  163. #define IDS_DOCLIST             32501
  164. #define IDS_VIEWLIST            32502
  165. #define IDS_UNTITLED            32503
  166. #define IDS_UNABLEOPEN          32504
  167. #define IDS_UNABLECLOSE         32505
  168. #define IDS_READERROR           32506
  169. #define IDS_WRITEERROR          32507
  170. #define IDS_DOCCHANGED          32508
  171. #define IDS_NOTCHANGED          32509
  172. #define IDS_NODOCMANAGER        32510
  173. #define IDS_NOMEMORYFORVIEW     32511
  174. #define IDS_DUPLICATEDOC        32512
  175.  
  176.  
  177. // TInputDialog DIALOG resource (include\owl\inputdia.rh)
  178. #define IDD_INPUTDIALOG         32514
  179. #define ID_PROMPT               4091
  180. #define ID_INPUT                4090
  181.  
  182.  
  183. // TSlider bitmaps (horizontal and vertical) (include\owl\slider.rh)
  184. #define IDB_HSLIDERTHUMB        32000
  185. #define IDB_VSLIDERTHUMB        32001
  186.  
  187.  
  188. // Validation messages (include\owl\validate.rh)
  189. #define IDS_VALPXPCONFORM       32520
  190. #define IDS_VALINVALIDCHAR      32521
  191. #define IDS_VALNOTINRANGE       32522
  192. #define IDS_VALNOTINLIST        32523
  193.  
  194.  
  195. //#endif         // __xped5app_rh sentry.
  196.