home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 22 / CD_ASCQ_22_0695.iso / win / fr / yrtrace / x_bcppap.rh < prev    next >
Text File  |  1995-04-23  |  5KB  |  179 lines

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