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.

234 lines
7.9 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. #include "rsutil.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE DISCARDABLE
  26. BEGIN
  27. "resource.h\0"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "#include ""afxres.h""\r\n"
  32. "#include ""rsutil.h""\r\n"
  33. "\0"
  34. END
  35. 3 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  38. "#define _AFX_NO_OLE_RESOURCES\r\n"
  39. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  40. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  41. "\r\n"
  42. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  43. "#ifdef _WIN32\r\n"
  44. "LANGUAGE 9, 1\r\n"
  45. "#pragma code_page(1252)\r\n"
  46. "#endif\r\n"
  47. "#include ""res\\hsmshell.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  48. "#include ""afxres.rc"" // Standard components\r\n"
  49. "#endif\r\n"
  50. "\0"
  51. END
  52. #endif // APSTUDIO_INVOKED
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Dialog
  56. //
  57. IDD_PRDRIVE DIALOGEX 0, 0, 227, 201
  58. STYLE WS_CHILD | WS_CAPTION
  59. CAPTION "Remote Storage"
  60. FONT 8, "MS Shell Dlg"
  61. BEGIN
  62. LTEXT "Data in remote storage:",IDC_STATIC_STATS_LABEL,7,7,133,
  63. 8
  64. LTEXT "",IDC_STATIC_REMOTE_STORAGE_4DIGIT,145,7,31,8,0,
  65. WS_EX_RIGHT
  66. LTEXT "Remote storage data cached on volume:",
  67. IDC_STATIC_CACHED_4DIGIT_LABEL,7,22,133,8
  68. LTEXT "",IDC_STATIC_CACHED_4DIGIT,145,22,31,8,0,WS_EX_RIGHT
  69. RTEXT "",IDC_STATIC_CACHED_PCT,184,22,25,8,0,WS_EX_RIGHT
  70. LTEXT " ",IDC_STATIC_CACHED_PCT_UNIT,210,22,8,8
  71. LTEXT "Local data:",IDC_STATIC_LOCAL_4DIGIT_LABEL,7,37,133,8
  72. LTEXT "",IDC_STATIC_LOCAL_4DIGIT,145,37,31,8,0,WS_EX_RIGHT
  73. RTEXT "",IDC_STATIC_LOCAL_PCT,184,37,25,8,0,WS_EX_RIGHT
  74. LTEXT " ",IDC_STATIC_LOCAL_PCT_UNIT,210,37,8,8
  75. LTEXT "Free space:",IDC_STATIC_FREE_4DIGIT_LABEL,7,64,133,8
  76. LTEXT "",IDC_STATIC_FREE_4DIGIT,145,64,31,8,0,WS_EX_RIGHT
  77. RTEXT "",IDC_STATIC_FREE_PCT,184,64,25,8,0,WS_EX_RIGHT
  78. LTEXT "%",IDC_STATIC_FREE_PCT_UNIT,210,64,8,8
  79. LTEXT "Capacity:",IDC_STATIC_TOTAL_4DIGIT_LABEL,7,79,117,8
  80. LTEXT "",IDC_STATIC_TOTAL_4DIGIT,145,79,31,8,0,WS_EX_RIGHT
  81. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,93,
  82. 213,1
  83. LTEXT "&Desired free space:",IDC_EDIT_LEVEL_LABEL,7,123,133,8
  84. EDITTEXT IDC_EDIT_LEVEL,145,120,41,14,ES_RIGHT | ES_AUTOHSCROLL |
  85. ES_NUMBER
  86. CONTROL "Spin1",IDC_SPIN_LEVEL,"msctls_updown32",UDS_SETBUDDYINT |
  87. UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS |
  88. UDS_NOTHOUSANDS,167,120,9,14
  89. LTEXT "%",IDC_EDIT_LEVEL_UNIT,188,123,29,8
  90. LTEXT "&Larger than:",IDC_EDIT_SIZE_LABEL,7,157,133,8
  91. EDITTEXT IDC_EDIT_SIZE,145,154,41,14,ES_RIGHT | ES_AUTOHSCROLL |
  92. ES_NUMBER
  93. CONTROL "Spin2",IDC_SPIN_SIZE,"msctls_updown32",UDS_SETBUDDYINT |
  94. UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS |
  95. UDS_NOTHOUSANDS,172,154,12,14
  96. LTEXT "KB",IDC_EDIT_SIZE_UNIT,191,157,29,8
  97. LTEXT "&Not accessed in:",IDC_EDIT_TIME_LABEL,7,175,133,8
  98. EDITTEXT IDC_EDIT_TIME,145,172,41,14,ES_RIGHT | ES_AUTOHSCROLL |
  99. ES_NUMBER
  100. CONTROL "Spin3",IDC_SPIN_TIME,"msctls_updown32",UDS_SETBUDDYINT |
  101. UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS |
  102. UDS_NOTHOUSANDS,171,172,11,14
  103. LTEXT "days",IDC_EDIT_TIME_UNIT,191,175,29,8
  104. LTEXT "(Data on volume but not in remote storage)",
  105. IDC_STATIC_LOCAL_4DIGIT_HELP,15,47,160,8
  106. LTEXT "To be copied to remote storage, files must be:",
  107. IDC_STATIC,7,141,213,8
  108. LTEXT "Space used by cached remote storage data is automatically freed if the free space drops below the desired free space.",
  109. IDC_STATIC,7,100,213,16
  110. END
  111. IDD_PRDRIVEX DIALOG DISCARDABLE 0, 0, 227, 201
  112. STYLE WS_CHILD | WS_CAPTION
  113. CAPTION "Remote Storage"
  114. FONT 8, "MS Shell Dlg"
  115. BEGIN
  116. LTEXT "",IDC_STATIC_ERROR,7,7,213,187,NOT WS_GROUP
  117. END
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // DESIGNINFO
  121. //
  122. #ifdef APSTUDIO_INVOKED
  123. GUIDELINES DESIGNINFO DISCARDABLE
  124. BEGIN
  125. IDD_PRDRIVE, DIALOG
  126. BEGIN
  127. LEFTMARGIN, 7
  128. RIGHTMARGIN, 220
  129. VERTGUIDE, 140
  130. VERTGUIDE, 145
  131. VERTGUIDE, 176
  132. VERTGUIDE, 184
  133. VERTGUIDE, 191
  134. VERTGUIDE, 209
  135. TOPMARGIN, 7
  136. BOTTOMMARGIN, 194
  137. END
  138. IDD_PRDRIVEX, DIALOG
  139. BEGIN
  140. LEFTMARGIN, 7
  141. RIGHTMARGIN, 220
  142. VERTGUIDE, 140
  143. VERTGUIDE, 145
  144. VERTGUIDE, 176
  145. VERTGUIDE, 184
  146. VERTGUIDE, 191
  147. VERTGUIDE, 209
  148. TOPMARGIN, 7
  149. BOTTOMMARGIN, 194
  150. END
  151. END
  152. #endif // APSTUDIO_INVOKED
  153. /////////////////////////////////////////////////////////////////////////////
  154. //
  155. // Icon
  156. //
  157. // Icon with lowest ID value placed first to ensure application icon
  158. // remains consistent on all systems.
  159. IDI_BLUESAKKARA ICON DISCARDABLE "res\\nodehsma.ico"
  160. /////////////////////////////////////////////////////////////////////////////
  161. //
  162. // String Table
  163. //
  164. STRINGTABLE DISCARDABLE
  165. BEGIN
  166. IDS_PROJNAME "RsShell"
  167. IDS_ERR_MINSIZE_RANGE "Please enter a minimum file size between %1 KB and %2 KB."
  168. IDS_PAGETITLE "Remote Storage"
  169. IDS_NO_FSA "Remote Storage could not be contacted for this volume."
  170. IDS_NOT_MANAGED "This volume is not currently managed by Remote Storage. This volume can be configured for management by selecting Remote Storage in the Administrative Tools folder."
  171. IDS_NOT_NTFS "The volume is not an NTFS volume and cannot be managed by Remote Storage."
  172. IDS_HELPFILEPOPUP "rss.hlp"
  173. END
  174. STRINGTABLE DISCARDABLE
  175. BEGIN
  176. IDS_BYTES "%s bytes"
  177. IDS_ORDERKB "%s KB"
  178. IDS_ORDERMB "%s MB"
  179. IDS_ORDERGB "%s GB"
  180. IDS_ORDERTB "%s TB"
  181. IDS_ORDERPB "%s PB"
  182. IDS_ORDEREB "%s EB"
  183. END
  184. #endif // English (U.S.) resources
  185. /////////////////////////////////////////////////////////////////////////////
  186. #ifndef APSTUDIO_INVOKED
  187. /////////////////////////////////////////////////////////////////////////////
  188. //
  189. // Generated from the TEXTINCLUDE 3 resource.
  190. //
  191. #define _AFX_NO_SPLITTER_RESOURCES
  192. #define _AFX_NO_OLE_RESOURCES
  193. #define _AFX_NO_TRACKER_RESOURCES
  194. #define _AFX_NO_PROPERTY_RESOURCES
  195. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  196. #ifdef _WIN32
  197. LANGUAGE 9, 1
  198. #pragma code_page(1252)
  199. #endif
  200. #include "res\hsmshell.rc2" // non-Microsoft Visual C++ edited resources
  201. #include "afxres.rc" // Standard components
  202. #endif
  203. /////////////////////////////////////////////////////////////////////////////
  204. #endif // not APSTUDIO_INVOKED