home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / borland / mfcinc.pak / AFXRES.RC < prev    next >
Text File  |  1997-05-06  |  9KB  |  212 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1995 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 related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. #ifndef __AFXRES_RC__
  12. #define __AFXRES_RC__
  13.  
  14. #ifndef __AFXRES_H__
  15.     #include <afxres.h>
  16. #endif
  17.  
  18. #ifdef APSTUDIO_INVOKED
  19. // This will prevent the VC++ Resource Editor 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. #ifndef _AFXDLL
  27.  
  28. /////////////////////////////////////////////////////////////////////////////
  29. // Default resource description for MFC applications
  30. /////////////////////////////////////////////////////////////////////////////
  31.  
  32. /////////////////////////////////////////////////////////////////////////////
  33. // Strings
  34.  
  35. STRINGTABLE DISCARDABLE
  36. BEGIN
  37.     AFX_IDS_OPENFILE,               "Open"
  38. #ifndef _MAC
  39.     AFX_IDS_SAVEFILE,               "Save As"
  40.     AFX_IDS_ALLFILTER,              "All Files (*.*)"
  41.     AFX_IDS_UNTITLED,               "Untitled"
  42. #else
  43.     AFX_IDS_SAVEFILE,               "Save document as:"
  44.     AFX_IDS_ALLFILTER,              "All Files"
  45.     AFX_IDS_UNTITLED,               "untitled"
  46.     AFX_IDS_UNNAMED_FILE,           "an unnamed file"
  47.     AFX_IDS_ABOUT,                  "About %1\205"
  48. #endif
  49.     AFX_IDS_HIDE,                   "&Hide"
  50.  
  51.     AFX_IDS_MEMORY_EXCEPTION,       "Out of memory."
  52.     AFX_IDS_NOT_SUPPORTED_EXCEPTION,"An unsupported operation was attempted."
  53.     AFX_IDS_RESOURCE_EXCEPTION,     "A required resource was unavailable."
  54.     AFX_IDS_USER_EXCEPTION,         "An unknown error has occurred."
  55.  
  56.     // General error prompts
  57.     AFX_IDP_INVALID_FILENAME,       "Invalid filename."
  58.     AFX_IDP_FAILED_TO_OPEN_DOC,     "Failed to open document."
  59.     AFX_IDP_FAILED_TO_SAVE_DOC,     "Failed to save document."
  60. #ifndef _MAC
  61.     AFX_IDP_ASK_TO_SAVE,            "Save changes to %1?"
  62. #else
  63.     AFX_IDP_ASK_TO_SAVE,            "Save changes to the %1 document \042%2\042?"
  64. #endif
  65.     AFX_IDP_FAILED_TO_CREATE_DOC,   "Failed to create empty document."
  66.     AFX_IDP_FILE_TOO_LARGE,         "The file is too large to open."
  67.     AFX_IDP_FAILED_TO_START_PRINT,  "Could not start print job."
  68.     AFX_IDP_FAILED_TO_LAUNCH_HELP,  "Failed to launch help."
  69.     AFX_IDP_INTERNAL_FAILURE,       "Internal application error."
  70.     AFX_IDP_COMMAND_FAILURE,        "Command failed."
  71.     AFX_IDP_FAILED_MEMORY_ALLOC     "Insufficient memory to perform operation."
  72.     AFX_IDP_GET_NOT_SUPPORTED,      "Unable to read write-only property."
  73.     AFX_IDP_SET_NOT_SUPPORTED,      "Unable to write read-only property."
  74.  
  75.     // CFile/CArchive error strings for user failure
  76.     AFX_IDP_FAILED_INVALID_FORMAT   "Unexpected file format."
  77. #ifndef _MAC
  78.     AFX_IDP_FAILED_INVALID_PATH     "%1\nCannot find this file.\nPlease verify that the correct path and file name are given."
  79.     AFX_IDP_FAILED_DISK_FULL        "Destination disk drive is full."
  80. #else
  81.     AFX_IDP_FAILED_INVALID_PATH     "Cannot find the file \042%1.\042 Please verify that the correct file name is given."
  82.     AFX_IDP_FAILED_DISK_FULL        "Destination disk is full."
  83. #endif
  84.     AFX_IDP_FAILED_ACCESS_READ      "Unable to read from %1, it is opened by someone else."
  85.     AFX_IDP_FAILED_ACCESS_WRITE     "Unable to write to %1, it is read-only or opened by someone else."
  86.     AFX_IDP_FAILED_IO_ERROR_READ    "An unexpected error occurred while reading %1."
  87.     AFX_IDP_FAILED_IO_ERROR_WRITE   "An unexpected error occurred while writing %1."
  88.  
  89.     // Parsing error prompts
  90.     AFX_IDP_PARSE_INT,              "Please enter an integer."
  91.     AFX_IDP_PARSE_REAL,             "Please enter a number."
  92.     AFX_IDP_PARSE_INT_RANGE,        "Please enter an integer between %1 and %2."
  93.     AFX_IDP_PARSE_REAL_RANGE,       "Please enter a number between %1 and %2."
  94.     AFX_IDP_PARSE_STRING_SIZE,      "Please enter no more than %1 characters."
  95.     AFX_IDP_PARSE_RADIO_BUTTON,     "Please select a button."
  96.     AFX_IDP_PARSE_BYTE,             "Please enter an integer between 0 and 255."
  97.     AFX_IDP_PARSE_UINT,             "Please enter a positive integer."
  98.     AFX_IDP_PARSE_DATETIME,         "Please enter a date and/or time."
  99.     AFX_IDP_PARSE_CURRENCY,         "Please enter a currency."
  100.  
  101. #ifndef _AFX_NO_OLE_RESOURCES
  102.     // OLE strings required for both servers and containers
  103.     AFX_IDS_PASTELINKEDTYPE         "Linked %s"
  104.     AFX_IDS_UNKNOWNTYPE             "Unknown Type"
  105. #ifndef _MAC
  106.     AFX_IDP_FAILED_TO_NOTIFY        "%1\nUnable to register document.\nThe document may already be open."
  107. #else
  108.     AFX_IDP_FAILED_TO_NOTIFY        "Unable to register document \042%1.\042 The document may already be open."
  109. #endif
  110. #endif //!_AFX_NO_OLE_RESOURCES
  111.  
  112.     AFX_IDP_NO_ERROR_AVAILABLE      "No error message is available."
  113.  
  114.     AFX_IDP_FILE_NONE                "No error occurred."
  115.     AFX_IDP_FILE_GENERIC             "An unknown error occurred while accessing %1."
  116.     AFX_IDP_FILE_NOT_FOUND           "%1 was not found."
  117.     AFX_IDP_FILE_BAD_PATH            "%1 contains an invalid path."
  118.     AFX_IDP_FILE_TOO_MANY_OPEN       "%1 could not be opened because there are too many open files."
  119.     AFX_IDP_FILE_ACCESS_DENIED       "Access to %1 was denied."
  120.     AFX_IDP_FILE_INVALID_FILE        "An invalid file handle was associated with %1."
  121.     AFX_IDP_FILE_REMOVE_CURRENT      "%1 could not be removed because it is the current directory."
  122.     AFX_IDP_FILE_DIR_FULL            "%1 could not be created because the directory is full."
  123.     AFX_IDP_FILE_BAD_SEEK            "Seek failed on %1"
  124.     AFX_IDP_FILE_HARD_IO             "A hardware I/O error was reported while accessing %1."
  125.     AFX_IDP_FILE_SHARING             "A sharing violation occurred while accessing %1."
  126.     AFX_IDP_FILE_LOCKING             "A locking violation occurred while accessing %1."
  127.     AFX_IDP_FILE_DISKFULL            "Disk full while accessing %1."
  128.     AFX_IDP_FILE_EOF                 "An attempt was made to access %1 past its end."
  129.  
  130.     AFX_IDP_ARCH_NONE               "No error occurred."
  131.     AFX_IDP_ARCH_GENERIC                "An unknown error occurred while accessing %1."
  132.     AFX_IDP_ARCH_READONLY           "An attempt was made to write to the reading %1."
  133.     AFX_IDP_ARCH_ENDOFFILE          "An attempt was made to access %1 past its end."
  134.     AFX_IDP_ARCH_WRITEONLY          "An attempt was made to read from the writing %1."
  135.     AFX_IDP_ARCH_BADINDEX           "%1 has a bad format."
  136.     AFX_IDP_ARCH_BADCLASS           "%1 contained an unexpected object."
  137.     AFX_IDP_ARCH_BADSCHEMA          "%1 contains an incorrect schema."
  138.  
  139. #ifndef _AFX_NO_MAPI_RESOURCES
  140.     // MAPI strings / error messages
  141.     AFX_IDP_FAILED_MAPI_LOAD        "Unable to load mail system support."
  142.     AFX_IDP_INVALID_MAPI_DLL        "Mail system DLL is invalid."
  143.     AFX_IDP_FAILED_MAPI_SEND        "Send Mail failed to send message."
  144. #endif //!_AFX_NO_MAPI_RESOURCES
  145.  
  146. #ifndef _AFX_NO_OCC_RESOURCES
  147.     AFX_IDS_OCC_SCALEUNITS_PIXELS   "pixels"
  148. #endif //!_AFX_NO_OCC_RESOURCES
  149. END
  150.  
  151. /////////////////////////////////////////////////////////////////////////////
  152. // Cursors
  153.  
  154. AFX_IDC_CONTEXTHELP     CURSOR  DISCARDABLE     "res\\help.cur"
  155.  
  156. #ifndef _AFX_NO_SPLITTER_RESOURCES
  157. AFX_IDC_SMALLARROWS     CURSOR  DISCARDABLE     "res\\sarrows.cur"
  158. AFX_IDC_HSPLITBAR       CURSOR  DISCARDABLE     "res\\splith.cur"
  159. AFX_IDC_VSPLITBAR       CURSOR  DISCARDABLE     "res\\splitv.cur"
  160. AFX_IDC_NODROPCRSR      CURSOR  DISCARDABLE     "res\\nodrop.cur"
  161. #endif //!_AFX_NO_SPLITTER_RESOURCES
  162.  
  163. #ifndef _AFX_NO_TRACKER_RESOURCES
  164. AFX_IDC_TRACKNWSE       CURSOR  DISCARDABLE     "res\\trcknwse.cur"
  165. AFX_IDC_TRACKNESW       CURSOR  DISCARDABLE     "res\\trcknesw.cur"
  166. AFX_IDC_TRACKNS         CURSOR  DISCARDABLE     "res\\trckns.cur"
  167. AFX_IDC_TRACKWE         CURSOR  DISCARDABLE     "res\\trckwe.cur"
  168. AFX_IDC_TRACK4WAY       CURSOR  DISCARDABLE     "res\\trck4way.cur"
  169. AFX_IDC_MOVE4WAY        CURSOR  DISCARDABLE     "res\\move4way.cur"
  170. #endif //!_AFX_NO_TRACKER_RESOURCES
  171.  
  172. #ifndef _AFX_NO_CTL3D_RESOURCES
  173. 26567 BITMAP "res\\3dcheck.bmp" // Note: 26567 comes from CTL3D.H
  174. #endif
  175.  
  176. /////////////////////////////////////////////////////////////////////////////
  177. // Standard Dialogs
  178.  
  179. AFX_IDD_NEWTYPEDLG DIALOG DISCARDABLE  9, 26, 183, 70
  180. #ifndef _MAC
  181. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | 0x04
  182. #else
  183. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  184. #endif
  185. CAPTION "New"
  186. FONT 8, "MS Sans Serif"
  187. BEGIN
  188.     LTEXT           "&New ",IDC_STATIC,6,5,123,8,NOT WS_GROUP
  189.     LISTBOX         AFX_IDC_LISTBOX,6,15,125,49,WS_VSCROLL | WS_TABSTOP
  190.     DEFPUSHBUTTON   "OK",IDOK,137,6,40,14
  191.     PUSHBUTTON      "Cancel",IDCANCEL,137,23,40,14
  192.     PUSHBUTTON      "&Help",ID_HELP,137,43,40,14
  193. END
  194.  
  195. /////////////////////////////////////////////////////////////////////////////
  196. // CMiniFrameWnd Bitmap
  197.  
  198. AFX_IDB_MINIFRAME_MENU      BITMAP  DISCARDABLE     "res\\minifwnd.bmp"
  199.  
  200. /////////////////////////////////////////////////////////////////////////////
  201. // CCheckListBox Bitmaps
  202.  
  203. AFX_IDB_CHECKLISTBOX_NT     BITMAP  DISCARDABLE     "res\\ntcheck.bmp"
  204. AFX_IDB_CHECKLISTBOX_95     BITMAP  DISCARDABLE     "res\\95check.bmp"
  205.  
  206. /////////////////////////////////////////////////////////////////////////////
  207.  
  208. #endif //!_AFXDLL
  209. #endif //!__AFXRES_RC__
  210.  
  211. /////////////////////////////////////////////////////////////////////////////
  212.