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

📄 pgpdiskapp.rc

📁 vc环境下的pgp源码
💻 RC
📖 第 1 页 / 共 3 页
字号:
    ICON            IDI_CAPSLOCK,IDC_CAPSLOCK_TEXT,217,112,20,20,
                    SS_REALSIZEIMAGE | NOT WS_VISIBLE
    LTEXT           "Passphrase Quality:",IDC_STATIC,96,100,63,8,NOT 
                    WS_GROUP
    CONTROL         "Progress1",IDC_QUALITY_BAR,"msctls_progress32",
                    WS_BORDER,162,101,147,8
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
END

IDD_DISKWIZ_CREATION DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New PGPdisk Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "Your new PGPdisk must now be initialized and prepared for use.",
                    IDC_STATIC,96,4,214,9,NOT WS_GROUP
    LTEXT           "Depending on the size of the PGPdisk, this can take several minutes to complete.",
                    IDC_STATIC,96,18,214,17,NOT WS_GROUP
    LTEXT           "Press ""Next"" to mount your new PGPdisk.",IDC_STATIC,
                    96,155,214,8,NOT WS_GROUP
    CTEXT           "Preparing: Untitled.pgd",IDC_DISKNAME_TEXT,96,66,214,8,
                    NOT WS_GROUP
    CONTROL         "Progress1",IDC_PROGRESS_BAR,"msctls_progress32",
                    WS_BORDER,96,78,214,11
    LTEXT           "0%",IDC_STATIC,96,93,10,8,NOT WS_GROUP
    RTEXT           "100%",IDC_STATIC,292,93,18,8,NOT WS_GROUP
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
END

IDD_DISKWIZ_INTRO DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New PGPdisk Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "PGPdisk lets you store your files securely in encrypted volumes that can be mounted and unmounted at any time. These volumes are actually files, called ""PGPdisks,"" that you can move, copy, and delete just like any other document.",
                    IDC_STATIC,98,4,214,34,NOT WS_GROUP
    LTEXT           "To create a new PGPdisk volume, you must enter a desired size, drive letter, and passphrase. Later on, if you like, you can add additional passphrases to the volume.",
                    IDC_STATIC,98,43,214,26,NOT WS_GROUP
    LTEXT           "You can change the directory and filename you selected by using the controls below.",
                    IDC_STATIC,98,74,214,18,NOT WS_GROUP
    LTEXT           "Press ""Next"" to choose a name and location for your PGPdisk.",
                    IDC_STATIC,98,97,214,8,NOT WS_GROUP
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
END

IDD_DISKWIZ_DONE DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New PGPdisk Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "Your new PGPdisk volume has been created and mounted, but before it can be used it must be formatted. Just click Finish below to begin the formatting process and then you'll be all set.",
                    IDC_STATIC,96,4,214,26,NOT WS_GROUP
    LTEXT           "Afterward, to unmount your PGPdisk, you can either right-click on its drive letter within the Explorer, or click on the ""Unmount"" button from within the PGPdisk application.",
                    IDC_STATIC,96,35,214,24,NOT WS_GROUP
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
    LTEXT           "To mount it again, simply double-click the PGPdisk file, or click on the ""Mount"" button.",
                    IDC_STATIC,95,66,214,16,NOT WS_GROUP
END

IDD_CONFIRMPASS2_DLG DIALOGEX 0, 0, 226, 194
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "New Passphrase"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
    CONTROL         "Please enter a new passphrase for ""MySecretDisk.pgd"".",
                    IDC_NEWPASSMSG_TEXT,"Static",SS_LEFTNOWORDWRAP,6,6,214,9,
                    WS_EX_TRANSPARENT
    LTEXT           "Your passphrase must be at least 8 characters long and should contain one or more non-alphabetic characters.",
                    IDC_STATIC,6,20,214,17,NOT WS_GROUP,WS_EX_TRANSPARENT
    LTEXT           "&Passphrase:",IDC_STATIC,6,49,40,8,NOT WS_GROUP,
                    WS_EX_TRANSPARENT
    EDITTEXT        IDC_PASSPHRASE_EDIT,6,59,214,35,ES_MULTILINE | 
                    WS_VSCROLL
    LTEXT           "&Confirmation:",IDC_STATIC,6,121,42,8,NOT WS_GROUP,
                    WS_EX_TRANSPARENT
    EDITTEXT        IDC_CONFIRM_EDIT,6,131,214,35,ES_MULTILINE | WS_VSCROLL
    CONTROL         "&Hide Typing",IDC_HIDETYPE_CHECK,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,162,48,54,8
    DEFPUSHBUTTON   "&OK",IDOK,113,176,50,14
    PUSHBUTTON      "&Cancel",IDCANCEL,170,176,50,14
    ICON            IDI_CAPSLOCK,IDC_CAPSLOCK_TEXT,127,115,20,20,
                    SS_REALSIZEIMAGE | NOT WS_VISIBLE
    LTEXT           "Passphrase Quality:",IDC_STATIC,6,98,63,8,NOT WS_GROUP
    CONTROL         "Progress1",IDC_QUALITY_BAR,"msctls_progress32",
                    WS_BORDER,72,99,147,8
