home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 19.ddi / MFC / INCLUDE / AFXOLECL.RC_ / AFXOLECL.RC
Encoding:
Text File  |  1993-02-08  |  3.3 KB  |  87 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 and/or WinHelp documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. #ifndef __AFXOLECL_RC__
  12. #define __AFXOLECL_RC__
  13.  
  14. #ifndef __AFXRES_H__
  15. #include "afxres.h"
  16. #endif
  17.  
  18. #ifdef APSTUDIO_INVOKED
  19. // This resource will prevent the App Studio user from saving this file
  20. 1 TEXTINCLUDE DISCARDABLE 
  21. BEGIN
  22. "Cannot change standard MFC resources.\0"
  23. END
  24. #endif    // APSTUDIO_INVOKED
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. // OLE Client Resources
  28.  
  29. AFX_IDD_OLELINKS DIALOG DISCARDABLE  45, 38, 292, 103
  30. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  31. CAPTION "Links"
  32. FONT 8, "Helv"  // for Win 3.0 compatibility.
  33. BEGIN
  34.     LISTBOX         AFX_IDC_LISTBOX,6,14,224,50,LBS_USETABSTOPS | 
  35.                     LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
  36.     LTEXT           "Update:",IDC_STATIC,6,68,30,8,NOT WS_GROUP
  37.     CONTROL         "Au&tomatic",AFX_IDC_AUTO,"Button",BS_AUTORADIOBUTTON | 
  38.                     WS_GROUP | WS_TABSTOP,38,66,46,12
  39.     CONTROL         "&Manual",AFX_IDC_MANUAL,"Button",BS_AUTORADIOBUTTON | 
  40.                     WS_TABSTOP,87,66,42,12
  41.     PUSHBUTTON      "&Update Now",AFX_IDC_UPDATE,21,83,57,14
  42.     PUSHBUTTON      "&Cancel Link",AFX_IDC_FREEZE,94,83,57,14
  43.     PUSHBUTTON      "C&hange Link...",AFX_IDC_CHANGE,167,83,57,14
  44.     PUSHBUTTON      "",AFX_IDC_VERB2,236,46,50,14,WS_GROUP
  45.     PUSHBUTTON      "",AFX_IDC_VERB1,236,29,50,14
  46.     DEFPUSHBUTTON   "Done",IDOK,236,6,50,14,WS_GROUP
  47.     LTEXT           "&Links:",IDC_STATIC,6,4,27,8
  48.     PUSHBUTTON      "&Help",ID_HELP,236,70,50,14
  49. END
  50.  
  51. AFX_IDD_OLEINSERT DIALOG DISCARDABLE  9, 26, 183, 69
  52. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  53. CAPTION "Insert New Object"
  54. FONT 8, "Helv"  // for Win 3.0 compatibility.
  55. BEGIN
  56.     LTEXT           "Object Type:",IDC_STATIC,6,5,123,8,NOT WS_GROUP
  57.     LISTBOX         AFX_IDC_LISTBOX,6,15,125,49,LBS_SORT | WS_VSCROLL | 
  58.                     WS_TABSTOP
  59.     DEFPUSHBUTTON   "OK",IDOK,137,6,40,14
  60.     PUSHBUTTON      "Cancel",IDCANCEL,137,23,40,14
  61.     PUSHBUTTON      "&Help",ID_HELP,137,43,40,14
  62. END
  63.  
  64. // OLE strings
  65. STRINGTABLE DISCARDABLE
  66. BEGIN
  67.     AFX_IDP_STATIC_OBJECT,        "Warning: Static object unexpected."
  68.     AFX_IDP_FAILED_TO_CONNECT,    "Failed to connect.\nLink may be broken."
  69.     AFX_IDP_SERVER_BUSY,      "Unable to process command, server busy."
  70.     AFX_IDP_BAD_VERB,         "Failed to perform server operation."
  71.     AFX_IDP_FAILED_MEMORY_ALLOC, "Insufficient memory to perform operation."
  72.     AFX_IDP_FAILED_TO_NOTIFY, "Warning: Failed to notify library."
  73.     AFX_IDP_FAILED_TO_LAUNCH, "Failed to launch server application."
  74.  
  75.     AFX_IDS_OBJECT_MENUITEM,    "&Object"
  76.     AFX_IDS_EDIT_VERB,          "Edit"
  77.     AFX_IDS_ACTIVATE_VERB,      "Activate"
  78.     AFX_IDS_CHANGE_LINK,        "Change Link"
  79.     AFX_IDS_AUTO,               "Automatic"
  80.     AFX_IDS_MANUAL,             "Manual"
  81.     AFX_IDS_FROZEN,             "Canceled"
  82.     AFX_IDS_ALL_FILES,          "All Files (*.*)|*.*||"
  83. END
  84.  
  85. /////////////////////////////////////////////////////////////////////////////
  86. #endif //__AFXOLECL_RC__
  87.