home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / object10 / bltstapp.rh < prev    next >
Text File  |  1994-08-22  |  5KB  |  189 lines

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