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.

80 lines
3.9 KiB

  1. /****************************** Module Header ******************************\
  2. * Module Name: WOWEXEC.RC
  3. *
  4. * Copyright (c) 1991, Microsoft Corporation
  5. *
  6. * Resources
  7. *
  8. * History:
  9. * 04-07-91 MattFe Created.
  10. * 21-mar-92 mattfe added exec error strings from win 3.1 progman
  11. \***************************************************************************/
  12. #define OEMRESOURCE
  13. #include "windows.h"
  14. #include "wowexec.h"
  15. ID_WOWEXEC_ICON ICON wowexec.ico
  16. #ifdef DEBUG
  17. MainMenu MENU
  18. BEGIN
  19. POPUP "&Debug"
  20. BEGIN
  21. MENUITEM "&Int 3", MM_BREAK
  22. MENUITEM "E&xit WOW", MM_EXIT
  23. MENUITEM "&GP Fault", MM_FAULT
  24. MENUITEM "Dr. &Watson", MM_WATSON
  25. MENUITEM "&Party By Number", MM_PARTY
  26. MENUITEM "Genthunk &Quicktest", MM_GENTHUNK
  27. MENUITEM SEPARATOR
  28. MENUITEM "&About WOWExec...", MM_ABOUT
  29. END
  30. END
  31. ID_PARTY_DIALOG DIALOG 47, 59, 231, 64
  32. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  33. CAPTION "PartyByNumber"
  34. /* FONT 8, "MS Shell Dlg" */
  35. BEGIN
  36. CONTROL "&Number:", IDD_PARTY_NUMLABEL, "Static", SS_LEFTNOWORDWRAP, 3, 19, 33, 10
  37. EDITTEXT IDD_PARTY_NUMBER, 50, 18, 125, 12, ES_AUTOHSCROLL
  38. CONTROL "&String:", IDD_PARTY_STRLABEL, "Static", SS_LEFTNOWORDWRAP, 3, 33, 33, 10
  39. EDITTEXT IDD_PARTY_STRING, 50, 32, 125, 12, ES_AUTOHSCROLL
  40. DEFPUSHBUTTON "OK", 0xdad /* IDOK */, 185, 6, 40, 14
  41. PUSHBUTTON "Cancel", 0xdab /* IDCANCEL */, 185, 23, 40, 14
  42. END
  43. #endif // DEBUG
  44. /* 0....5....1....56...2....5....3.2..5....4....5....5....6...45....7....5....8....5....9....5....0....5....1....5....2....5..8 */
  45. STRINGTABLE PRELOAD
  46. BEGIN /* Maximum # of chars: */
  47. errTitle "16-bit Windows Subsystem" /* 50 */
  48. IDS_NOMEMORYMSG, "Insufficient memory to run this application. Quit one or more Windows applications and then try again." /* 256 */
  49. IDS_FILENOTFOUNDMSG, "Cannot find file %s (or one of its components). Check to ensure the path and filename are correct and that all required libraries are available." /* 256 */
  50. IDS_MANYOPENFILESMSG, "Too many other files are currently in use. Quit one or more applications, or increase the FILES command in CONFIG.SYS." /* 256 */
  51. IDS_MULTIPLEDSMSG, "Cannot start more than one copy of the specified program." /* 256 */
  52. IDS_NEWWINDOWSMSG, "This application is not supported by Microsoft Windows." /* 256 */
  53. IDS_ACCESSDENIED, "Access to the specified device, path, or file is denied." /* 256 */
  54. IDS_COMPRESSEDEXE, "This program or one of its components is compressed.\n\nUse the MS-DOS Expand command to copy the file from the Windows Setup disks."
  55. IDS_INVALIDDLL, "One of the library files needed to run %s is damaged. Please reinstall this application." /* 256 */
  56. IDS_SHAREERROR, "This file is in use by some other application." /* 256 */
  57. IDS_BADPATHMSG, "The path %s is invalid." /* 256 */
  58. IDS_OOMEXITTITLE, "WOWExec Extremely Low on Memory" /* 32 */
  59. IDS_OOMEXITMSG, "Close an application and try again." /* 64 */
  60. IDS_UNKNOWNMSG, "Unknown message ID: %d." /*256 */
  61. IDS_EXECERRTITLE, "Can't run 16-bit Windows program" /* 50 */
  62. IDS_APPTITLE, "WOWExec" /* 32 */
  63. IDS_SHAREDAPPTITLE, "Shared WOWExec" /* 32 */
  64. IDS_CANTLOADWIN32DLL "One of the library files needed to run %s cannot load in the 16-bit Windows subsystem because it is a Win32 DLL."
  65. END
  66. #include "wowexec.rcv"