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.

189 lines
5.8 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. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif\r\n"
  45. "#include ""res\\EFSADU.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\0"
  48. END
  49. #endif // APSTUDIO_INVOKED
  50. #ifndef _MAC
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Version
  54. //
  55. #include <ntverp.h>
  56. #define VER_FILETYPE VFT_DLL
  57. #define VER_FILESUBTYPE VFT2_UNKNOWN
  58. #define VER_FILEDESCRIPTION_STR "File Encryption Utility"
  59. #define VER_INTERNALNAME_STR "efsadu\0"
  60. #define VER_ORIGINALFILENAME_STR "EFSADU.DLL"
  61. #include "common.ver"
  62. #endif // !_MAC
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Dialog
  66. //
  67. IDD_ENCRYPT_DETAILS DIALOG DISCARDABLE 0, 0, 285, 255
  68. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  69. CAPTION "Encryption Details for <filename>"
  70. FONT 8, "MS Shell Dlg"
  71. BEGIN
  72. PUSHBUTTON "&Add ...",IDC_ADD,100,121,86,14
  73. PUSHBUTTON "&Remove",IDC_REMOVE,193,121,85,14
  74. DEFPUSHBUTTON "OK",IDOK,162,234,50,14
  75. PUSHBUTTON "Cancel",IDCANCEL,228,234,50,14
  76. CONTROL "List1",IDC_LISTUSER,"SysListView32",LVS_REPORT |
  77. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_AUTOARRANGE |
  78. WS_BORDER | WS_TABSTOP,7,23,271,90
  79. CONTROL "List2",IDC_LISTRA,"SysListView32",LVS_REPORT |
  80. LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_BORDER |
  81. WS_TABSTOP,7,165,271,61
  82. LTEXT "Users Who Can Transparently Access This File:",
  83. IDC_STATIC,7,7,271,8
  84. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,143,
  85. 271,1
  86. LTEXT "Data Recovery Agents For This File As Defined By Recovery Policy:",
  87. IDC_STATIC,7,153,271,10
  88. END
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // DESIGNINFO
  92. //
  93. #ifdef APSTUDIO_INVOKED
  94. GUIDELINES DESIGNINFO DISCARDABLE
  95. BEGIN
  96. IDD_ENCRYPT_DETAILS, DIALOG
  97. BEGIN
  98. LEFTMARGIN, 7
  99. RIGHTMARGIN, 278
  100. TOPMARGIN, 7
  101. BOTTOMMARGIN, 248
  102. END
  103. END
  104. #endif // APSTUDIO_INVOKED
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // String Table
  108. //
  109. STRINGTABLE DISCARDABLE
  110. BEGIN
  111. IDS_DETAILWINTITLE "Encryption Details for %1"
  112. IDS_NOINFO "Unable to find the user information for the file."
  113. IDS_ERRORMEM "Out of memory. Close some applications and try again."
  114. IDS_ADDUSERERR "Error in adding new user(s). Error code %1."
  115. IDS_REMOVEUSERERR "Error in removing user(s). Error code %1."
  116. IDS_CERTFILEFILTER "Certificate Files (*.cer)|*.cer||"
  117. IDS_CERTFILEOPENERR "Error in opening the cert file. Error code %1."
  118. IDS_CERTFILEFORMATERR "Invalid Certificate file."
  119. IDS_UNKNOWNUSER "USER_UNKNOWN"
  120. IDS_NOCERTNAME "Certificate display name not available."
  121. IDS_NORECINFO "Unable to find the recovery information for the file."
  122. END
  123. STRINGTABLE DISCARDABLE
  124. BEGIN
  125. IDS_DLGTITLE "Select User"
  126. IDS_DISPTEXT "Select the user's certificate with whom you want to share the access."
  127. IDS_NOREMOVEALL "You are not allowed to remove all the users from the file."
  128. IDS_NOADDUSERDIR "Adding users to encrypted folder is not allowed."
  129. IDS_COULDNOTVERIFYCERT "Error in verifying the certificate. Error code %1."
  130. IDS_ACCEPTSELFCERT "The certificate is signed by the person himself, would you like to accept it?"
  131. IDS_ADDEFSEKUFAIL "Error in adding EFS usage to the certificate. Error code %1."
  132. IDS_INTERNALERROR "Internal error. Error code %1."
  133. IDS_USERCOLTITLE "User Name"
  134. IDS_CERTCOLTITLE "Certificate Thumbprint"
  135. IDS_RECCOLTITLE "Recovery Agent Name"
  136. END
  137. #endif // English (U.S.) resources
  138. /////////////////////////////////////////////////////////////////////////////
  139. #ifndef APSTUDIO_INVOKED
  140. /////////////////////////////////////////////////////////////////////////////
  141. //
  142. // Generated from the TEXTINCLUDE 3 resource.
  143. //
  144. #define _AFX_NO_SPLITTER_RESOURCES
  145. #define _AFX_NO_OLE_RESOURCES
  146. #define _AFX_NO_TRACKER_RESOURCES
  147. #define _AFX_NO_PROPERTY_RESOURCES
  148. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  149. #ifdef _WIN32
  150. LANGUAGE 9, 1
  151. #pragma code_page(1252)
  152. #endif
  153. #include "res\EFSADU.rc2" // non-Microsoft Visual C++ edited resources
  154. #include "afxres.rc" // Standard components
  155. #endif
  156. /////////////////////////////////////////////////////////////////////////////
  157. #endif // not APSTUDIO_INVOKED