160 lines
4.5 KiB
Plaintext
160 lines
4.5 KiB
Plaintext
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
//#include <winuser.h>
|
|
#include <windows.h>
|
|
#include <commctrl.h>
|
|
//#include <winnt.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 ""winuser.h""\r\n"
|
|
"#include ""commctrl.h""\r\n"
|
|
"#include ""winnt.h""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// AVI
|
|
//
|
|
|
|
IDA_ENCRYPT AVI MOVEABLE PURE "encrypt.avi"
|
|
IDA_DECRYPT AVI MOVEABLE PURE "decrypt.avi"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_ENCRYPTPROGRESS DIALOG DISCARDABLE 20, 20, 250, 84
|
|
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_SETFOREGROUND | WS_POPUP |
|
|
WS_CAPTION | WS_SYSMENU
|
|
//FONT 8, "MS Sans Serif"
|
|
BEGIN
|
|
CONTROL "",IDC_ANIMATE,"SysAnimate32",ACS_TRANSPARENT |
|
|
ACS_AUTOPLAY,7,0,236,25
|
|
CONTROL "",IDC_NAME,"Static",SS_SIMPLE | SS_NOPREFIX,7,44,236,10
|
|
CONTROL "",IDC_PROBAR,"msctls_progress32",0x0,7,63,190,8
|
|
// CONTROL "",IDC_TIMEEST,"Static",SS_SIMPLE | SS_NOPREFIX,7,74,192,10
|
|
DEFPUSHBUTTON "Cancel",IDCANCEL,202,63,40,14,NOT WS_TABSTOP
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO DISCARDABLE
|
|
BEGIN
|
|
IDD_ENCRYPTPROGRESS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 179
|
|
TOPMARGIN, 7
|
|
END
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ENCRYPTONE "Encrypt"
|
|
IDS_DECRYPTONE "Decrypt"
|
|
IDS_ENCRYPTMANY "Encrypt Files"
|
|
IDS_DECRYPTMANY "Decrypt Files"
|
|
IDS_ENCRYPTMANYHELP "Encrypt all of the selected files."
|
|
IDS_DECRYPTMANYHELP "Decrypt all of the selected files."
|
|
IDS_ENCRYPTONEHELP "Encrypt the selected file."
|
|
IDS_DECRYPTONEHELP "Decrypt the selected file."
|
|
IDS_ENCRYPTINGONE "Encrypting file..."
|
|
IDS_ENCRYPTINGMANY "Encrypting %d files..."
|
|
IDS_DECRYPTINGONE "Decrypting file..."
|
|
IDS_DECRYPTINGMANY "Decrypting %d files..."
|
|
IDS_TIMEEST "%d seconds left"
|
|
IDS_TIMEESTMIN "%d minutes, %d seconds left"
|
|
IDS_ENCRYPTFAILEDTITLE "Failed to Encrypt File"
|
|
IDS_DECRYPTFAILEDTITLE "Failed to Decrypt File"
|
|
IDS_ENCRYPTFAILEDMANY "File '%s' couldn't be encrypted\nPush OK to continue encrypting or Cancel to stop"
|
|
IDS_DECRYPTFAILEDMANY "File '%s' couldn't be decrypted\nPush OK to continue decrypting or Cancel to stop"
|
|
IDS_ENCRYPTFAILEDONE "File '%s' couldn't be encrypted."
|
|
IDS_DECRYPTFAILEDONE "File '%s' couldn't be decrypted."
|
|
END
|
|
|
|
//+----------------------------------------------------------------------------
|
|
//
|
|
// Version
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "EFS Context Menu"
|
|
#define VER_INTERNALNAME_STR "cryptmnu"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1997"
|
|
#define VER_ORIGINALFILENAME_STR "cryptmnu.dll"
|
|
|
|
#include <ntverp.h>
|
|
#include <common.ver>
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|