END

IDD_GETUSERINFO_DLG DIALOGEX 0, 0, 181, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "PGPdisk User Information"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,65,78,50,14,WS_DISABLED
    PUSHBUTTON      "Cancel",IDCANCEL,123,78,50,14
    LTEXT           "Your PGPdisk user information has been lost. Please re-enter your name and organization.",
                    IDC_STATIC,7,6,167,19
    EDITTEXT        IDC_USER_EDIT,60,33,112,13,ES_AUTOHSCROLL
    RTEXT           "&User Name:",IDC_STATIC,8,35,47,8
    RTEXT           "&Organization:",IDC_STATIC,8,53,47,8
    EDITTEXT        IDC_ORG_EDIT,60,51,112,13,ES_AUTOHSCROLL
END

IDD_NAGBUY_DLG DIALOG DISCARDABLE  0, 0, 298, 68
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "PGPdisk"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,241,48,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,185,48,50,14
    DEFPUSHBUTTON   "Buy Now!",IDC_BUYNOW_BUTTON,129,48,50,14
    LTEXT           "Static",IDC_NAGBUYMSG_TEXT,43,7,246,32
    ICON            IDI_MAINFRAME,IDC_STATIC,8,5,20,20
END

IDD_DISKWIZ_ADK DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New PGPdisk Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
    LTEXT           "This copy of PGP Desktop Security has been configured to use an Additional Decryption Key.",
                    IDC_STATIC,96,7,207,21
    LTEXT           "This means that everything encrypted on the disk which you are creating will also be encrypted to the Additional Decryption Key.",
                    IDC_STATIC,96,33,207,24
    LTEXT           "Additional Decryption Key :",IDC_STATIC,96,68,159,8
    EDITTEXT        IDC_ADK,96,80,196,14,ES_AUTOHSCROLL | ES_READONLY
    LTEXT           "The Additional Decryption Key cannot be changed.",
                    IDC_STATIC,96,120,207,8
END

IDD_RANDDATA_DLG DIALOG DISCARDABLE  0, 0, 291, 182
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "Collecting Random Data"
FONT 8, "MS Sans Serif"
BEGIN
    CTEXT           "Collecting Random Data:",IDC_DISKNAME_TEXT,39,100,214,8,
                    NOT WS_GROUP
    CONTROL         "Progress1",IDC_PROGRESS_BAR,"msctls_progress32",
                    WS_BORDER,39,113,214,11
    LTEXT           "0%",IDC_STATIC,39,127,10,8,NOT WS_GROUP
    RTEXT           "100%",IDC_STATIC,235,127,18,8,NOT WS_GROUP
    LTEXT           "Converting PGPdisk to new CAST format.",IDC_STATIC,21,
                    15,211,17
END

IDD_CVRTWIZ_INTRO DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPdisk Conversion Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "PGPdisks created with versions of PGPdisk prior to 6.0.2 contain an error and are not secure. This wizard allows you to convert the chosen PGPdisk from its current format to a newer, secure format.",
                    IDC_STATIC,98,4,214,33,NOT WS_GROUP
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
    LTEXT           "Press ""Next"" to begin the conversion.",IDC_STATIC,98,
                    79,214,8,NOT WS_GROUP
    LTEXT           "Your main passphrase (and any PGPdisk ADKs) will remain the same, but unfortunately any additional passphrases on the PGPdisk will be removed.",
                    IDC_STATIC,98,42,214,25,NOT WS_GROUP
END

IDD_CVRTWIZ_DONE DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPdisk Conversion Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
    LTEXT           "Your PGPdisk has been successfully converted. You can now use it as you normally would.",
                    IDC_STATIC,98,4,214,20,NOT WS_GROUP
END

IDD_CVRTWIZ_RANDOM DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPdisk Conversion Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "In order to generate an encryption key, PGPdisk needs a certain amount of random data.",
                    IDC_STATIC,96,4,214,17,NOT WS_GROUP
    LTEXT           "Please move your mouse around and type randomly on your keyboard until the progress bar below fills up.",
                    IDC_STATIC,96,26,214,17,NOT WS_GROUP
    CTEXT           "Collecting Random Data:",IDC_STATIC,96,66,214,8,NOT 
                    WS_GROUP
    CONTROL         "Progress1",IDC_RANDOM_BAR,"msctls_progress32",WS_BORDER,
                    96,78,214,11
    LTEXT           "0%",IDC_STATIC,96,93,10,8,NOT WS_GROUP
    RTEXT           "100%",IDC_STATIC,292,93,18,8,NOT WS_GROUP
    LTEXT           "Press ""Next"" to begin the conversion process.",
                    IDC_STATIC,96,155,214,8,NOT WS_GROUP
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
END

