Leaked source code of windows server 2003
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.

166 lines
4.2 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 "commctrl.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. #include "usermsg.h"
  14. #include "ntverp.h"
  15. /////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. // English (U.S.) resources
  19. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  20. #ifdef _WIN32
  21. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  22. #pragma code_page(1252)
  23. #endif //_WIN32
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Icon
  27. //
  28. // Icon with lowest ID value placed first to ensure application icon
  29. // remains consistent on all systems.
  30. ID_ICON ICON PRELOAD DISCARDABLE "usermsg.ico"
  31. #ifndef _MAC
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // Version
  35. //
  36. VS_VERSION_INFO VERSIONINFO
  37. FILEVERSION 5,0,1538,1
  38. PRODUCTVERSION 5,0,1538,1
  39. FILEFLAGSMASK 0x3fL
  40. #ifdef _DEBUG
  41. FILEFLAGS 0x1L
  42. #else
  43. FILEFLAGS 0x0L
  44. #endif
  45. FILEOS 0x40004L
  46. FILETYPE 0x1L
  47. FILESUBTYPE 0x0L
  48. BEGIN
  49. BLOCK "StringFileInfo"
  50. BEGIN
  51. BLOCK "040904B0"
  52. BEGIN
  53. VALUE "CompanyName", "Microsoft Corporation\0"
  54. VALUE "FileDescription", "User Power Message Test Program\0"
  55. VALUE "FileVersion", "5.00.1538.1\0"
  56. VALUE "InternalName", "usermsg\0"
  57. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1981-1997\0"
  58. VALUE "OriginalFilename", "usermsg.exe\0"
  59. VALUE "ProductName", "Microsoft(R) Windows NT(R) Operating System\0"
  60. VALUE "ProductVersion", "5.00.1538.1\0"
  61. END
  62. END
  63. BLOCK "VarFileInfo"
  64. BEGIN
  65. VALUE "Translation", 0x409, 1200
  66. END
  67. END
  68. #endif // !_MAC
  69. #ifdef APSTUDIO_INVOKED
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // TEXTINCLUDE
  73. //
  74. 1 TEXTINCLUDE DISCARDABLE
  75. BEGIN
  76. "resource.h\0"
  77. END
  78. 2 TEXTINCLUDE DISCARDABLE
  79. BEGIN
  80. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  81. "#include ""windows.h""\r\n"
  82. "#include ""commctrl.h""\r\n"
  83. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  84. "#include ""usermsg.h""\r\n"
  85. "#include ""ntverp.h""\r\n"
  86. "\0"
  87. END
  88. 3 TEXTINCLUDE DISCARDABLE
  89. BEGIN
  90. "\r\n"
  91. "\0"
  92. END
  93. #endif // APSTUDIO_INVOKED
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // DESIGNINFO
  97. //
  98. #ifdef APSTUDIO_INVOKED
  99. GUIDELINES DESIGNINFO DISCARDABLE
  100. BEGIN
  101. IDD_STATUSDLG, DIALOG
  102. BEGIN
  103. LEFTMARGIN, 7
  104. RIGHTMARGIN, 229
  105. TOPMARGIN, 7
  106. BOTTOMMARGIN, 220
  107. END
  108. END
  109. #endif // APSTUDIO_INVOKED
  110. /////////////////////////////////////////////////////////////////////////////
  111. //
  112. // Dialog
  113. //
  114. IDD_STATUSDLG DIALOG DISCARDABLE 0, 0, 236, 227
  115. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  116. CAPTION "WM_POWERBROADCAST Monitor"
  117. FONT 8, "MS Shell Dialog"
  118. BEGIN
  119. DEFPUSHBUTTON "OK",IDOK,92,206,50,14
  120. LISTBOX IDC_STATUSLIST,7,7,222,113,WS_VSCROLL | WS_TABSTOP
  121. GROUPBOX "WM_POWERBROADCAST Return Handling",IDC_STATIC,36,126,
  122. 165,72
  123. CONTROL "Return Success",IDC_PASSPWRMSG,"Button",
  124. BS_AUTORADIOBUTTON,54,141,67,10
  125. CONTROL "Return Failure",IDC_FAILPWRMSG,"Button",
  126. BS_AUTORADIOBUTTON,54,157,115,11
  127. CONTROL "Hang",IDC_HANGPWRMSG,"Button",BS_AUTORADIOBUTTON,54,174,
  128. 118,10
  129. END
  130. #endif // English (U.S.) resources
  131. /////////////////////////////////////////////////////////////////////////////
  132. #ifndef APSTUDIO_INVOKED
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Generated from the TEXTINCLUDE 3 resource.
  136. //
  137. /////////////////////////////////////////////////////////////////////////////
  138. #endif // not APSTUDIO_INVOKED