home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / JView / JView.rc < prev    next >
Encoding:
Text File  |  1998-03-05  |  4.9 KB  |  154 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include <winnt.h>
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16.  
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22.  
  23. #ifdef APSTUDIO_INVOKED
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // TEXTINCLUDE
  27. //
  28.  
  29. 1 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31.     "resource.h\0"
  32. END
  33.  
  34. 2 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36.     "#include <winnt.h>\r\n"
  37. END
  38.  
  39. 3 TEXTINCLUDE DISCARDABLE
  40. BEGIN
  41.     "\r\n"
  42.     "\0"
  43. END
  44.  
  45. #endif    // APSTUDIO_INVOKED
  46.  
  47. #ifndef _MAC
  48.  
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // Version
  52. //
  53.  
  54. 1 VERSIONINFO
  55.  FILEVERSION 4,79,0,1202
  56.  PRODUCTVERSION 4,79,0,1202
  57.  FILEFLAGSMASK 0x3fL
  58. #ifdef _DEBUG
  59.  FILEFLAGS 0xbL
  60. #else
  61.  FILEFLAGS 0xaL
  62. #endif
  63.  FILEOS 0x10001L
  64.  FILETYPE 0x1L
  65.  FILESUBTYPE 0x0L
  66. BEGIN
  67.     BLOCK "StringFileInfo"
  68.     BEGIN
  69.         BLOCK "040904E4"
  70.         BEGIN
  71.             VALUE "CompanyName", "Microsoft Corporation\0"
  72.             VALUE "FileDescription", "Microsoft« Visual J++ Command-line Interpreter\0"
  73.             VALUE "FileVersion", "4.70.1202\0"
  74.             VALUE "InternalName", "JView\0"
  75.             VALUE "LegalCopyright", "Copyright ⌐ Microsoft Corp. 1996\0"
  76.             VALUE "OriginalFilename", "JVIEW.EXE\0"
  77.             VALUE "ProductName", "Microsoft«  Plus!  for  Windows«  95\0"
  78.             VALUE "ProductVersion", "4.70.1202\0"
  79.         END
  80.     END
  81.     BLOCK "VarFileInfo"
  82.     BEGIN
  83.         VALUE "Translation", 0x409, 1252
  84.     END
  85. END
  86.  
  87. #endif    // !_MAC
  88.  
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // String Table
  92. //
  93.  
  94. STRINGTABLE DISCARDABLE
  95. BEGIN
  96.     IDS_OUTOFMEMORY         "Out of memory"
  97.     IDS_SCODE               "SCODE 0x%lx: Error message unavailable."
  98.     IDS_ERROR               "\nERROR: "
  99.     IDS_COULDNOTINITOLE     "Could not initialize Ole"
  100.     IDS_JAVAVM              "Could not locate Java Virtual Machine"
  101.     IDS_CLASSLOADER         "Could not obtain Java class loader"
  102.     IDS_NOPATHGIVEN         "No path given for %s switch"
  103.     IDS_INVALIDSWITCH       "Invalid command line switch: %s"
  104.     IDS_INVALIDPARAMETER    "Invalid parameter assignment: %s"
  105.     IDS_NOCLASSGIVEN        "No class file given"
  106.     IDS_UNKNOWNERROR        "Unknown error!"
  107.     IDS_EXECUTINGCLASS      "Could not execute %s"
  108.     IDS_PRESSANYKEY         "\nPress any key to continue..."
  109. END
  110.  
  111. STRINGTABLE DISCARDABLE
  112. BEGIN
  113.     IDS_MEMBERNOTFOUND      "Member not found.\r\n"
  114.     IDS_NOMAIN              "\t%s must have a method of the following form to be run using JView:\n\n\t\tpublic static void main(String args[])\n\n\tIf %s is an applet, you must run it using a browser."
  115.     IDS_NOJAVATHREAD        "Couldn't create thread."
  116.     IDS_PROPSNOTSUPPORTED   "The current version of the Java VM does not support custom system properties."
  117. END
  118.  
  119. STRINGTABLE DISCARDABLE
  120. BEGIN
  121.     IDS_USAGE1              "\nUsage: JView [options] <classname> [arguments]\n\n"
  122.     IDS_USAGE2              "Options:\n"
  123.     IDS_USAGE3              "    /?                 displays usage text\n"
  124.     IDS_USAGE4              "    /cp <classpath>    set class path\n"
  125.     IDS_USAGE5              "    /cp:p <path>       prepend path to class path\n"
  126.     IDS_USAGE6              "    /cp:a <path>       append path to class path\n"
  127.     IDS_USAGE7              "    /p                 pauses before terminating if an error occurs\n"
  128.     IDS_USAGE8                "    /v                 verify all classes\n"
  129.     IDS_USAGE9              "    /d:<name>=<value>  define system property\n\n"
  130.     IDS_USAGE10             "Classname:\n"
  131.     IDS_USAGE11             "    .CLASS file to be executed.\n\n"
  132.     IDS_USAGE12             "Arguments:\n"
  133.     IDS_USAGE13             "    command-line arguments to be passed on to the class file\n"
  134.     IDS_USAGELAST           "~"
  135.     IDS_BANNER1             "Microsoft (R) Command-line Loader for Java (tm) Version %1u.%02u.%04u\n"
  136.     IDS_BANNER2             "Copyright (C) Microsoft Corp 1996-1997. All rights reserved.\n"
  137. END
  138.  
  139. #endif    // English (U.S.) resources
  140. /////////////////////////////////////////////////////////////////////////////
  141.  
  142.  
  143.  
  144. #ifndef APSTUDIO_INVOKED
  145. /////////////////////////////////////////////////////////////////////////////
  146. //
  147. // Generated from the TEXTINCLUDE 3 resource.
  148. //
  149.  
  150.  
  151. /////////////////////////////////////////////////////////////////////////////
  152. #endif    // not APSTUDIO_INVOKED
  153.  
  154.