Advertisement
Guest User

drzewarc

a guest
Dec 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. // Microsoft Visual C++ 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. // Polish resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PLK)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
  21. #pragma code_page(1250)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE
  31. BEGIN
  32. "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE
  36. BEGIN
  37. "#include ""afxres.h""\r\n"
  38. "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE
  42. BEGIN
  43. "\r\n"
  44. "\0"
  45. END
  46.  
  47. #endif // APSTUDIO_INVOKED
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54.  
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDI_KAMIEN ICON "icon1.ico"
  58. IDI_DRZEWO ICON "icon2.ico"
  59. IDI_SCIERZKA ICON "icon3.ico"
  60. IDI_TRAWA ICON "icon4.ico"
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Menu
  65. //
  66.  
  67. IDR_MENU1 MENU
  68. BEGIN
  69. POPUP "Plik"
  70. BEGIN
  71. MENUITEM "Wyczysc", ID_PLIK_WYCZYSC
  72. MENUITEM "Zapisz", ID_PLIK_ZAPISZ
  73. MENUITEM "Wczytaj", ID_PLIK_WCZYTAJ
  74. MENUITEM "Zamknij", ID_PLIK_ZAMKNIJ
  75. END
  76. END
  77.  
  78.  
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Cursor
  82. //
  83.  
  84. IDC_CURSOR1 CURSOR "cursor1.cur"
  85. #endif // Polish resources
  86. /////////////////////////////////////////////////////////////////////////////
  87.  
  88.  
  89.  
  90. #ifndef APSTUDIO_INVOKED
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // Generated from the TEXTINCLUDE 3 resource.
  94. //
  95.  
  96.  
  97. /////////////////////////////////////////////////////////////////////////////
  98. #endif // not APSTUDIO_INVOKED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement