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

  1. //#if !defined(__nxtppapp_rh)                // Sentry use file only if it's not already included.
  2. //#define __nxtppapp_rh
  3.  
  4. /*  Main nextapp
  5.     
  6.     Copyright ⌐ 1993. All Rights Reserved.
  7.  
  8.     SUBSYSTEM:    nextapp.exe Application
  9.     FILE:         nxtppapp.h
  10.     AUTHOR:       
  11.  
  12.  
  13.     OVERVIEW
  14.     ========
  15.     Constant definitions for all resources defined in nxtppapp.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_PATIENTS    302
  85. #define IDC_CIFD2    101
  86. #define IDC_CIQRY2    102
  87. #define IDC_CIGRID1    103
  88. #define IDC_CIQRY3    104
  89. #define IDC_CITEXT11    105
  90. #define IDC_CITEXT12    106
  91. #define IDC_CITEXT13    107
  92. #define IDC_CITEXT14    108
  93. #define IDC_CITEXT15    109
  94. #define IDC_CITEXT16    110
  95. #define IDC_CITEXT17    111
  96. #define IDC_CICOMBO1    112
  97. #define IDC_CITEXT18    113
  98. #define IDC_CICHECK1    115
  99. #define IDC_CICHECK2    116
  100. #define IDC_CICHECK3    117
  101. #define IDC_CIRADIO1    119
  102. #define IDC_CIRADIO2    120
  103. #define IDC_CIQRY4    121
  104. #define IDC_CIOP10    124
  105. #define IDC_CIOP11    125
  106. #define IDC_CIOP12    126
  107. #define IDC_CIOP13    127
  108. #define IDC_CIOP14    128
  109. #define IDC_CIOP15    129
  110. #define IDC_CIOP16    130
  111. #define IDD_DOCTORS    301
  112. #define IDC_CIAPP1    101
  113. #define IDC_CIDS1    102
  114. #define IDC_CITEXT1    103
  115. #define IDC_CITEXT2    104
  116. #define IDC_CITEXT3    105
  117. #define IDC_CITEXT4    106
  118. #define IDC_CITEXT5    107
  119. #define IDC_CITEXT6    108
  120. #define IDC_CITEXT7    109
  121. #define IDC_CITEXT8    110
  122. #define IDC_CITEXT9    111
  123. #define IDC_CITEXT10    112
  124. #define IDC_CIQRY1    113
  125. #define IDC_CIFD1    114
  126. #define IDC_CIOP1    115
  127. #define IDC_CIOP2    116
  128. #define IDC_CIOP3    117
  129. #define IDC_CIOP4    118
  130. #define IDC_CIOP5    119
  131. #define IDC_CIOP6    120
  132. #define IDC_CIOP7    121
  133. #define IDC_CIOP8    122
  134. #define IDC_CIOP9    123
  135. #define IDC_CIFRAME1    114
  136. #define IDC_CIFRAME2    118
  137. #define IDI_SDIAPPLICATION      1001            // Application icon
  138.  
  139. //
  140. // OWL defined strings
  141. //
  142.  
  143. // Statusbar
  144. #define IDS_MODES               32530
  145.  
  146. // EditFile
  147. #define IDS_UNTITLED            32550
  148. #define IDS_UNABLEREAD          32551
  149. #define IDS_UNABLEWRITE         32552
  150. #define IDS_FILECHANGED         32553
  151. #define IDS_FILEFILTER          32554
  152.                                 
  153. // EditSearch                   
  154. #define IDS_CANNOTFIND          32540
  155.  
  156.  
  157. //
  158. // General & application exception messages (include\owl\except.rh)
  159. //
  160. #define IDS_UNKNOWNEXCEPTION    32767
  161. #define IDS_OWLEXCEPTION        32766
  162. #define IDS_OKTORESUME          32765
  163. #define IDS_UNHANDLEDXMSG       32764
  164. #define IDS_UNKNOWNERROR        32763
  165. #define IDS_NOAPP               32762
  166. #define IDS_OUTOFMEMORY         32761
  167. #define IDS_INVALIDMODULE       32760
  168. #define IDS_INVALIDMAINWINDOW   32759
  169.  
  170. //
  171. // Owl 1 compatibility messages
  172. //
  173. #define IDS_INVALIDWINDOW       32756
  174. #define IDS_INVALIDCHILDWINDOW  32755
  175. #define IDS_INVALIDCLIENTWINDOW 32754
  176.  
  177. //
  178. // TXWindow messages
  179. //
  180. #define IDS_CLASSREGISTERFAIL   32749
  181. #define IDS_CHILDREGISTERFAIL   32748
  182. #define IDS_WINDOWCREATEFAIL    32747
  183. #define IDS_WINDOWEXECUTEFAIL   32746
  184. #define IDS_CHILDCREATEFAIL     32745
  185.  
  186. #define IDS_MENUFAILURE         32744
  187. #define IDS_VALIDATORSYNTAX     32743
  188. #define IDS_PRINTERERROR        32742
  189.  
  190. #define IDS_LAYOUTINCOMPLETE    32741
  191. #define IDS_LAYOUTBADRELWIN     32740
  192.  
  193. //
  194. // TXGdi messages
  195. //
  196. #define IDS_GDIFAILURE          32739
  197. #define IDS_GDIALLOCFAIL        32738
  198. #define IDS_GDICREATEFAIL       32737
  199. #define IDS_GDIRESLOADFAIL      32736
  200. #define IDS_GDIFILEREADFAIL     32735
  201. #define IDS_GDIDELETEFAIL       32734
  202. #define IDS_GDIDESTROYFAIL      32733
  203. #define IDS_INVALIDDIBHANDLE    32732
  204.  
  205.  
  206. // TInputDialog DIALOG resource (include\owl\inputdia.rh)
  207. #define IDD_INPUTDIALOG         32514
  208. #define ID_PROMPT               4091
  209. #define ID_INPUT                4090
  210.  
  211.  
  212. // TSlider bitmaps (horizontal and vertical) (include\owl\slider.rh)
  213. #define IDB_HSLIDERTHUMB        32000
  214. #define IDB_VSLIDERTHUMB        32001
  215.  
  216.  
  217. // Validation messages (include\owl\validate.rh)
  218. #define IDS_VALPXPCONFORM       32520
  219. #define IDS_VALINVALIDCHAR      32521
  220. #define IDS_VALNOTINRANGE       32522
  221. #define IDS_VALNOTINLIST        32523
  222.  
  223.  
  224. //#endif         // __nxtppapp_rh sentry.
  225.