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.3 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) 1993-1996 Microsoft Corporation. All Rights Reserved.
  3. //
  4. // MODULE: syncprop.dlg
  5. //
  6. // PURPOSE: Defines templates for Sync properties
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Update this SyncMgr details dialog. Dialog callback in syncprop.cpp.
  10. //
  11. #ifdef APSTUDIO_INVOKED
  12. #include <windows.h>
  13. #include "resource.h"
  14. #include "d:\nt\athena\mailnews\onestop\syncprop.h"
  15. #else
  16. #include "syncprop.h"
  17. #endif
  18. iddSyncSettings DIALOG DISCARDABLE 0, 0, 305, 150
  19. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  20. CAPTION "Sync Settings"
  21. FONT 8, "MS Shell Dlg"
  22. BEGIN
  23. ICON 42,idcIcon,10,10,20,20
  24. RTEXT "Account:",idcAccount,38,15,41,8
  25. LTEXT "<blank>",idcAccountName,89,15,156,8
  26. CONTROL "Synchronization Item List",idcList,"SysListView32",WS_VISIBLE | WS_TABSTOP | WS_CHILD | WS_BORDER | LVS_REPORT | LVS_NOSORTHEADER | LVS_OWNERDATA | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS,
  27. 20,46,215,83
  28. LTEXT "&Synchronize these items:",idcSynchronize,25,36,220,8
  29. PUSHBUTTON "",idcMode,245,66,50,14
  30. LTEXT "Download:",idcDownload,245,53,33,8
  31. END