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.

107 lines
4.7 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) 1993-1996 Microsoft Corporation. All Rights Reserved.
  3. //
  4. // MODULE: fldrprop.dlg
  5. //
  6. // PURPOSE: Contains the dialog templates for the folder and group
  7. // property sheets.
  8. //
  9. #include "fldrprop.h"
  10. #include "newsdlgs.h"
  11. iddFolderProp_General DIALOG DISCARDABLE 0, 0, 227, 215
  12. STYLE WS_CHILD | WS_CAPTION
  13. CAPTION "General"
  14. FONT 8, DLG_UI_FONT
  15. BEGIN
  16. ICON idiFolder,IDC_FOLDER_ICON,7,11,21,20
  17. EDITTEXT IDC_FOLDERNAME_EDIT,45,14,175,14,ES_AUTOHSCROLL |
  18. ES_READONLY
  19. LTEXT "This folder contains:",IDC_STATIC,7,42,64,8
  20. LTEXT "Static",IDC_STATUS_STATIC,45,54,175,8
  21. LTEXT "This folder is stored in the following file:",
  22. IDC_STATIC,7,70,123,8
  23. EDITTEXT IDC_FOLDER_FILE,45,83,167,30,ES_MULTILINE | ES_AUTOHSCROLL |
  24. ES_READONLY | NOT WS_BORDER
  25. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,37,213,1
  26. END
  27. iddGroupProp_General DIALOG DISCARDABLE 0, 0, 227, 215
  28. STYLE WS_CHILD | WS_CAPTION
  29. CAPTION "General"
  30. FONT 8, DLG_UI_FONT
  31. BEGIN
  32. ICON idiNewsGroup,IDC_FOLDER_ICON,7,11,21,20
  33. LTEXT "Static",IDC_GROUPNAME_STATIC,45,14,175,8
  34. LTEXT "This newsgroup contains:",IDC_STATIC,7,42,82,8
  35. LTEXT "Static",IDC_STATUS_STATIC,45,54,175,8
  36. LTEXT "This newsgroup is stored in the following file:",
  37. IDC_STATIC,7,70,140,8
  38. EDITTEXT IDC_FOLDER_FILE,45,83,167,30,ES_MULTILINE | ES_AUTOHSCROLL |
  39. ES_READONLY | NOT WS_BORDER
  40. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,37,213,1
  41. END
  42. iddNewsProp_Cache DIALOG DISCARDABLE 0, 0, 227, 215
  43. STYLE WS_CHILD | WS_CAPTION
  44. CAPTION "Local File"
  45. FONT 8, "MS Shell Dlg"
  46. BEGIN
  47. GROUPBOX "File Information",IDC_STATIC,7,7,213,56
  48. ICON 27,IDC_FOLDER_ICON,17,26,20,20
  49. LTEXT "File size:",IDC_STATIC,58,26,65,8
  50. LTEXT "0",idcTotalSize,142,26,66,8
  51. LTEXT "Wasted space:",IDC_STATIC,58,40,69,8
  52. LTEXT "0",idcWastedSpace,142,40,66,8
  53. PUSHBUTTON "&Compact",idbCompactCache,7,76,70,14
  54. LTEXT "This will remove any wasted space and will free up some disk space.",
  55. IDC_STATIC,86,75,134,19
  56. PUSHBUTTON "&Remove Messages",idbRemove,7,109,70,14
  57. LTEXT "This will remove all downloaded message bodies.",
  58. IDC_STATIC,85,107,135,20
  59. PUSHBUTTON "&Delete",idbDelete,7,142,70,14
  60. LTEXT "This will delete all headers and message bodies.",
  61. IDC_STATIC,86,141,134,20
  62. PUSHBUTTON "R&eset",idbReset,7,175,70,14
  63. LTEXT "This will delete all headers and message bodies and will reset the folder so that headers will be re-downloaded.",
  64. idcResetText,86,170,134,27
  65. END
  66. iddGroupProp_Update DIALOG DISCARDABLE 0, 0, 227, 215
  67. STYLE WS_CHILD | WS_CAPTION
  68. CAPTION "Synchronize"
  69. FONT 8, DLG_UI_FONT
  70. BEGIN
  71. ICON idiDLNews,IDC_STATIC,13,18,20,20
  72. CONTROL "&When synchronizing this newsgroup, download:",IDC_GET_CHECK,
  73. "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,48,
  74. 23,170,10
  75. CONTROL "New &headers",IDC_NEWHEADERS_RADIO,"Button",BS_AUTORADIOBUTTON,58,
  76. 37,58,10
  77. CONTROL "&New messages (headers and bodies)",IDC_NEWMSGS_RADIO,"Button",
  78. BS_AUTORADIOBUTTON,58,49,132,10
  79. CONTROL "All &messages (headers and bodies)",IDC_ALLMSGS_RADIO,"Button",
  80. BS_AUTORADIOBUTTON,58,62,125,10
  81. GROUPBOX "Synchronize settings",IDC_STATIC,7,7,213,73
  82. END
  83. iddFolderProp_Update DIALOG DISCARDABLE 0, 0, 227, 215
  84. STYLE WS_CHILD | WS_CAPTION
  85. CAPTION "Synchronize"
  86. FONT 8, DLG_UI_FONT
  87. BEGIN
  88. ICON idiDLMail,IDC_STATIC,13,18,20,20
  89. CONTROL "&When synchronizing this folder, download:",IDC_GET_CHECK,
  90. "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,48,
  91. 23,160,10
  92. CONTROL "New &headers",IDC_NEWHEADERS_RADIO,"Button",BS_AUTORADIOBUTTON,58,
  93. 37,58,10
  94. CONTROL "&New messages (headers and bodies)",IDC_NEWMSGS_RADIO,"Button",
  95. BS_AUTORADIOBUTTON,58,49,132,10
  96. CONTROL "All &messages (headers and bodies)",IDC_ALLMSGS_RADIO,"Button",
  97. BS_AUTORADIOBUTTON,58,62,125,10
  98. GROUPBOX "Synchronize settings",IDC_STATIC,7,7,213,73
  99. END