Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

204 lines
9.5 KiB

  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. #if _MFC_VER >= 0x0600
  88. AFX_IDS_NOT_DOCOBJECT "The file is not supported by a Document Object server."
  89. #endif
  90. #endif //!_AFX_NO_OLE_RESOURCES
  91. AFX_IDP_NO_ERROR_AVAILABLE "No error message is available."
  92. #ifndef _AFX_NO_CFILE_RESOURCES
  93. AFX_IDP_FILE_NONE "No error occurred."
  94. AFX_IDP_FILE_GENERIC "An unknown error occurred while accessing %1."
  95. AFX_IDP_FILE_NOT_FOUND "%1 was not found."
  96. AFX_IDP_FILE_BAD_PATH "%1 contains an invalid path."
  97. AFX_IDP_FILE_TOO_MANY_OPEN "%1 could not be opened because there are too many open files."
  98. AFX_IDP_FILE_ACCESS_DENIED "Access to %1 was denied."
  99. AFX_IDP_FILE_INVALID_FILE "An invalid file handle was associated with %1."
  100. AFX_IDP_FILE_REMOVE_CURRENT "%1 could not be removed because it is the current directory."
  101. AFX_IDP_FILE_DIR_FULL "%1 could not be created because the directory is full."
  102. AFX_IDP_FILE_BAD_SEEK "Seek failed on %1"
  103. AFX_IDP_FILE_HARD_IO "A hardware I/O error was reported while accessing %1."
  104. AFX_IDP_FILE_SHARING "A sharing violation occurred while accessing %1."
  105. AFX_IDP_FILE_LOCKING "A locking violation occurred while accessing %1."
  106. AFX_IDP_FILE_DISKFULL "Disk full while accessing %1."
  107. AFX_IDP_FILE_EOF "An attempt was made to access %1 past its end."
  108. AFX_IDS_UNNAMED_FILE "an unnamed file"
  109. #endif // !_AFX_NO_CFILE_RESOURCES
  110. AFX_IDP_ARCH_NONE "No error occurred."
  111. AFX_IDP_ARCH_GENERIC "An unknown error occurred while accessing %1."
  112. AFX_IDP_ARCH_READONLY "An attempt was made to write to the reading %1."
  113. AFX_IDP_ARCH_ENDOFFILE "An attempt was made to access %1 past its end."
  114. AFX_IDP_ARCH_WRITEONLY "An attempt was made to read from the writing %1."
  115. AFX_IDP_ARCH_BADINDEX "%1 has a bad format."
  116. AFX_IDP_ARCH_BADCLASS "%1 contained an unexpected object."
  117. AFX_IDP_ARCH_BADSCHEMA "%1 contains an incorrect schema."
  118. #ifndef _AFX_NO_MAPI_RESOURCES
  119. // MAPI strings / error messages
  120. AFX_IDP_FAILED_MAPI_LOAD "Unable to load mail system support."
  121. AFX_IDP_INVALID_MAPI_DLL "Mail system DLL is invalid."
  122. AFX_IDP_FAILED_MAPI_SEND "Send Mail failed to send message."
  123. #endif //!_AFX_NO_MAPI_RESOURCES
  124. #ifndef _AFX_NO_OCC_RESOURCES
  125. AFX_IDS_OCC_SCALEUNITS_PIXELS "pixels"
  126. #endif //!_AFX_NO_OCC_RESOURCES
  127. END
  128. /////////////////////////////////////////////////////////////////////////////
  129. // Cursors
  130. AFX_IDC_CONTEXTHELP CURSOR DISCARDABLE "res\\help.cur"
  131. #ifndef _AFX_NO_SPLITTER_RESOURCES
  132. AFX_IDC_SMALLARROWS CURSOR DISCARDABLE "res\\sarrows.cur"
  133. AFX_IDC_HSPLITBAR CURSOR DISCARDABLE "res\\splith.cur"
  134. AFX_IDC_VSPLITBAR CURSOR DISCARDABLE "res\\splitv.cur"
  135. AFX_IDC_NODROPCRSR CURSOR DISCARDABLE "res\\nodrop.cur"
  136. #endif //!_AFX_NO_SPLITTER_RESOURCES
  137. #ifndef _AFX_NO_TRACKER_RESOURCES
  138. AFX_IDC_TRACKNWSE CURSOR DISCARDABLE "res\\trcknwse.cur"
  139. AFX_IDC_TRACKNESW CURSOR DISCARDABLE "res\\trcknesw.cur"
  140. AFX_IDC_TRACKNS CURSOR DISCARDABLE "res\\trckns.cur"
  141. AFX_IDC_TRACKWE CURSOR DISCARDABLE "res\\trckwe.cur"
  142. AFX_IDC_TRACK4WAY CURSOR DISCARDABLE "res\\trck4way.cur"
  143. AFX_IDC_MOVE4WAY CURSOR DISCARDABLE "res\\move4way.cur"
  144. #endif //!_AFX_NO_TRACKER_RESOURCES
  145. #ifndef _AFX_NO_CTL3D_RESOURCES
  146. 26567 BITMAP "res\\3dcheck.bmp" // Note: 26567 comes from CTL3D.H
  147. #endif
  148. /////////////////////////////////////////////////////////////////////////////
  149. // Standard Dialogs
  150. #ifndef _AFX_NO_NEWTYPEDLG_RESOURCES
  151. AFX_IDD_NEWTYPEDLG DIALOG DISCARDABLE 9, 26, 183, 70
  152. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | 0x04
  153. CAPTION "New"
  154. FONT 8, "MS Shell Dlg"
  155. BEGIN
  156. LTEXT "&New ",IDC_STATIC,6,5,123,8,NOT WS_GROUP
  157. LISTBOX AFX_IDC_LISTBOX,6,15,125,49,WS_VSCROLL | WS_TABSTOP
  158. DEFPUSHBUTTON "OK",IDOK,137,6,40,14
  159. PUSHBUTTON "Cancel",IDCANCEL,137,23,40,14
  160. PUSHBUTTON "&Help",ID_HELP,137,43,40,14
  161. END
  162. #endif // !_AFX_NO_NEWTYPEDLG_RESOURCES
  163. /////////////////////////////////////////////////////////////////////////////
  164. // CMiniFrameWnd Bitmap
  165. AFX_IDB_MINIFRAME_MENU BITMAP DISCARDABLE "res\\minifwnd.bmp"
  166. /////////////////////////////////////////////////////////////////////////////
  167. // CCheckListBox Bitmaps
  168. AFX_IDB_CHECKLISTBOX_NT BITMAP DISCARDABLE "res\\ntcheck.bmp"
  169. AFX_IDB_CHECKLISTBOX_95 BITMAP DISCARDABLE "res\\95check.bmp"
  170. /////////////////////////////////////////////////////////////////////////////
  171. #endif //!_AFXDLL
  172. #endif //!__AFXRES_RC__
  173. /////////////////////////////////////////////////////////////////////////////