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

  1. //----------------------------------------------------------------------------
  2. //  Project ApxOle
  3. //  Borland International
  4. //  Copyright ⌐ 1996. All Rights Reserved.
  5. //
  6. //  SUBSYSTEM:    ApxOle Application
  7. //  FILE:         apxolapp.h
  8. //  AUTHOR:       
  9. //
  10. //  OVERVIEW
  11. //  ~~~~~~~~
  12. //  Constant definitions for all resources defined in apxolapp.rc.
  13. //
  14. //----------------------------------------------------------------------------
  15. //#if !defined(apxolapp_rh)   // Sentry use file only if it's not already included.
  16. //#define apxolapp_rh
  17.  
  18.  
  19. //
  20. // Application specific definitions:
  21. //
  22. #define IDI_MDIAPPLICATION      1001            // Application icon
  23. #define IDI_DOC                 1002            // MDI child window icon
  24.  
  25. #define IDM_MDI                 100             // Menu resource ID and Accelerator IDs
  26.  
  27. #define IDM_PRINTPREVIEW        200             // Accelerator ID for Print Preview window.
  28.  
  29. #define IDM_DOCMANAGERFILE      32401           // Menu for DocManager merging.
  30. #define IDM_EDITVIEW            32581           // Menu for TEditView merging.
  31. #define IDM_LISTVIEW            32582           // Menu for TListView merging.
  32.  
  33. //
  34. // OleView merged menus (include/owl/oleview.rh)
  35. //
  36. #define IDM_OLEPOPUP            32405
  37. #define IDM_OLEVIEW             32406
  38. #define IDM_OLEVIEWEMBED        32407
  39.  
  40.  
  41. //
  42. // CM_FILEnnnn commands (include/owl/editfile.rh except for CM_FILEPRINTPREVIEW)
  43. //
  44. #define CM_MDIFILENEW           24331
  45. #define CM_MDIFILEOPEN          24332
  46. #define CM_FILECLOSE            24339
  47. #define CM_FILESAVE             24333
  48. #define CM_FILESAVEAS           24334
  49. #define CM_FILEREVERT           24335
  50. #define CM_VIEWCREATE           24341
  51. #define CM_FILEPRINT            24337
  52. #define CM_FILEPRINTERSETUP     24338
  53. #define CM_FILEPRINTPREVIEW     24340
  54. #define CM_FILESEND             24345
  55.  
  56.  
  57. //
  58. // Window commands (include/owl/window.rh)
  59. //
  60. #define CM_EXIT                 24310
  61.  
  62.  
  63. //
  64. // CM_EDITnnnn commands (include/owl/window.rh)
  65. //
  66. #define CM_EDITUNDO             24321
  67. #define CM_EDITCUT              24322
  68. #define CM_EDITCOPY             24323
  69. #define CM_EDITPASTE            24324
  70. #define CM_EDITDELETE           24325
  71. #define CM_EDITCLEAR            24326
  72. #define CM_EDITADD              24327
  73. #define CM_EDITEDIT             24328
  74. #define CM_EDITPASTESPECIAL     24311
  75. #define CM_EDITPASTELINK        24312
  76. #define CM_EDITINSERTOBJECT     24313
  77. #define CM_EDITLINKS            24314
  78. #define CM_EDITINSERTCONTROL    24315
  79.  
  80. #define CM_EDITOBJECT           24370
  81. #define CM_EDITFIRSTVERB        24371       // 20 verbs at most
  82. #define CM_EDITLASTVERB         24390
  83.  
  84. #define CM_EDITCONVERT          24391
  85. #define CM_EDITSHOWOBJECTS      24392
  86.  
  87.  
  88. //
  89. // Search menu commands (include/owl/editsear.rh)
  90. //
  91. #define CM_EDITFIND             24351
  92. #define CM_EDITREPLACE          24352
  93. #define CM_EDITFINDNEXT         24353
  94.  
  95.  
  96. //
  97. // Windows menu commands (include/owl/mdi.rh)
  98. //
  99. #define CM_CASCADECHILDREN      24361
  100. #define CM_TILECHILDREN         24362
  101. #define CM_TILECHILDRENHORIZ    24363
  102. #define CM_ARRANGEICONS         24364
  103. #define CM_CLOSECHILDREN        24365
  104. #define CM_CREATECHILD          24366
  105.  
  106.  
  107. //
  108. // Help menu commands.
  109. //
  110. #define CM_HELPABOUT            2009
  111.  
  112.  
  113. //
  114. // About Dialogs
  115. //
  116. #define IDD_ABOUT               22000
  117. #define IDC_VERSION             22001
  118. #define IDC_COPYRIGHT           22002
  119. #define IDC_DEBUG               22003
  120.  
  121.  
  122. //
  123. // OWL defined strings
  124. //
  125.  
  126. //
  127. // Statusbar
  128. //
  129. #define IDS_MODES               32530
  130. #define IDS_MODESOFF            32531
  131.  
  132. //
  133. // EditFile
  134. //
  135. #define IDS_UNABLEREAD          32551
  136. #define IDS_UNABLEWRITE         32552
  137. #define IDS_FILECHANGED         32553
  138. #define IDS_FILEFILTER          32554
  139.  
  140. //
  141. // EditSearch
  142. //
  143. #define IDS_CANNOTFIND          32540
  144.  
  145.  
  146. //
  147. // General & application exception messages (include/owl/except.rh)
  148. //
  149. #define IDS_UNKNOWNEXCEPTION    32767
  150. #define IDS_OWLEXCEPTION        32766
  151. #define IDS_OKTORESUME          32765
  152. #define IDS_UNHANDLEDXMSG       32764
  153. #define IDS_UNKNOWNERROR        32763
  154. #define IDS_NOAPP               32762
  155. #define IDS_OUTOFMEMORY         32761
  156. #define IDS_INVALIDMODULE       32760
  157. #define IDS_INVALIDMAINWINDOW   32759
  158. #define IDS_VBXLIBRARYFAIL      32758
  159.  
  160. //
  161. // Owl 1 compatibility messages
  162. //
  163. #define IDS_INVALIDWINDOW       32709
  164. #define IDS_INVALIDCHILDWINDOW  32708
  165. #define IDS_INVALIDCLIENTWINDOW 32707
  166.  
  167. //
  168. // TXWindow messages
  169. //
  170. #define IDS_CLASSREGISTERFAIL   32749
  171. #define IDS_CHILDREGISTERFAIL   32748
  172. #define IDS_WINDOWCREATEFAIL    32747
  173. #define IDS_WINDOWEXECUTEFAIL   32746
  174. #define IDS_CHILDCREATEFAIL     32745
  175.  
  176. #define IDS_MENUFAILURE         32744
  177. #define IDS_VALIDATORSYNTAX     32743
  178. #define IDS_PRINTERERROR        32742
  179.  
  180. #define IDS_LAYOUTINCOMPLETE    32741
  181. #define IDS_LAYOUTBADRELWIN     32740
  182.  
  183. //
  184. // TXGdi messages
  185. //
  186. #define IDS_GDIFAILURE          32739
  187. #define IDS_GDIALLOCFAIL        32738
  188. #define IDS_GDICREATEFAIL       32737
  189. #define IDS_GDIRESLOADFAIL      32736
  190. #define IDS_GDIFILEREADFAIL     32735
  191. #define IDS_GDIDELETEFAIL       32734
  192. #define IDS_GDIDESTROYFAIL      32733
  193. #define IDS_INVALIDDIBHANDLE    32732
  194.  
  195.  
  196. //
  197. // ListView (include/owl/listview.rh)
  198. //
  199. #define IDS_LISTNUM             32584
  200.  
  201.  
  202. // DocView (include/owl/docview.rh)
  203. //
  204. #define IDS_DOCMANAGERFILE      32500
  205. #define IDS_DOCLIST             32501
  206. #define IDS_VIEWLIST            32502
  207. #define IDS_UNTITLED            32503
  208. #define IDS_UNABLEOPEN          32504
  209. #define IDS_UNABLECLOSE         32505
  210. #define IDS_READERROR           32506
  211. #define IDS_WRITEERROR          32507
  212. #define IDS_DOCCHANGED          32508
  213. #define IDS_NOTCHANGED          32509
  214. #define IDS_NODOCMANAGER        32510
  215. #define IDS_NOMEMORYFORVIEW     32511
  216. #define IDS_DUPLICATEDOC        32512
  217. #define IDS_EDITOBJECT          32600
  218. #define IDS_EDITCONVERT         32601
  219. #define IDS_CLOSESERVER         32602
  220. #define IDS_EXITSERVER          32603
  221.  
  222. // Text for clipboard format names
  223. //
  224. #define IDS_CFTEXT              32610
  225. #define IDS_CFBITMAP            32611
  226. #define IDS_CFMETAFILE          32612
  227. #define IDS_CFSYLK              32613
  228. #define IDS_CFDIF               32614
  229. #define IDS_CFTIFF              32615
  230. #define IDS_CFOEMTEXT           32616
  231. #define IDS_CFDIB               32617
  232. #define IDS_CFPALETTE           32618
  233. #define IDS_CFPENDATA           32619
  234. #define IDS_CFRIFF              32620
  235. #define IDS_CFWAVE              32621
  236. #define IDS_CFUNICODETEXT       32622
  237. #define IDS_CFENHMETAFILE       32623
  238.  
  239. #define IDS_IN                  32700
  240.  
  241.  
  242. //
  243. // Printing error message string resource IDs (include/owl/printer.rh)
  244. //
  245. #define IDS_PRNON               32590
  246. #define IDS_PRNERRORTEMPLATE    32591
  247. #define IDS_PRNOUTOFMEMORY      32592
  248. #define IDS_PRNOUTOFDISK        32593
  249. #define IDS_PRNCANCEL           32594
  250. #define IDS_PRNMGRABORT         32595
  251. #define IDS_PRNGENERROR         32596
  252. #define IDS_PRNERRORCAPTION     32597
  253.  
  254.  
  255. //
  256. // Printer abort dialog & control IDs
  257. //
  258. #define IDD_ABORTDIALOG         32599            // keep different than any string IDs
  259. #define ID_TITLE                101              // Document title text control
  260. #define ID_DEVICE               102              // Device & optional port text control
  261. #define ID_PORT                 103              // Old port text control, unused
  262. #define ID_PAGE                 104              // Page # text control
  263.  
  264.  
  265. //
  266. // Print Preview
  267. //
  268. #define APX_PPR_PREVIOUS        24500
  269. #define APX_PPR_NEXT            24501
  270. #define APX_PPR_ONEUP           24502
  271. #define APX_PPR_TWOUP           24503
  272. #define APX_PPR_CURRPAGE        24504
  273. #define APX_PPR_DONE            24505
  274.  
  275.  
  276. //
  277. // TInputDialog DIALOG resource (include/owl/inputdia.rh)
  278. //
  279. #define IDD_INPUTDIALOG         32514
  280. #define ID_PROMPT               4091
  281. #define ID_INPUT                4090
  282.  
  283.  
  284. //
  285. // TSlider bitmaps (horizontal and vertical) (include/owl/slider.rh)
  286. //
  287. #define IDB_HSLIDERTHUMB        32000
  288. #define IDB_VSLIDERTHUMB        32001
  289.  
  290.  
  291. //
  292. // Validation messages (include/owl/validate.rh)
  293. //
  294. #define IDS_VALPXPCONFORM       32520
  295. #define IDS_VALINVALIDCHAR      32521
  296. #define IDS_VALNOTINRANGE       32522
  297. #define IDS_VALNOTINLIST        32523
  298.  
  299.  
  300. //#endif  // apxolapp_rh
  301.