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.

22 lines
993 B

  1. 1 DLGINCLUDE "D:\\tridentbld\\session\\newsrc\\bserver\\inc\\msgbox.h"
  2. IDD_MESSAGEBOX DIALOG 6, 18, 229, 122
  3. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  4. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  5. WS_SYSMENU | DS_CENTER
  6. CAPTION "Error: Gauntlet"
  7. FONT 8, "MS Shell Dlg"
  8. BEGIN
  9. PUSHBUTTON "Button1", IDD_BUTTON1, 170, 6, 53, 14
  10. PUSHBUTTON "Button2", IDD_BUTTON2, 170, 23, 53, 14
  11. PUSHBUTTON "Button3", IDD_BUTTON3, 170, 40, 53, 14
  12. PUSHBUTTON "Button4", IDD_BUTTON4, 170, 57, 53, 14
  13. PUSHBUTTON "Button5", IDD_BUTTON5, 170, 74, 53, 14
  14. GROUPBOX "", 106, 4, 3, 162, 85
  15. RTEXT "Time remaining before this dialog times out:",
  16. IDD_TIMEMSG, 6, 101, 142, 8
  17. LTEXT "15:00", IDD_TIME, 150, 101, 23, 8
  18. PUSHBUTTON "Cancel", IDD_CANCELCOUNT, 177, 98, 40, 14
  19. GROUPBOX "", 110, 4, 90, 219, 27
  20. CTEXT "Message", IDD_MESSAGE, 5, 10, 159, 75
  21. END