Main.rc 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "Windows.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Englisch (USA) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Menu
  22. //
  23. THEMENU MENU DISCARDABLE
  24. BEGIN
  25. POPUP "File"
  26. BEGIN
  27. MENUITEM "Open", FILE_OPEN
  28. MENUITEM "Save", FILE_SAVE
  29. MENUITEM SEPARATOR
  30. MENUITEM "Exit", FILE_EXIT
  31. END
  32. POPUP "Help"
  33. BEGIN
  34. MENUITEM "About", HELP_ABOUT
  35. END
  36. END
  37. #endif // Englisch (USA) resources
  38. /////////////////////////////////////////////////////////////////////////////
  39. /////////////////////////////////////////////////////////////////////////////
  40. // Deutsch (Österreich) resources
  41. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEA)
  42. #ifdef _WIN32
  43. LANGUAGE LANG_GERMAN, SUBLANG_GERMAN_AUSTRIAN
  44. #pragma code_page(1252)
  45. #endif //_WIN32
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Icon
  49. //
  50. // Icon with lowest ID value placed first to ensure application icon
  51. // remains consistent on all systems.
  52. APPICON ICON DISCARDABLE "MNG.ico"
  53. #ifdef APSTUDIO_INVOKED
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // TEXTINCLUDE
  57. //
  58. 1 TEXTINCLUDE DISCARDABLE
  59. BEGIN
  60. "resource.h\0"
  61. END
  62. 2 TEXTINCLUDE DISCARDABLE
  63. BEGIN
  64. "#include ""Windows.h""\r\n"
  65. "\0"
  66. END
  67. 3 TEXTINCLUDE DISCARDABLE
  68. BEGIN
  69. "\r\n"
  70. "\0"
  71. END
  72. #endif // APSTUDIO_INVOKED
  73. #endif // Deutsch (Österreich) resources
  74. /////////////////////////////////////////////////////////////////////////////
  75. #ifndef APSTUDIO_INVOKED
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // Generated from the TEXTINCLUDE 3 resource.
  79. //
  80. /////////////////////////////////////////////////////////////////////////////
  81. #endif // not APSTUDIO_INVOKED