Source code of Windows XP (NT5)
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.

141 lines
4.3 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 <windows.h>
  10. #include "..\common\resource.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 <windows.h>\r\n"
  32. "#include ""..\\common\\resource.h""\0"
  33. END
  34. 3 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "#include ""..\\common\\common.rc""\r\n"
  37. "#include ""dskquowd.rcv""\0"
  38. END
  39. #endif // APSTUDIO_INVOKED
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Dialog
  43. //
  44. IDD_QUOTA_POPUP DIALOG DISCARDABLE 0, 0, 312, 178
  45. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  46. CAPTION "Windows NT Disk Quota"
  47. FONT 8, "MS Shell Dlg"
  48. BEGIN
  49. DEFPUSHBUTTON "Close",IDOK,255,157,50,14
  50. CONTROL "List3",IDC_LIST_POPUP,"SysListView32",LVS_REPORT |
  51. WS_BORDER | WS_TABSTOP,7,87,298,64
  52. LTEXT "Text goes here.",IDC_TXT_POPUP_HEADER,36,7,269,70
  53. ICON 32515,IDC_STATIC,7,7,20,20
  54. END
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // DESIGNINFO
  58. //
  59. #ifdef APSTUDIO_INVOKED
  60. GUIDELINES DESIGNINFO DISCARDABLE
  61. BEGIN
  62. IDD_QUOTA_POPUP, DIALOG
  63. BEGIN
  64. LEFTMARGIN, 7
  65. RIGHTMARGIN, 305
  66. TOPMARGIN, 7
  67. BOTTOMMARGIN, 171
  68. END
  69. END
  70. #endif // APSTUDIO_INVOKED
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Icon
  74. //
  75. // Icon with lowest ID value placed first to ensure application icon
  76. // remains consistent on all systems.
  77. IDI_QUOTA ICON DISCARDABLE "quota.ico"
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // String Table
  81. //
  82. STRINGTABLE DISCARDABLE
  83. BEGIN
  84. IDS_EMAIL_VOLUME "Location:"
  85. IDS_EMAIL_WARNING "Warning Level:"
  86. IDS_EMAIL_LIMIT "Quota Limit:"
  87. IDS_EMAIL_USED "Amount Used:"
  88. IDS_EMAIL_FMT_VOLUME "%1!-15s!\t%2!s!\n"
  89. IDS_EMAIL_FMT_WARNING "%1!-15s!\t%2!s!\n"
  90. IDS_EMAIL_FMT_LIMIT "%1!-15s!\t%2!s!\n"
  91. IDS_EMAIL_FMT_USED "%1!-15s!\t%2!s! (%3!s! over warning)\n"
  92. IDS_EMAIL_SUBJECT_LINE "Disk Quota warning on '%1!s!'."
  93. IDS_EMAIL_HEADER "You are exceeding the disk space warning level set by the Administrator on the storage volumes listed below. If you exceed a volume's quota limit, you may not be able to save data to it.\n\nTo free up space on a volume, delete some of the files you own or move them onto another volume.\n\n"
  94. IDS_EMAIL_DENY_AT_LIMIT "You will not be able to write to your files once you exceed the quota limit on this volume.\n"
  95. IDS_EMAIL_FROM_NAME "Windows NT Disk Quota Administrator"
  96. END
  97. STRINGTABLE DISCARDABLE
  98. BEGIN
  99. IDS_LVHDR_VOLUME "Location"
  100. IDS_LVHDR_WARNING "Warning Level"
  101. IDS_LVHDR_LIMIT "Quota Limit"
  102. IDS_LVHDR_USED "Amount Used"
  103. IDS_LVFMT_USED "%1 (%2 over warning)"
  104. IDS_POPUP_HEADER "You are exceeding the disk space warning level set by the Administrator on the storage volumes listed below. If you exceed a volume's quota limit, you may not be able to save data to it.\n\nTo free up space on a volume, delete some of the files you own or move them onto another volume."
  105. END
  106. #endif // English (U.S.) resources
  107. /////////////////////////////////////////////////////////////////////////////
  108. #ifndef APSTUDIO_INVOKED
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // Generated from the TEXTINCLUDE 3 resource.
  112. //
  113. #include "..\common\common.rc"
  114. #include "dskquowd.rcv"
  115. /////////////////////////////////////////////////////////////////////////////
  116. #endif // not APSTUDIO_INVOKED