IDD_CVRTWIZ_CONVERT DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPdisk Conversion Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "Your new PGPdisk must now be converted.",IDC_STATIC,96,
                    4,214,9,NOT WS_GROUP
    LTEXT           "Depending on the size of the PGPdisk, this can take several minutes to complete. If you choose to cancel the process, you can restart it any time in the future by just attempting a mount. Until then, however, you won't be able to use the PGPdisk.",
                    IDC_STATIC,96,18,214,33,NOT WS_GROUP
    LTEXT           "Press ""Next"" to finish the process.",IDC_STATIC,96,
                    155,214,8,NOT WS_GROUP
    CTEXT           "Converting: Untitled.pgd",IDC_DISKNAME_TEXT,96,66,214,8,
                    NOT WS_GROUP
    CONTROL         "Progress1",IDC_PROGRESS_BAR,"msctls_progress32",
                    WS_BORDER,96,78,214,11
    LTEXT           "0%",IDC_STATIC,96,93,10,8,NOT WS_GROUP
    RTEXT           "100%",IDC_STATIC,292,93,18,8,NOT WS_GROUP
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
END

IDD_GLOBWIZ_INTRO DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPdisk Global Conversion Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "PGPdisks created with versions of PGPdisk prior to 6.0.2 contain an error and are not secure. This wizard will search your computer for old PGPdisks and convert them to a newer, secure format. Your data will not be modified in any way.",
                    IDC_STATIC,98,4,214,34,NOT WS_GROUP
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
    LTEXT           "Press ""Next"" to begin searching.",IDC_STATIC,98,121,
                    214,8,NOT WS_GROUP
    LTEXT           "The wizard will now search for old PGPdisks and display a list of those that it finds. You will then have the opportunity to select the PGPdisks you wish to convert before continuing.",
                    IDC_STATIC,98,47,214,26,NOT WS_GROUP
    LTEXT           "Please note that the wizard cannot search network drives or removable media, so PGPdisks contained on those devices must be selected manually.",
                    IDC_STATIC,98,83,214,26,NOT WS_GROUP
END

IDD_GLOBWIZ_DONE DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPdisk Global Conversion Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
    LTEXT           "The global conversion wizard is now complete. Remember, you can always invoke it again by choosing ""Convert pre-v6.02 PGPdisks..."" from the ""File"" menu of the main PGPdisk application.",
                    IDC_STATIC,98,4,214,26,NOT WS_GROUP
END

IDD_GLOBWIZ_SEARCH DIALOG DISCARDABLE  0, 0, 316, 167
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPdisk Global Conversion Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CTEXT           "Unconverted PGPdisks found:",-1,96,4,214,9,NOT WS_GROUP
    LTEXT           "When finished, press ""Next"" to convert the selected PGPdisks.",
                    -1,96,155,214,8,NOT WS_GROUP
    CTEXT           "Searching:",IDC_SEARCHSTATUS_TEXT,96,128,214,8,NOT 
                    WS_GROUP
    CONTROL         "",IDC_SIDEBAR,"Static",SS_BLACKFRAME | SS_SUNKEN,4,3,80,
                    160
    LTEXT           "C:\\",IDC_DIRNAME_TEXT,96,141,214,8,NOT WS_GROUP
    LISTBOX         IDC_PGPDISKS_LIST,96,20,214,101,LBS_SORT | 
                    LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | 
                    LBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
END

IDD_SINGLEPASS3_DLG DIALOGEX 0, 0, 226, 101
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "Public Key Passphrase"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
    CONTROL         "Please enter a public key passphase for ""MySecretDisk"":",
                    IDC_SINGLEPASSMSG_TEXT,"Static",SS_LEFTNOWORDWRAP,6,6,
                    214,9,WS_EX_TRANSPARENT
    LTEXT           "&Passphrase:",IDC_STATIC,6,27,40,8,NOT WS_GROUP,
                    WS_EX_TRANSPARENT
    EDITTEXT        IDC_PASSPHRASE_EDIT,6,37,214,35,ES_MULTILINE | 
                    WS_VSCROLL
    CONTROL         "&Hide Typing",IDC_HIDETYPE_CHECK,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,162,26,54,8
    DEFPUSHBUTTON   "&OK",IDOK,114,81,50,14
    PUSHBUTTON      "&Cancel",IDCANCEL,170,81,50,14

⌨️ 快捷键说明

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