|
|
1.1 ! root 1: ! 2: ! 3: ! 4: idDlgReportOptions DIALOG 6, 18, 232, 62 ! 5: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU ! 6: CAPTION "Report Options" ! 7: FONT 8, "MS Sans Serif" ! 8: BEGIN ! 9: GROUPBOX "Update Time", 210, 5, 5, 172, 51 ! 10: LTEXT "&Interval (seconds):", IDD_REPORTOPTIONSINTERVALTEXT, ! 11: 80, 12, 90, 9 ! 12: CONTROL "", IDD_REPORTOPTIONSINTERVAL, "combobox", CBS_DROPDOWN | CBS_AUTOHSCROLL | ! 13: WS_BORDER | WS_VSCROLL | WS_TABSTOP | WS_CHILD, ! 14: 80, 22, 90, 36 ! 15: CONTROL "&Periodic Update", IDD_REPORTOPTIONSPERIODIC, "Button", ! 16: BS_RADIOBUTTON, 10, 22, 66, 10 ! 17: CONTROL "&Manual Update", IDD_REPORTOPTIONSMANUALREFRESH, "Button", ! 18: BS_RADIOBUTTON, 10, 36, 66, 10 ! 19: ! 20: PUSHBUTTON "OK", IDOK, 186, 5, 40, 14 ! 21: PUSHBUTTON "Cancel", IDCANCEL, 186, 21, 40, 14 ! 22: PUSHBUTTON "&Help", IDD_DISPLAYHELP, 186, 42, 40, 14 ! 23: END ! 24: ! 25: ! 26: ! 27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.