⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pgpsc.rc

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 RC
📖 第 1 页 / 共 2 页
字号:
//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
    "#include ""pgpscVer.rc""\r\n"
    "#include ""..\\shared\\win32\\SharedStrings.rc""\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_WIPEWIZ_STATUS DIALOG DISCARDABLE  0, 0, 317, 180
STYLE WS_CHILD | WS_CAPTION
CAPTION "Wipe Free Space Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
                    317,1
    LTEXT           "Perform Wipe",IDC_HEADING,7,0,310,9
    RTEXT           "File System:",IDC_FS,65,46,63,8
    RTEXT           "Number of Clusters:",IDC_NC,66,56,62,8
    RTEXT           "Sectors per Cluster:",IDC_SC,66,66,62,8
    RTEXT           "Bytes per Sector:",IDC_BS,65,76,63,8
    LTEXT           "?",IDC_FSDATA,133,46,70,8
    LTEXT           "?",IDC_NCDATA,133,56,70,8
    LTEXT           "?",IDC_SCDATA,133,66,70,8
    LTEXT           "?",IDC_BSDATA,133,76,70,8
    RTEXT           "Total Capacity:",IDC_TC,65,86,63,8
    LTEXT           "?",IDC_TCDATA,133,86,70,8
    GROUPBOX        "Disk Statistics",IDC_GROUP,28,36,203,60
    CONTROL         "Progress1",IDC_PASS_PROGRESS,"msctls_progress32",
                    WS_BORDER,7,112,301,8
    CTEXT           "Status",IDC_STATUS,7,135,301,24
    PUSHBUTTON      "Begin &Wipe",IDC_BEGIN,241,50,50,14
    CONTROL         "Progress1",IDC_WIPE_PROGRESS,"msctls_progress32",
                    WS_BORDER,7,122,301,8
    LTEXT           "Pass: 0/0",IDC_STATIC_PASS,7,102,65,8
    CTEXT           "Static",IDC_RESTARTINGTEXT,7,163,301,8
    PUSHBUTTON      "&Schedule",IDC_SCHEDULE,241,71,50,14
    LTEXT           "Select Begin Wipe to start the free space wipe process. If you would rather schedule this free space wipe for another time with the task scheduler, press Schedule.",
                    IDC_STATIC,22,10,286,18
END

IDD_WIPEWIZ_INTRO DIALOG DISCARDABLE  0, 0, 317, 180
STYLE DS_CENTER | WS_CHILD | WS_CAPTION
CAPTION "Wipe Free Space Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,0,0,103,180
    LTEXT           "Welcome to the PGP Wipe Free Space Wizard",IDC_HEADING,
                    115,1,182,33
    LTEXT           "When a file is deleted by your computer, the data that was in the file actually remains on your hard drive. Over time, this leads to a large amount of potentially sensitive data left behind in random places on your drive. ",
                    IDC_STATIC,115,33,181,40
    LTEXT           "Using PGP's file wiping feature when you delete files solves only part of the problem because many files are created and deleted by applications or operating system without your knowledge.",
                    IDC_STATIC,115,78,181,39
    LTEXT           "PGP's volume wiping cleans all the free space on your hard drive which does not contain actual file data including all deleted files, their directory entries, and the little areas after the end of existing files which may still have old data left behind.",
                    IDC_STATIC,115,123,181,44
END

IDD_WIPEWIZ_INFO DIALOG DISCARDABLE  0, 0, 317, 180
STYLE WS_CHILD | WS_CAPTION
CAPTION "Wipe Free Space Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
                    317,1
    LTEXT           "Gathering Information",IDC_HEADING,7,0,310,9
    LTEXT           "Please select which volume you wish to wipe and the number of passes you wish to perform.",
                    IDC_STATIC,23,9,275,17
    LTEXT           "PGP uses heavily researched techniques and patterns designed specifically for overwriting data on magnetic and optical media. Most users should be fine with 1 to 3 passes; however, the wiping algorithms continue to increase security up to 26 passes.",
                    IDC_STATIC,23,90,275,28
    COMBOBOX        IDC_DRIVECOMBO,119,122,41,58,CBS_DROPDOWNLIST | CBS_SORT | 
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "Wipe drive:",IDC_STATIC,79,124,37,8
    LTEXT           "with ",IDC_STATIC,163,124,14,8
    LTEXT           "passes.",IDC_STATIC,205,124,25,8
    EDITTEXT        IDC_NUMPASSES,179,122,23,13,ES_NUMBER
    LTEXT           "Volumes often contain lots of freespace. The more freespace there is on a volume, the longer it will take to perform each pass.",
                    IDC_STATIC,23,36,275,21
    LTEXT           "You should balance out your need for security with the time needed to wipe a volume. The more passes you choose to perform, the more securely the free space will be wiped.",
                    IDC_STATIC,23,63,279,22
    CONTROL         "Wipe NTFS internal data structures",
                    IDC_WIPENTFSINTERNAL,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,23,138,130,12
    LTEXT           "This method of wiping is more secure, but you should not use the target disk for anything else during the wiping process. This option cannot be performed on the boot partition.",
                    IDC_WIPENTFSSTATIC,23,152,277,18
