home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / Resources / v9t9.rc < prev    next >
Encoding:
Text File  |  2006-10-19  |  2.7 KB  |  118 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 "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Menu
  53. //
  54.  
  55. IDR_MENU1 MENU DISCARDABLE 
  56. BEGIN
  57.     POPUP "File"
  58.     BEGIN
  59.         MENUITEM "Open configuration...",       ID_OPEN_CONFIG
  60.         MENUITEM "Save configuration...",       ID_SAVE_CONFIG
  61.         MENUITEM "Exit",                        ID_FILE_EXIT
  62.     END
  63.     POPUP "Modules"
  64.     BEGIN
  65.         MENUITEM "Load module...",              ID_MODULES_LOADMODULE
  66.     END
  67.     POPUP "Video"
  68.     BEGIN
  69.         MENUITEM "Toggle full screen",          ID_VIDEO_FULLSCREEN
  70.     END
  71.     POPUP "Emulator"
  72.     BEGIN
  73.         MENUITEM "Reset computer",              ID_EMULATOR_RESETCOMPUTER
  74.     END
  75.     POPUP "Commands"
  76.     BEGIN
  77.         MENUITEM "Reload v9t9.cnf",             ID_COMMANDS_RELOADV9T9CNF
  78.         MENUITEM "Enter interactive mode",      ID_COMMANDS_ENTERINTERACTIVEMODE
  79.  
  80.     END
  81. END
  82.  
  83.  
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // Icon
  87. //
  88.  
  89. // Icon with lowest ID value placed first to ensure application icon
  90. // remains consistent on all systems.
  91. IDI_ICON1               ICON    DISCARDABLE     "icon1.ico"
  92.  
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // String Table
  96. //
  97.  
  98. STRINGTABLE DISCARDABLE 
  99. BEGIN
  100.     ID_FILE_EXIT            "Exit V9t9"
  101. END
  102.  
  103. #endif    // English (U.S.) resources
  104. /////////////////////////////////////////////////////////////////////////////
  105.  
  106.  
  107.  
  108. #ifndef APSTUDIO_INVOKED
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // Generated from the TEXTINCLUDE 3 resource.
  112. //
  113.  
  114.  
  115. /////////////////////////////////////////////////////////////////////////////
  116. #endif    // not APSTUDIO_INVOKED
  117.  
  118.