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.

14 lines
684 B

  1. #include "grplist2.h"
  2. iddDownloadGroups DIALOG DISCARDABLE 0, 0, 220, 133
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Downloading Newsgroups from %s"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. PUSHBUTTON "Cancel",IDCANCEL,85,112,50,14
  8. CONTROL "Animate1",idcAnimation,"SysAnimate32",ACS_CENTER |
  9. ACS_TRANSPARENT | WS_TABSTOP,7,7,206,53
  10. CTEXT "Downloading the list of newsgroups available on the server. This only needs to be done once, and it may take a few minutes if you have a slow connection.",
  11. idcStatic1,14,63,192,26
  12. CTEXT "",idcProgText,7,94,206,8,SS_NOPREFIX
  13. END