Source code of Windows XP (NT5)
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.

106 lines
2.4 KiB

  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. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #include "TaskApp.rcv"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  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. #ifdef APSTUDIO_INVOKED
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // TEXTINCLUDE
  26. //
  27. 1 TEXTINCLUDE DISCARDABLE
  28. BEGIN
  29. "resource.h\0"
  30. END
  31. 2 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  34. "#include ""windows.h""\r\n"
  35. "#include ""TaskApp.rcv""\r\n"
  36. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  37. "\0"
  38. END
  39. 3 TEXTINCLUDE DISCARDABLE
  40. BEGIN
  41. "1 TYPELIB ""TaskApp.tlb""\r\n"
  42. "\0"
  43. END
  44. #endif // APSTUDIO_INVOKED
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Menu
  48. //
  49. IDR_MAINMENU MENU DISCARDABLE
  50. BEGIN
  51. POPUP "&Test"
  52. BEGIN
  53. MENUITEM "Do &Modal", ID_TEST_DOMODAL
  54. MENUITEM "Do Mode&less", ID_TEST_DOMODELESS
  55. MENUITEM "&Close Modeless", ID_TEST_CLOSEMODELESS
  56. MENUITEM SEPARATOR
  57. MENUITEM "E&xit", ID_TEST_EXIT
  58. END
  59. END
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Bitmap
  63. //
  64. IDB_LITECONTROL BITMAP DISCARDABLE "litecont.bmp"
  65. IDB_WATERMARK BITMAP DISCARDABLE "backgnd.bmp"
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // String Table
  69. //
  70. STRINGTABLE DISCARDABLE
  71. BEGIN
  72. IDS_PROJNAME "TaskApp"
  73. END
  74. #endif // English (U.S.) resources
  75. /////////////////////////////////////////////////////////////////////////////
  76. #ifndef APSTUDIO_INVOKED
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // Generated from the TEXTINCLUDE 3 resource.
  80. //
  81. 1 TYPELIB "TaskApp.tlb"
  82. /////////////////////////////////////////////////////////////////////////////
  83. #endif // not APSTUDIO_INVOKED