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.

159 lines
4.5 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 <winuser.h>
  10. #include <windows.h>
  11. #include <commctrl.h>
  12. //#include <winnt.h>
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. #ifdef APSTUDIO_INVOKED
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // TEXTINCLUDE
  26. //
  27. 1 TEXTINCLUDE DISCARDABLE
  28. BEGIN
  29. "resource.h\0"
  30. END
  31. 2 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "#include ""winuser.h""\r\n"
  34. "#include ""commctrl.h""\r\n"
  35. "#include ""winnt.h""\r\n"
  36. "\0"
  37. END
  38. 3 TEXTINCLUDE DISCARDABLE
  39. BEGIN
  40. "\r\n"
  41. "\0"
  42. END
  43. #endif // APSTUDIO_INVOKED
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // AVI
  47. //
  48. IDA_ENCRYPT AVI MOVEABLE PURE "encrypt.avi"
  49. IDA_DECRYPT AVI MOVEABLE PURE "decrypt.avi"
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Dialog
  53. //
  54. IDD_ENCRYPTPROGRESS DIALOG DISCARDABLE 20, 20, 250, 84
  55. STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_SETFOREGROUND | WS_POPUP |
  56. WS_CAPTION | WS_SYSMENU
  57. //FONT 8, "MS Sans Serif"
  58. BEGIN
  59. CONTROL "",IDC_ANIMATE,"SysAnimate32",ACS_TRANSPARENT |
  60. ACS_AUTOPLAY,7,0,236,25
  61. CONTROL "",IDC_NAME,"Static",SS_SIMPLE | SS_NOPREFIX,7,44,236,10
  62. CONTROL "",IDC_PROBAR,"msctls_progress32",0x0,7,63,190,8
  63. // CONTROL "",IDC_TIMEEST,"Static",SS_SIMPLE | SS_NOPREFIX,7,74,192,10
  64. DEFPUSHBUTTON "Cancel",IDCANCEL,202,63,40,14,NOT WS_TABSTOP
  65. END
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // DESIGNINFO
  69. //
  70. #ifdef APSTUDIO_INVOKED
  71. GUIDELINES DESIGNINFO DISCARDABLE
  72. BEGIN
  73. IDD_ENCRYPTPROGRESS, DIALOG
  74. BEGIN
  75. LEFTMARGIN, 7
  76. RIGHTMARGIN, 179
  77. TOPMARGIN, 7
  78. END
  79. END
  80. #endif // APSTUDIO_INVOKED
  81. /////////////////////////////////////////////////////////////////////////////
  82. //
  83. // String Table
  84. //
  85. STRINGTABLE DISCARDABLE
  86. BEGIN
  87. IDS_ENCRYPTONE "Encrypt"
  88. IDS_DECRYPTONE "Decrypt"
  89. IDS_ENCRYPTMANY "Encrypt Files"
  90. IDS_DECRYPTMANY "Decrypt Files"
  91. IDS_ENCRYPTMANYHELP "Encrypt all of the selected files."
  92. IDS_DECRYPTMANYHELP "Decrypt all of the selected files."
  93. IDS_ENCRYPTONEHELP "Encrypt the selected file."
  94. IDS_DECRYPTONEHELP "Decrypt the selected file."
  95. IDS_ENCRYPTINGONE "Encrypting file..."
  96. IDS_ENCRYPTINGMANY "Encrypting %d files..."
  97. IDS_DECRYPTINGONE "Decrypting file..."
  98. IDS_DECRYPTINGMANY "Decrypting %d files..."
  99. IDS_TIMEEST "%d seconds left"
  100. IDS_TIMEESTMIN "%d minutes, %d seconds left"
  101. IDS_ENCRYPTFAILEDTITLE "Failed to Encrypt File"
  102. IDS_DECRYPTFAILEDTITLE "Failed to Decrypt File"
  103. IDS_ENCRYPTFAILEDMANY "File '%s' couldn't be encrypted\nPush OK to continue encrypting or Cancel to stop"
  104. IDS_DECRYPTFAILEDMANY "File '%s' couldn't be decrypted\nPush OK to continue decrypting or Cancel to stop"
  105. IDS_ENCRYPTFAILEDONE "File '%s' couldn't be encrypted."
  106. IDS_DECRYPTFAILEDONE "File '%s' couldn't be decrypted."
  107. END
  108. //+----------------------------------------------------------------------------
  109. //
  110. // Version
  111. //
  112. //-----------------------------------------------------------------------------
  113. #define VER_FILETYPE VFT_APP
  114. #define VER_FILESUBTYPE VFT_UNKNOWN
  115. #define VER_FILEDESCRIPTION_STR "EFS Context Menu"
  116. #define VER_INTERNALNAME_STR "cryptmnu"
  117. #define VER_LEGALCOPYRIGHT_YEARS "1997"
  118. #define VER_ORIGINALFILENAME_STR "cryptmnu.dll"
  119. #include <ntverp.h>
  120. #include <common.ver>
  121. #endif // English (U.S.) resources
  122. /////////////////////////////////////////////////////////////////////////////
  123. #ifndef APSTUDIO_INVOKED
  124. /////////////////////////////////////////////////////////////////////////////
  125. //
  126. // Generated from the TEXTINCLUDE 3 resource.
  127. //
  128. /////////////////////////////////////////////////////////////////////////////
  129. #endif // not APSTUDIO_INVOKED