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.

146 lines
3.6 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. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #include "resource.h"
  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. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Icon
  25. //
  26. // Icon with lowest ID value placed first to ensure application icon
  27. // remains consistent on all systems.
  28. IDI_POWERMSG ICON DISCARDABLE "ConMsg.ICO"
  29. IDI_SMALL ICON DISCARDABLE "SMALL.ICO"
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // Menu
  33. //
  34. IDC_POWERMSG MENU DISCARDABLE
  35. BEGIN
  36. POPUP "&File"
  37. BEGIN
  38. MENUITEM "RegisterForThis Session", ID_FILE_REGISTERFORTHISSESSION
  39. MENUITEM "Register All Sessions", ID_FILE_REGISTERALLSESSIONS
  40. MENUITEM "UnRegister", ID_FILE_UNREGISTER
  41. MENUITEM "GetSessionState", IDM_GET_SESSIONSTATE
  42. MENUITEM "SetWelcome ON", IDM_SET_WELCOME_ON
  43. MENUITEM "SetWelcome OFF", IDM_SET_WELCOME_OFF
  44. MENUITEM SEPARATOR
  45. MENUITEM "Clean Log", ID_FILE_CLEANLOG
  46. MENUITEM SEPARATOR
  47. MENUITEM "E&xit", IDM_EXIT
  48. END
  49. END
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Accelerator
  53. //
  54. IDC_POWERMSG ACCELERATORS MOVEABLE PURE
  55. BEGIN
  56. "?", IDM_ABOUT, ASCII, ALT
  57. "/", IDM_ABOUT, ASCII, ALT
  58. END
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Dialog
  62. //
  63. IDD_ABOUTBOX DIALOG DISCARDABLE 22, 17, 230, 75
  64. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  65. CAPTION "About"
  66. FONT 8, "System"
  67. BEGIN
  68. ICON IDI_POWERMSG,IDC_MYICON,14,9,16,16
  69. LTEXT "PowerMsg Version 1.0",IDC_STATIC,49,10,119,8,
  70. SS_NOPREFIX
  71. LTEXT "Copyright (C) 1999",IDC_STATIC,49,20,119,8
  72. DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP
  73. END
  74. #ifdef APSTUDIO_INVOKED
  75. /////////////////////////////////////////////////////////////////////////////
  76. //
  77. // TEXTINCLUDE
  78. //
  79. 2 TEXTINCLUDE DISCARDABLE
  80. BEGIN
  81. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  82. "#include ""windows.h""\r\n"
  83. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  84. "#include ""resource.h""\r\n"
  85. "\0"
  86. END
  87. 3 TEXTINCLUDE DISCARDABLE
  88. BEGIN
  89. "\r\n"
  90. "\0"
  91. END
  92. 1 TEXTINCLUDE DISCARDABLE
  93. BEGIN
  94. "resource.h\0"
  95. END
  96. #endif // APSTUDIO_INVOKED
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // String Table
  100. //
  101. STRINGTABLE DISCARDABLE
  102. BEGIN
  103. IDS_APP_TITLE "PowerMsg"
  104. IDS_HELLO "Hello World!"
  105. IDC_POWERMSG "POWERMSG"
  106. END
  107. #endif // English (U.S.) resources
  108. /////////////////////////////////////////////////////////////////////////////
  109. #ifndef APSTUDIO_INVOKED
  110. /////////////////////////////////////////////////////////////////////////////
  111. //
  112. // Generated from the TEXTINCLUDE 3 resource.
  113. //
  114. /////////////////////////////////////////////////////////////////////////////
  115. #endif // not APSTUDIO_INVOKED