home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c016 / 3.ddi / CORFIRST.PAK / FRSTPPAP.RH < prev    next >
Encoding:
Text File  |  1993-12-07  |  4.8 KB  |  195 lines

  1. //#if !defined(__frstppap_rh)                // Sentry use file only if it's not already included.
  2. //#define __frstppap_rh
  3.  
  4. /*  Main firstapp
  5.     
  6.     Copyright ⌐ 1993. All Rights Reserved.
  7.  
  8.     SUBSYSTEM:    firstapp.exe Application
  9.     FILE:         frstppap.h
  10.     AUTHOR:       
  11.  
  12.  
  13.     OVERVIEW
  14.     ========
  15.     Constant definitions for all resources defined in frstppap.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_SDIAPPLICATION      1001            // Application icon
  29.  
  30. #define SDI_MENU                100             // Menu resource ID and Accelerator IDs
  31.  
  32. //
  33. // CM_FILEnnnn commands (include\owl\editfile.rh except for CM_FILEPRINTPREVIEW)
  34. //
  35. #define CM_FILENEW              24331           // SDI New
  36. #define CM_FILEOPEN             24332           // SDI Open
  37. #define CM_FILECLOSE            24339
  38. #define CM_FILESAVE             24333
  39. #define CM_FILESAVEAS           24334
  40.  
  41.  
  42. //
  43. // Window commands (include\owl\windows.rh)
  44. //
  45. #define CM_EXIT                 24310
  46.  
  47.  
  48. //
  49. // CM_EDITnnnn commands (include\owl\edit.rh)
  50. //
  51. #define CM_EDITUNDO             24321
  52. #define CM_EDITCUT              24322
  53. #define CM_EDITCOPY             24323
  54. #define CM_EDITPASTE            24324
  55. #define CM_EDITDELETE           24325
  56. #define CM_EDITCLEAR            24326
  57.  
  58.  
  59. //
  60. // Search menu commands (include\owl\editsear.rh)
  61. //
  62. #define CM_EDITFIND             24351
  63. #define CM_EDITREPLACE          24352
  64. #define CM_EDITFINDNEXT         24353
  65.  
  66.  
  67. //
  68. // Help menu commands.
  69. //
  70. #define CM_HELPABOUT            24389
  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. // VBX Dialogs
  83. //
  84. #define IDD_DOCTORS  301
  85. #define IDC_CIAPP1   101
  86. #define IDC_CIDS1    102
  87. #define IDC_CITEXT1  103
  88. #define IDC_CITEXT2  104
  89. #define IDC_CITEXT3  105
  90. #define IDC_CITEXT4  106
  91. #define IDC_CITEXT5  107
  92. #define IDC_CITEXT6  108
  93. #define IDC_CITEXT7  109
  94. #define IDC_CITEXT8  110
  95. #define IDC_CITEXT9  111
  96. #define IDC_CITEXT10 112
  97. #define IDC_CIQRY1   113
  98. #define IDC_CIFD1    114
  99. #define IDC_CIOP1    115
  100. #define IDC_CIOP2    116
  101. #define IDC_CIOP3    117
  102. #define IDC_CIOP4    118
  103. #define IDC_CIOP5    119
  104. #define IDC_CIOP6    120
  105. #define IDC_CIOP7    121
  106. #define IDC_CIOP8    122
  107. #define IDC_CIOP9    123
  108.  
  109. //
  110. // OWL defined strings
  111. //
  112.  
  113. // Statusbar
  114. #define IDS_MODES               32530
  115.  
  116. // EditFile
  117. #define IDS_UNTITLED            32550
  118. #define IDS_UNABLEREAD          32551
  119. #define IDS_UNABLEWRITE         32552
  120. #define IDS_FILECHANGED         32553
  121. #define IDS_FILEFILTER          32554
  122.                                 
  123. // EditSearch                   
  124. #define IDS_CANNOTFIND          32540
  125.  
  126.  
  127. //
  128. // General & application exception messages (include\owl\except.rh)
  129. //
  130. #define IDS_UNKNOWNEXCEPTION    32767
  131. #define IDS_OWLEXCEPTION        32766
  132. #define IDS_OKTORESUME          32765
  133. #define IDS_UNHANDLEDXMSG       32764
  134. #define IDS_UNKNOWNERROR        32763
  135. #define IDS_NOAPP               32762
  136. #define IDS_OUTOFMEMORY         32761
  137. #define IDS_INVALIDMODULE       32760
  138. #define IDS_INVALIDMAINWINDOW   32759
  139.  
  140. //
  141. // Owl 1 compatibility messages
  142. //
  143. #define IDS_INVALIDWINDOW       32756
  144. #define IDS_INVALIDCHILDWINDOW  32755
  145. #define IDS_INVALIDCLIENTWINDOW 32754
  146.  
  147. //
  148. // TXWindow messages
  149. //
  150. #define IDS_CLASSREGISTERFAIL   32749
  151. #define IDS_CHILDREGISTERFAIL   32748
  152. #define IDS_WINDOWCREATEFAIL    32747
  153. #define IDS_WINDOWEXECUTEFAIL   32746
  154. #define IDS_CHILDCREATEFAIL     32745
  155.  
  156. #define IDS_MENUFAILURE         32744
  157. #define IDS_VALIDATORSYNTAX     32743
  158. #define IDS_PRINTERERROR        32742
  159.  
  160. #define IDS_LAYOUTINCOMPLETE    32741
  161. #define IDS_LAYOUTBADRELWIN     32740
  162.  
  163. //
  164. // TXGdi messages
  165. //
  166. #define IDS_GDIFAILURE          32739
  167. #define IDS_GDIALLOCFAIL        32738
  168. #define IDS_GDICREATEFAIL       32737
  169. #define IDS_GDIRESLOADFAIL      32736
  170. #define IDS_GDIFILEREADFAIL     32735
  171. #define IDS_GDIDELETEFAIL       32734
  172. #define IDS_GDIDESTROYFAIL      32733
  173. #define IDS_INVALIDDIBHANDLE    32732
  174.  
  175.  
  176. // TInputDialog DIALOG resource (include\owl\inputdia.rh)
  177. #define IDD_INPUTDIALOG         32514
  178. #define ID_PROMPT               4091
  179. #define ID_INPUT                4090
  180.  
  181.  
  182. // TSlider bitmaps (horizontal and vertical) (include\owl\slider.rh)
  183. #define IDB_HSLIDERTHUMB        32000
  184. #define IDB_VSLIDERTHUMB        32001
  185.  
  186.  
  187. // Validation messages (include\owl\validate.rh)
  188. #define IDS_VALPXPCONFORM       32520
  189. #define IDS_VALINVALIDCHAR      32521
  190. #define IDS_VALNOTINRANGE       32522
  191. #define IDS_VALNOTINLIST        32523
  192.  
  193.  
  194. //#endif         // __frstppap_rh sentry.
  195.