|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h"
///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "#define _AFX_NO_SPLITTER_RESOURCES\r\n" "#define _AFX_NO_OLE_RESOURCES\r\n" "#define _AFX_NO_TRACKER_RESOURCES\r\n" "#define _AFX_NO_PROPERTY_RESOURCES\r\n" "\r\n" "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" "#ifdef _WIN32\r\n" "LANGUAGE 9, 1\r\n" "#pragma code_page(1252)\r\n" "#endif\r\n" "#include ""res\\EFSADU.rc2"" // non-Microsoft Visual C++ edited resources\r\n" "#include ""afxres.rc"" // Standard components\r\n" "#endif\0" END
#endif // APSTUDIO_INVOKED
#ifndef _MAC ///////////////////////////////////////////////////////////////////////////// // // Version //
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "File Encryption Utility" #define VER_INTERNALNAME_STR "efsadu\0" #define VER_ORIGINALFILENAME_STR "EFSADU.DLL"
#include "common.ver"
#endif // !_MAC
///////////////////////////////////////////////////////////////////////////// // // Dialog //
IDD_ENCRYPT_DETAILS DIALOG DISCARDABLE 0, 0, 285, 255 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Encryption Details for <filename>" FONT 8, "MS Shell Dlg" BEGIN PUSHBUTTON "&Add ...",IDC_ADD,100,121,86,14 PUSHBUTTON "&Remove",IDC_REMOVE,193,121,85,14 DEFPUSHBUTTON "OK",IDOK,162,234,50,14 PUSHBUTTON "Cancel",IDCANCEL,228,234,50,14 CONTROL "List1",IDC_LISTUSER,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_AUTOARRANGE | WS_BORDER | WS_TABSTOP,7,23,271,90 CONTROL "List2",IDC_LISTRA,"SysListView32",LVS_REPORT | LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,165,271,61 LTEXT "Users Who Can Transparently Access This File:", IDC_STATIC,7,7,271,8 CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,143, 271,1 LTEXT "Data Recovery Agents For This File As Defined By Recovery Policy:", IDC_STATIC,7,153,271,10 END
///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO //
#ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_ENCRYPT_DETAILS, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 278 TOPMARGIN, 7 BOTTOMMARGIN, 248 END END #endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_DETAILWINTITLE "Encryption Details for %1" IDS_NOINFO "Unable to find the user information for the file." IDS_ERRORMEM "Out of memory. Close some applications and try again." IDS_ADDUSERERR "Error in adding new user(s). Error code %1." IDS_REMOVEUSERERR "Error in removing user(s). Error code %1." IDS_CERTFILEFILTER "Certificate Files (*.cer)|*.cer||" IDS_CERTFILEOPENERR "Error in opening the cert file. Error code %1." IDS_CERTFILEFORMATERR "Invalid Certificate file." IDS_UNKNOWNUSER "USER_UNKNOWN" IDS_NOCERTNAME "Certificate display name not available." IDS_NORECINFO "Unable to find the recovery information for the file." END
STRINGTABLE DISCARDABLE BEGIN IDS_DLGTITLE "Select User" IDS_DISPTEXT "Select the user's certificate with whom you want to share the access." IDS_NOREMOVEALL "You are not allowed to remove all the users from the file." IDS_NOADDUSERDIR "Adding users to encrypted folder is not allowed." IDS_COULDNOTVERIFYCERT "Error in verifying the certificate. Error code %1." IDS_ACCEPTSELFCERT "The certificate is signed by the person himself, would you like to accept it?" IDS_ADDEFSEKUFAIL "Error in adding EFS usage to the certificate. Error code %1." IDS_INTERNALERROR "Internal error. Error code %1." IDS_USERCOLTITLE "User Name" IDS_CERTCOLTITLE "Certificate Thumbprint" IDS_RECCOLTITLE "Recovery Agent Name" END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #define _AFX_NO_SPLITTER_RESOURCES #define _AFX_NO_OLE_RESOURCES #define _AFX_NO_TRACKER_RESOURCES #define _AFX_NO_PROPERTY_RESOURCES
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE 9, 1 #pragma code_page(1252) #endif #include "res\EFSADU.rc2" // non-Microsoft Visual C++ edited resources #include "afxres.rc" // Standard components #endif ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|