OUTLRC.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:7k
源码类别:
Windows编程
开发平台:
Visual C++
- /*************************************************************************
- **
- ** OLE 2.0 Sample Code
- **
- ** outlrc.h
- **
- ** This file containes constants used in rc file for Outline.exe
- **
- ** (c) Copyright Microsoft Corp. 1992 - 1996 All Rights Reserved
- **
- *************************************************************************/
- #if !defined( _OUTLRC_H_ )
- #define _OUTLRC_H_
- #ifndef RC_INVOKED
- #pragma message ("INCLUDING OUTLRC.H from " __FILE__)
- #endif /* RC_INVOKED */
- #if defined( OLE_SERVER ) && ! defined( INPLACE_SVR )
- #ifdef TEST32
- #define APPNAME OLESTR("SvrOut32")
- #define APPNAMEA "SvrOut32"
- #define APPDESC "OLE 2.0 Server Sample Code 32"
- #else
- #define APPNAME OLESTR("SvrOutl")
- #define APPNAMEA "SvrOutl"
- #define APPDESC "OLE 2.0 Server Sample Code"
- #endif //TEST32
- #define APPMENU "SvrOutlMenu"
- #define APPACCEL "SvrOutlAccel"
- #define FB_EDIT_ACCEL "SvrOutlAccelFocusEdit"
- #define APPICON "SvrOutlIcon"
- #define APPWNDCLASS "SvrOutlApp"
- #define DOCWNDCLASS "SvrOutlDoc"
- #endif // OLE_SERVER && ! INPLACE_SVR
- #if defined( INPLACE_SVR )
- #ifdef TEST32
- #define APPNAME OLESTR("ISvrOu32")
- #define APPNAMEA "ISvrOu32"
- #define APPDESC "OLE 2.0 In-Place Server Sample Code 32"
- #else
- #define APPNAME OLESTR("ISvrOtl")
- #define APPNAMEA "ISvrOtl"
- #define APPDESC "OLE 2.0 In-Place Server Sample Code"
- #endif //TEST32
- #define APPMENU "SvrOutlMenu"
- #define APPACCEL "SvrOutlAccel"
- #define FB_EDIT_ACCEL "SvrOutlAccelFocusEdit"
- #define APPICON "SvrOutlIcon"
- #define APPWNDCLASS "SvrOutlApp"
- #define DOCWNDCLASS "SvrOutlDoc"
- #endif // INPLACE_SVR
- #if defined( OLE_CNTR ) && ! defined( INPLACE_CNTR )
- #ifdef TEST32
- #define APPNAME OLESTR("CntrOu32")
- #define APPNAMEA "CntrOu32"
- #define APPDESC "OLE 2.0 Container Sample Code 32"
- #else
- #define APPNAME OLESTR("CntrOutl")
- #define APPNAMEA "CntrOutl"
- #define APPDESC "OLE 2.0 Container Sample Code"
- #endif //TEST32
- #define APPMENU "CntrOutlMenu"
- #define APPACCEL "CntrOutlAccel"
- #define FB_EDIT_ACCEL "CntrOutlAccelFocusEdit"
- #define APPICON "CntrOutlIcon"
- #define APPWNDCLASS "CntrOutlApp"
- #define DOCWNDCLASS "CntrOutlDoc"
- #endif // OLE_CNTR && ! INPLACE_CNTR
- #if defined( INPLACE_CNTR )
- #ifdef TEST32
- #define APPNAME OLESTR("ICntrO32")
- #define APPNAMEA "ICntrO32"
- #define APPDESC "OLE 2.0 In-Place Container Sample Code 32"
- #else
- #define APPNAME OLESTR("ICntrOtl")
- #define APPNAMEA "ICntrOtl"
- #define APPDESC "OLE 2.0 In-Place Container Sample Code"
- #endif
- #define APPMENU "CntrOutlMenu"
- #define APPACCEL "CntrOutlAccel"
- #define FB_EDIT_ACCEL "CntrOutlAccelFocusEdit"
- #define APPICON "CntrOutlIcon"
- #define APPWNDCLASS "CntrOutlApp"
- #define DOCWNDCLASS "CntrOutlDoc"
- #endif // INPLACE_CNTR
- #if !defined( OLE_VERSION )
- #define APPNAME OLESTR("Outline")
- #define APPNAMEA "Outline"
- #define APPMENU "OutlineMenu"
- #define APPACCEL "OutlineAccel"
- #define FB_EDIT_ACCEL "OutlineAccelFocusEdit"
- #define APPICON "OutlineIcon"
- #define APPWNDCLASS "OutlineApp"
- #define DOCWNDCLASS "OutlineDoc"
- #define APPDESC "OLE 2.0 Sample Code"
- #endif // OLE_VERSION
- #define IDM_FILE 1000
- #define IDM_F_NEW 1050
- #define IDM_F_OPEN 1100
- #define IDM_F_SAVE 1150
- #define IDM_F_SAVEAS 1200
- #define IDM_F_PRINT 1300
- #define IDM_F_PRINTERSETUP 1350
- #define IDM_F_EXIT 1450
- #define IDM_EDIT 2000
- #define IDM_E_UNDO 2050
- #define IDM_E_CUT 2150
- #define IDM_E_COPY 2200
- #define IDM_E_PASTE 2250
- #define IDM_E_PASTESPECIAL 2255
- #define IDM_E_CLEAR 2300
- #define IDM_E_SELECTALL 2560
- #define IDM_LINE 3000
- #define IDM_L_ADDLINE 3400
- #define IDM_L_EDITLINE 3450
- #define IDM_L_INDENTLINE 3500
- #define IDM_L_UNINDENTLINE 3550
- #define IDM_L_SETLINEHEIGHT 3560
- #define IDM_NAME 4000
- #define IDM_N_DEFINENAME 4050
- #define IDM_N_GOTONAME 4100
- #define IDM_HELP 5000
- #define IDM_H_ABOUT 5050
- #define IDM_DEBUG 6000
- #define IDM_D_DEBUGLEVEL 6050
- #define IDM_D_INSTALLMSGFILTER 6060
- #define IDM_D_REJECTINCOMING 6070
- #define IDM_O_BB_TOP 6100
- #define IDM_O_BB_BOTTOM 6150
- #define IDM_O_BB_POPUP 6200
- #define IDM_O_BB_HIDE 6210
- #define IDM_O_FB_TOP 6250
- #define IDM_O_FB_BOTTOM 6300
- #define IDM_O_FB_POPUP 6350
- #define IDM_O_HEAD_SHOW 6400
- #define IDM_O_HEAD_HIDE 6450
- #define IDM_O_SHOWOBJECT 6460
- #define IDM_V_ZOOM_400 6500
- #define IDM_V_ZOOM_300 6510
- #define IDM_V_ZOOM_200 6520
- #define IDM_V_ZOOM_100 6550
- #define IDM_V_ZOOM_75 6600
- #define IDM_V_ZOOM_50 6650
- #define IDM_V_ZOOM_25 6700
- #define IDM_V_SETMARGIN_0 6750
- #define IDM_V_SETMARGIN_1 6800
- #define IDM_V_SETMARGIN_2 6850
- #define IDM_V_SETMARGIN_3 6860
- #define IDM_V_SETMARGIN_4 6870
- #define IDM_V_ADDTOP_1 6900
- #define IDM_V_ADDTOP_2 6910
- #define IDM_V_ADDTOP_3 6920
- #define IDM_V_ADDTOP_4 6930
- #define IDM_FB_EDIT 7000
- #define IDM_FB_CANCEL 7005
- #define IDM_F2 7010
- #define IDM_ESCAPE 7015
- #define IDD_LINELISTBOX 101
- #define IDD_EDIT 102
- #define IDD_COMBO 103
- #define IDD_DELETE 104
- #define IDD_CLOSE 105
- #define IDD_APPTEXT 106
- #define IDD_FROM 107
- #define IDD_TO 108
- #define IDD_BITMAPLOCATION 109
- #define IDD_CHECK 110
- #define IDD_TEXT 111
- #define IDD_LIMIT 112
- #define IDC_LINELIST 201
- #define IDC_NAMETABLE 202
- #define WM_U_INITFRAMETOOLS WM_USER
- #ifdef RC_INVOKED
- #include "debug.rc"
- #endif /* RC_INVOKED */
- #endif // _OUTLRC_H_