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.

27 lines
884 B

  1. idDlgReportOptions DIALOG 6, 18, 232, 62
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  3. CAPTION "Report Options"
  4. FONT 8, "MS Shell Dlg"
  5. BEGIN
  6. GROUPBOX "Update Time", 210, 5, 5, 172, 51
  7. LTEXT "&Interval (seconds):", IDD_REPORTOPTIONSINTERVALTEXT,
  8. 80, 12, 90, 9
  9. CONTROL "", IDD_REPORTOPTIONSINTERVAL, "combobox", CBS_DROPDOWN | CBS_AUTOHSCROLL |
  10. WS_BORDER | WS_VSCROLL | WS_TABSTOP | WS_CHILD,
  11. 80, 22, 90, 36
  12. CONTROL "&Periodic Update", IDD_REPORTOPTIONSPERIODIC, "Button",
  13. BS_RADIOBUTTON, 10, 22, 66, 10
  14. CONTROL "&Manual Update", IDD_REPORTOPTIONSMANUALREFRESH, "Button",
  15. BS_RADIOBUTTON, 10, 36, 66, 10
  16. PUSHBUTTON "OK", IDOK, 186, 5, 40, 14
  17. PUSHBUTTON "Cancel", IDCANCEL, 186, 21, 40, 14
  18. PUSHBUTTON "&Help", IDD_DISPLAYHELP, 186, 42, 40, 14
  19. END
  20.