Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

164 lines
6.1 KiB

  1. /*************************************************************************
  2. **
  3. ** OLE 2.0 Sample Code
  4. **
  5. ** outlrc.h
  6. **
  7. ** This file containes constants used in rc file for Outline.exe
  8. **
  9. ** (c) Copyright Microsoft Corp. 1992 - 1993 All Rights Reserved
  10. **
  11. *************************************************************************/
  12. #if !defined( _OUTLRC_H_ )
  13. #define _OUTLRC_H_
  14. #ifndef RC_INVOKED
  15. #pragma message ("INCLUDING OUTLRC.H from " __FILE__)
  16. #endif /* RC_INVOKED */
  17. #if defined( OLE_SERVER ) && ! defined( INPLACE_SVR )
  18. #define APPNAME "SvrOutl"
  19. #define APPMENU "SvrOutlMenu"
  20. #define APPACCEL "SvrOutlAccel"
  21. #define FB_EDIT_ACCEL "SvrOutlAccelFocusEdit"
  22. #define APPICON "SvrOutlIcon"
  23. #define APPWNDCLASS "SvrOutlApp"
  24. #define DOCWNDCLASS "SvrOutlDoc"
  25. #define APPDESC "OLE 2.0 Server Sample Code"
  26. #endif // OLE_SERVER && ! INPLACE_SVR
  27. #if defined( INPLACE_SVR )
  28. #define APPNAME "ISvrOtl"
  29. #define APPMENU "SvrOutlMenu"
  30. #define APPACCEL "SvrOutlAccel"
  31. #define FB_EDIT_ACCEL "SvrOutlAccelFocusEdit"
  32. #define APPICON "SvrOutlIcon"
  33. #define APPWNDCLASS "SvrOutlApp"
  34. #define DOCWNDCLASS "SvrOutlDoc"
  35. #define APPDESC "OLE 2.0 In-Place Server Sample Code"
  36. #endif // INPLACE_SVR
  37. #if defined( OLE_CNTR ) && ! defined( INPLACE_CNTR )
  38. #define APPNAME "CntrOutl"
  39. #define APPMENU "CntrOutlMenu"
  40. #define APPACCEL "CntrOutlAccel"
  41. #define FB_EDIT_ACCEL "CntrOutlAccelFocusEdit"
  42. #define APPICON "CntrOutlIcon"
  43. #define APPWNDCLASS "CntrOutlApp"
  44. #define DOCWNDCLASS "CntrOutlDoc"
  45. #define APPDESC "OLE 2.0 Container Sample Code"
  46. #endif // OLE_CNTR && ! INPLACE_CNTR
  47. #if defined( INPLACE_CNTR )
  48. #define APPNAME "ICntrOtl"
  49. #define APPMENU "CntrOutlMenu"
  50. #define APPACCEL "CntrOutlAccel"
  51. #define FB_EDIT_ACCEL "CntrOutlAccelFocusEdit"
  52. #define APPICON "CntrOutlIcon"
  53. #define APPWNDCLASS "CntrOutlApp"
  54. #define DOCWNDCLASS "CntrOutlDoc"
  55. #define APPDESC "OLE 2.0 In-Place Container Sample Code"
  56. #endif // INPLACE_CNTR
  57. #if !defined( OLE_VERSION )
  58. #define APPNAME "Outline"
  59. #define APPMENU "OutlineMenu"
  60. #define APPACCEL "OutlineAccel"
  61. #define FB_EDIT_ACCEL "OutlineAccelFocusEdit"
  62. #define APPICON "OutlineIcon"
  63. #define APPWNDCLASS "OutlineApp"
  64. #define DOCWNDCLASS "OutlineDoc"
  65. #define APPDESC "OLE 2.0 Sample Code"
  66. #endif // OLE_VERSION
  67. #define IDM_FILE 1000
  68. #define IDM_F_NEW 1050
  69. #define IDM_F_OPEN 1100
  70. #define IDM_F_SAVE 1150
  71. #define IDM_F_SAVEAS 1200
  72. #define IDM_F_PRINT 1300
  73. #define IDM_F_PRINTERSETUP 1350
  74. #define IDM_F_EXIT 1450
  75. #define IDM_EDIT 2000
  76. #define IDM_E_UNDO 2050
  77. #define IDM_E_CUT 2150
  78. #define IDM_E_COPY 2200
  79. #define IDM_E_PASTE 2250
  80. #define IDM_E_PASTESPECIAL 2255
  81. #define IDM_E_CLEAR 2300
  82. #define IDM_E_SELECTALL 2560
  83. #define IDM_LINE 3000
  84. #define IDM_L_ADDLINE 3400
  85. #define IDM_L_EDITLINE 3450
  86. #define IDM_L_INDENTLINE 3500
  87. #define IDM_L_UNINDENTLINE 3550
  88. #define IDM_L_SETLINEHEIGHT 3560
  89. #define IDM_NAME 4000
  90. #define IDM_N_DEFINENAME 4050
  91. #define IDM_N_GOTONAME 4100
  92. #define IDM_HELP 5000
  93. #define IDM_H_ABOUT 5050
  94. #define IDM_DEBUG 6000
  95. #define IDM_D_DEBUGLEVEL 6050
  96. #define IDM_D_INSTALLMSGFILTER 6060
  97. #define IDM_D_REJECTINCOMING 6070
  98. #define IDM_O_BB_TOP 6100
  99. #define IDM_O_BB_BOTTOM 6150
  100. #define IDM_O_BB_POPUP 6200
  101. #define IDM_O_BB_HIDE 6210
  102. #define IDM_O_FB_TOP 6250
  103. #define IDM_O_FB_BOTTOM 6300
  104. #define IDM_O_FB_POPUP 6350
  105. #define IDM_O_HEAD_SHOW 6400
  106. #define IDM_O_HEAD_HIDE 6450
  107. #define IDM_O_SHOWOBJECT 6460
  108. #define IDM_V_ZOOM_400 6500
  109. #define IDM_V_ZOOM_300 6510
  110. #define IDM_V_ZOOM_200 6520
  111. #define IDM_V_ZOOM_100 6550
  112. #define IDM_V_ZOOM_75 6600
  113. #define IDM_V_ZOOM_50 6650
  114. #define IDM_V_ZOOM_25 6700
  115. #define IDM_V_SETMARGIN_0 6750
  116. #define IDM_V_SETMARGIN_1 6800
  117. #define IDM_V_SETMARGIN_2 6850
  118. #define IDM_V_SETMARGIN_3 6860
  119. #define IDM_V_SETMARGIN_4 6870
  120. #define IDM_V_ADDTOP_1 6900
  121. #define IDM_V_ADDTOP_2 6910
  122. #define IDM_V_ADDTOP_3 6920
  123. #define IDM_V_ADDTOP_4 6930
  124. #define IDM_FB_EDIT 7000
  125. #define IDM_FB_CANCEL 7005
  126. #define IDM_F2 7010
  127. #define IDM_ESCAPE 7015
  128. #define IDD_LINELISTBOX 101
  129. #define IDD_EDIT 102
  130. #define IDD_COMBO 103
  131. #define IDD_DELETE 104
  132. #define IDD_CLOSE 105
  133. #define IDD_APPTEXT 106
  134. #define IDD_FROM 107
  135. #define IDD_TO 108
  136. #define IDD_BITMAPLOCATION 109
  137. #define IDD_CHECK 110
  138. #define IDD_TEXT 111
  139. #define IDD_LIMIT 112
  140. #define IDC_LINELIST 201
  141. #define IDC_NAMETABLE 202
  142. #define WM_U_INITFRAMETOOLS WM_USER
  143. #ifdef RC_INVOKED
  144. #include "debug.rc"
  145. #endif /* RC_INVOKED */
  146. #endif // _OUTLRC_H_