afxres.rc 9.5 KB

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