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.

40 lines
1.2 KiB

  1. /*
  2. Filename : softpc.rc
  3. Purpose : Contains resource file definition for softpc
  4. Author : D.A.Bartlett
  5. Contains :
  6. Error Panel dialog and icon
  7. SoftPC Icon
  8. String resource table
  9. Revision History :
  10. */
  11. /*:::::::::::::::::::::::::::::: Manifests used to generate resource binary */
  12. #include <windows.h>
  13. #include "nt_uis.h"
  14. /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Iconic icon */
  15. SOFTICON ICON SOFTPC.ICO
  16. SOFTERROR ICON SOFTERR.ICO
  17. /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Error Panel */
  18. ERRORPANEL DIALOG LOADONCALL MOVEABLE DISCARDABLE 18, 56, 215, 75
  19. STYLE WS_DLGFRAME | WS_POPUP
  20. BEGIN
  21. CONTROL "Quit", IDB_QUIT, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 9, 54, 38, 17
  22. CONTROL "Reset", IDB_RESET, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 63, 54, 38, 17
  23. CONTROL "Continue", IDB_CONTINUE, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 115, 54, 38, 17
  24. CONTROL "Setup", IDB_SETUP, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 166, 54, 38, 17
  25. CONTROL "", IDE_ERRORMSG, "static", SS_BLACKFRAME | WS_CHILD, 38, 6, 172, 38
  26. CONTROL "SOFTERROR", 107, "static", SS_ICON | WS_CHILD, 6, 6, 24, 24
  27. END