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.

34 lines
1.4 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) 1993-1996 Microsoft Corporation. All Rights Reserved.
  3. //
  4. // MODULE: newsdlgs.dlg
  5. //
  6. // PURPOSE: Defines general news dialog templates
  7. //
  8. #include "newsdlgs.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // Update this Newsgroup dialog. Dialog callback in newsdlgs.cpp.
  11. //
  12. iddUpdateNewsgroup DIALOG DISCARDABLE 0, 0, 231, 77
  13. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  14. CAPTION "Synchronize Newsgroup"
  15. FONT 8, "MS Shell Dlg"
  16. BEGIN
  17. CONTROL "&Get the following items:",IDC_GET_CHECK,"Button",
  18. BS_AUTOCHECKBOX | WS_TABSTOP,7,7,159,10
  19. CONTROL "All &messages",IDC_ALLMSGS_RADIO,"Button",
  20. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,18,20,150,10
  21. CONTROL "&New messages only",IDC_NEWMSGS_RADIO,"Button",
  22. BS_AUTORADIOBUTTON,18,33,151,10
  23. CONTROL "&Headers only",IDC_NEWHEADERS_RADIO,"Button",
  24. BS_AUTORADIOBUTTON,18,46,151,10
  25. CONTROL "G&et messages marked for download",IDC_GETMARKED_CHECK,
  26. "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,60,
  27. 166,10
  28. DEFPUSHBUTTON "OK",IDOK,174,7,50,14
  29. PUSHBUTTON "Cancel",IDCANCEL,174,24,50,14
  30. ICON idiDLNews,idcStatic1,188,44,20,20
  31. END