home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK10 / MFC / INCLUDE / AFXOLEUI.H$ / afxoleui
Encoding:
Text File  |  1992-01-10  |  1.8 KB  |  52 lines

  1. // Microsoft Foundation Classes C++ library. 
  2. // Copyright (C) 1992 Microsoft Corporation, 
  3. // All rights reserved. 
  4.  
  5. // This source code is only intended as a supplement to the 
  6. // Microsoft Foundation Classes Reference and Microsoft 
  7. // QuickHelp documentation provided with the library. 
  8. // See these sources for detailed information regarding the 
  9. // Microsoft Foundation Classes product. 
  10.  
  11. #define AFX_OLE_ID_FIRST            32256   /* 0x7E00 */
  12. #define AFX_OLE_ID_LAST             32767   /* 0x7FFF */
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // Standard Dialog template IDs for AFX apps with OLE support
  16.  
  17. #define AFX_IDD_INSERTNEWOBJECT 32256
  18. #define AFX_IDD_LINKS           32257
  19.  
  20. // Parts of dialogs
  21. #define AFX_IDC_LISTBOX         32256
  22. #define AFX_IDC_CHANGE          32257
  23. // Links dialog
  24. #define AFX_IDC_AUTO            32300
  25. #define AFX_IDC_MANUAL          32301
  26. #define AFX_IDC_VERB1           32302
  27. #define AFX_IDC_VERB2           32303
  28. #define AFX_IDC_FREEZE          32304
  29. #define AFX_IDC_UPDATE          32305
  30.  
  31. /////////////////////////////////////////////////////////////////////////////
  32. // Standard String IDs for AFX apps with OLE support
  33.  
  34. // MessageBox Errors reporting
  35. #define AFX_ERROR_STATIC_OBJECT 32256
  36. #define AFX_ERROR_FAILED_TO_CONNECT 32257
  37. #define AFX_ERROR_SERVER_BUSY   32258
  38. #define AFX_ERROR_BAD_VERB      32259
  39. #define AFX_ERROR_MEMORY        32260
  40.  
  41. // Other strings
  42. #define AFX_IDS_OBJECT_MENUITEM 32640
  43. #define AFX_IDS_EDIT_VERB       32641
  44. #define AFX_IDS_ACTIVATE_VERB   32642
  45. #define AFX_IDS_CHANGE_LINK     32643
  46. #define AFX_IDS_AUTO            32644
  47. #define AFX_IDS_MANUAL          32645
  48. #define AFX_IDS_FROZEN          32646
  49. #define AFX_IDS_ALL_FILES       32647
  50.  
  51. /////////////////////////////////////////////////////////////////////////////
  52.