home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK10 / MFC / INCLUDE / AFXOLEUI.RC$ / afxoleui
Encoding:
Text File  |  1992-03-15  |  2.8 KB  |  70 lines

  1. // Resource description for OLE user interface support
  2.  
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. AFX_IDD_LINKS DIALOG 45, 38, 292, 103
  6. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  7. CAPTION "Links"
  8. BEGIN
  9.     LISTBOX         AFX_IDC_LISTBOX, 2, 14, 240, 43, LBS_EXTENDEDSEL |
  10.                             WS_VSCROLL | WS_TABSTOP | LBS_USETABSTOPS |
  11.                             LBS_NOTIFY
  12.  
  13.     LTEXT           "Update:", -1, 3, 58, 44, 8, NOT WS_GROUP
  14.     CONTROL         "Au&tomatic", AFX_IDC_AUTO, "button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, 31, 56, 46, 12
  15.     CONTROL         "&Manual", AFX_IDC_MANUAL, "button", BS_AUTORADIOBUTTON | WS_TABSTOP, 78, 56, 42, 12
  16.  
  17.     PUSHBUTTON      "&Update Now", AFX_IDC_UPDATE, 40, 75, 48, 14
  18.     PUSHBUTTON      "&Cancel Link", AFX_IDC_FREEZE, 98, 75, 45, 14
  19.     PUSHBUTTON      "C&hange Link...", AFX_IDC_CHANGE, 153, 75, 52, 14
  20.     PUSHBUTTON      "", AFX_IDC_VERB2, 254, 66, 32, 14, WS_GROUP
  21.     PUSHBUTTON      "", AFX_IDC_VERB1, 254, 48, 32, 14
  22.     PUSHBUTTON      "Done", IDOK, 254, 12, 32, 14, WS_GROUP
  23.     
  24.     /* No cancel since this is not undoable */
  25.     /* PUSHBUTTON      "Cancel", IDCANCEL, 254, 30, 32, 14 */
  26.     LTEXT           "&Links:", -1, 2, 4, 27, 8
  27. END
  28.  
  29. /////////////////////////////////////////////////////////////////////////////
  30.  
  31. AFX_IDD_INSERTNEWOBJECT DIALOG LOADONCALL MOVEABLE DISCARDABLE 9, 26, 183, 62
  32. CAPTION "Insert New Object"
  33. STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | WS_VISIBLE | WS_POPUP
  34. BEGIN
  35.     CONTROL "Object Type:", -1, "static", SS_LEFT | WS_CHILD, 7, 5, 123, 8
  36.     CONTROL "", AFX_IDC_LISTBOX, "listbox", LBS_NOTIFY | LBS_STANDARD
  37.         | WS_BORDER | WS_VSCROLL | WS_TABSTOP | WS_CHILD, 5, 15, 125, 41
  38.     CONTROL "OK", IDOK, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 140, 8, 35, 14
  39.     CONTROL "Cancel", IDCANCEL, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 140, 25, 35, 14
  40. END
  41.  
  42. /////////////////////////////////////////////////////////////////////////////
  43.  
  44. // Error strings
  45. STRINGTABLE DISCARDABLE
  46. BEGIN
  47.     AFX_ERROR_STATIC_OBJECT,        "Warning:  Static object unexpected."
  48.     AFX_ERROR_FAILED_TO_CONNECT,    "Failed to connect;\nLink may be broken."
  49.     AFX_ERROR_SERVER_BUSY,      "Unable to process command, server busy."
  50.     AFX_ERROR_BAD_VERB,         "Failed to perform server operation."
  51.     AFX_ERROR_MEMORY,           "Insufficient memory to perform operation."
  52. END
  53.  
  54. // Other strings
  55. STRINGTABLE DISCARDABLE
  56. BEGIN
  57.     AFX_IDS_OBJECT_MENUITEM,    "&Object"
  58.     AFX_IDS_EDIT_VERB,          "Edit"
  59.     AFX_IDS_ACTIVATE_VERB,      "Activate"
  60.     AFX_IDS_CHANGE_LINK,        "Change Link"
  61.  
  62.     AFX_IDS_AUTO,               "Automatic"
  63.     AFX_IDS_MANUAL,             "Manual"
  64.     AFX_IDS_FROZEN,             "Canceled"
  65.  
  66.     AFX_IDS_ALL_FILES,          "All Files (*.*)|*.*||"
  67. END
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70.