home *** CD-ROM | disk | FTP | other *** search
- // Microsoft Foundation Classes C++ library.
- // Copyright (C) 1992 Microsoft Corporation,
- // All rights reserved.
-
- // This source code is only intended as a supplement to the
- // Microsoft Foundation Classes Reference and Microsoft
- // QuickHelp documentation provided with the library.
- // See these sources for detailed information regarding the
- // Microsoft Foundation Classes product.
-
- #define AFX_OLE_ID_FIRST 32256 /* 0x7E00 */
- #define AFX_OLE_ID_LAST 32767 /* 0x7FFF */
-
- /////////////////////////////////////////////////////////////////////////////
- // Standard Dialog template IDs for AFX apps with OLE support
-
- #define AFX_IDD_INSERTNEWOBJECT 32256
- #define AFX_IDD_LINKS 32257
-
- // Parts of dialogs
- #define AFX_IDC_LISTBOX 32256
- #define AFX_IDC_CHANGE 32257
- // Links dialog
- #define AFX_IDC_AUTO 32300
- #define AFX_IDC_MANUAL 32301
- #define AFX_IDC_VERB1 32302
- #define AFX_IDC_VERB2 32303
- #define AFX_IDC_FREEZE 32304
- #define AFX_IDC_UPDATE 32305
-
- /////////////////////////////////////////////////////////////////////////////
- // Standard String IDs for AFX apps with OLE support
-
- // MessageBox Errors reporting
- #define AFX_ERROR_STATIC_OBJECT 32256
- #define AFX_ERROR_FAILED_TO_CONNECT 32257
- #define AFX_ERROR_SERVER_BUSY 32258
- #define AFX_ERROR_BAD_VERB 32259
- #define AFX_ERROR_MEMORY 32260
-
- // Other strings
- #define AFX_IDS_OBJECT_MENUITEM 32640
- #define AFX_IDS_EDIT_VERB 32641
- #define AFX_IDS_ACTIVATE_VERB 32642
- #define AFX_IDS_CHANGE_LINK 32643
- #define AFX_IDS_AUTO 32644
- #define AFX_IDS_MANUAL 32645
- #define AFX_IDS_FROZEN 32646
- #define AFX_IDS_ALL_FILES 32647
-
- /////////////////////////////////////////////////////////////////////////////
-