END

IDD_WIPEWIZ_DONE DIALOG DISCARDABLE  0, 0, 317, 180
STYLE WS_CHILD | WS_CAPTION
CAPTION "Wipe Free Space Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,0,0,103,180
    LTEXT           "Completing the PGP Wipe Free Space Wizard",IDC_HEADING,
                    115,1,182,33
    LTEXT           "Congratulations!",IDC_STATIC,115,33,181,9
    LTEXT           "Click Finish to close this Wizard.",IDC_STATIC,115,125,
                    181,17
    LTEXT           "You have successfully free space wiped your disk drive. Data that has been previously erased will be unrecoverable.",
                    IDC_STATIC,115,50,181,31
END

IDD_TEMPEST DIALOG DISCARDABLE  0, 0, 409, 260
STYLE DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Secure Viewer"
CLASS "PGPtempestClass"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         "&Use TEMPEST Attack Prevention Font",IDC_TEMPESTFONT,
                    "Button",BS_AUTOCHECKBOX | BS_LEFT | WS_TABSTOP,15,138,
                    149,10
END

IDD_PRGDLG DIALOG DISCARDABLE  20, 20, 250, 84
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_SETFOREGROUND | WS_POPUP | 
    WS_CAPTION
CAPTION "PGP Progress Dialog"
FONT 8, "MS Shell Dlg"
BEGIN
    CONTROL         "",IDC_PRGAVI,"SysAnimate32",ACS_TRANSPARENT | 
                    ACS_AUTOPLAY,7,0,236,25
    CONTROL         "File Information",IDC_PRGINFO,"Static",SS_SIMPLE | 
                    SS_NOPREFIX,7,48,236,10
    CONTROL         "File Name",IDC_PRGFILE,"Static",SS_SIMPLE | SS_NOPREFIX,
                    7,38,236,10
    CONTROL         "",IDC_PROGRESS,"msctls_progress32",PBS_SMOOTH,7,63,190,
                    8
    CONTROL         "",105,"Static",SS_SIMPLE | SS_NOPREFIX,7,74,192,10
    DEFPUSHBUTTON   "Cancel",IDCANCEL,202,63,40,14,NOT WS_TABSTOP
END

IDD_DELETEDLG DIALOG DISCARDABLE  0, 0, 318, 178
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Are you sure you want to secure delete these files?"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "&Yes",IDYES,195,153,50,14
    PUSHBUTTON      "&No",IDNO,260,153,50,14
    LISTBOX         IDC_FILELIST,111,8,199,139,LBS_SORT | 
                    LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | 
                    WS_TABSTOP
    CONTROL         105,IDC_SECUREPIC,"Static",SS_BITMAP,0,0,101,178
END

IDD_CLIPBOARDVIEWER DIALOG DISCARDABLE  0, 0, 424, 249
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_THICKFRAME
CAPTION "Text Viewer"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "&Copy to Clipboard",IDOK,202,223,80,14
    PUSHBUTTON      "&OK",IDCANCEL,311,223,50,14
    EDITTEXT        IDC_EDIT1,0,4,361,214,ES_MULTILINE | ES_WANTRETURN | 
                    WS_VSCROLL
END

IDD_READONLY DIALOG DISCARDABLE  0, 0, 215, 82
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
CAPTION "PGP Warning"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,158,61,50,14
    CONTROL         "Do not warn me about these files again",IDC_WARNNOMORE,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,65,141,10
    LTEXT           "You do not have file access rights to modify the contents of one or both of the selected keyring files.",
                    IDC_STATIC,7,7,201,19
    LTEXT           "These keyring files have been opened in ""read-only"" mode.  In order to add keys to your keyring you must make your selected keyring files read/write.",
                    IDC_STATIC,7,28,201,26
END


/////////////////////////////////////////////////////////////////////////////
//
// Data
//

IDR_SDASTUB             RCDATA  DISCARDABLE     "res\\PGPsda.exe"

/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//

IDB_WIPEWIZ8            BITMAP  DISCARDABLE     "res\\wipesidebar8.bmp"
IDB_WIPEWIZ4            BITMAP  DISCARDABLE     "res\\wipesidebar4.bmp"
IDB_WIPEWIZ1            BITMAP  DISCARDABLE     "res\\wipesidebar1.bmp"
IDB_MD8X14              BITMAP  DISCARDABLE     "res\\md8x14.bmp"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -