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

📄 pgpkeys.rc

📁 vc环境下的pgp源码
💻 RC
📖 第 1 页 / 共 4 页
字号:
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
CAPTION "PGPkeys 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 are being opened in ""read-only"" mode.  You can view and use the contents of the keyring files, but all operations on these files will be disabled.",
                    IDC_STATIC,7,28,201,26
END

IDD_KEYWIZ_INTRO DIALOG DISCARDABLE  0, 0, 313, 170
STYLE DS_CENTER | WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "In order for other people to send you secure messages, you must generate a key pair.",
                    IDC_STATIC,100,7,206,19
    LTEXT           "If you would like more information on what a key pair is and how PGP works, click the Help button, below.",
                    IDC_STATIC,100,113,206,17
    LTEXT           "Otherwise, choose Next to continue.",IDC_STATIC,100,145,
                    206,9
    LTEXT           "Your key pair will also be used to sign digital documents.",
                    IDC_STATIC,100,41,206,9
    LTEXT           "A key pair consists of a ""Public Key,"" and a ""Private Key.""  The public key should be given to everyone you know (PGP has facilities to assist in this).  The private key should be kept absolutely secret.",
                    IDC_STATIC,100,65,206,33
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
END

IDD_KEYWIZ_NAME DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "What name and email address should be associated with this key pair?",
                    IDC_STATIC,100,7,206,19
    LTEXT           "&Full name:",IDC_STATIC,100,67,206,9
    EDITTEXT        IDC_FULL_NAME,100,79,196,14,ES_AUTOHSCROLL
    LTEXT           "&Email address:",IDC_STATIC,100,110,206,9
    EDITTEXT        IDC_EMAIL,99,122,196,14,ES_AUTOHSCROLL
    LTEXT           "By listing your name and email address here, you let your correspondents know that the key they are using belongs to you.",
                    IDC_STATIC,100,34,206,19
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
END

IDD_KEYWIZ_TYPE DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "What type of key would you like to generate?  If you don't know, it's recommended that you generate a Diffie-Hellman/DSS key pair.",
                    IDC_STATIC,100,7,206,29
    LTEXT           "RSA is the ""old-style"" PGP key.  Most new users of PGP will be expecting a Diffie-Hellman/DSS key.",
                    IDC_STATIC,100,38,206,19
    LTEXT           "If you'd like more information on the differences between the two key types, press the Help button, below.",
                    IDC_STATIC,100,69,206,19
    LTEXT           "This version of PGP does not support RSA key generation",
                    IDC_NORSAGENTEXT,100,99,206,12,NOT WS_VISIBLE
    GROUPBOX        "Key Pair Type",IDC_STATIC,100,118,206,42
    CONTROL         "&Diffie-Hellman/DSS",IDC_RADIO_ELGAMAL,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,109,131,187,10
    CONTROL         "&RSA",IDC_RADIO_RSA,"Button",BS_AUTORADIOBUTTON,109,144,
                    187,10
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
END

IDD_KEYWIZ_SIZE DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "How large a key pair do you wish to generate?  As a rule, larger keys are more secure, but slower.",
                    IDC_STATIC,100,7,206,19
    LTEXT           "For most applications, 1024 - 2048 bit keys are quite sufficient.",
                    IDC_STATIC_SMALL_GUIDE,100,32,206,9
    GROUPBOX        "Key Pair Size",IDC_STATIC,100,51,206,110
    CONTROL         "1024 bits",IDC_RADIO_1024,"Button",BS_AUTORADIOBUTTON,
                    108,67,188,10
    CONTROL         "1536 bits",IDC_RADIO_1536,"Button",BS_AUTORADIOBUTTON,
                    108,81,188,10
    CONTROL         "2048 bits",IDC_RADIO_2048,"Button",BS_AUTORADIOBUTTON,
                    108,95,188,10
    CONTROL         "3072 bits",IDC_RADIO_3072,"Button",BS_AUTORADIOBUTTON | 
                    NOT WS_VISIBLE,108,109,188,10
    CONTROL         "&Custom (512 - 2048 bits)",IDC_RADIO_CUSTOM,"Button",
                    BS_AUTORADIOBUTTON,108,123,188,10
    EDITTEXT        IDC_CUSTOM_BITS,120,136,34,14,ES_NUMBER
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
END

IDD_KEYWIZ_EXPIRATION DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
    LTEXT           "You can set your key pair to automatically expire within a certain amount of time.",
                    IDC_STATIC,100,7,206,19
    LTEXT           "When your key pair expires, you will no longer be able to use it for encrypting or signing.  However, it will still decrypt and verify.",
                    IDC_STATIC,100,33,206,19
    LTEXT           "Once you generate your key pair, you will not be able to change its expiration setting.",
                    IDC_STATIC,100,64,207,18
    GROUPBOX        "Key Expiration",IDC_STATIC,100,94,206,52,WS_GROUP
    CONTROL         "Key pair ne&ver expires",IDC_RADIO_NEVER,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,109,108,130,10
    CONTROL         "Key pair &expires on",IDC_RADIO_CUSTOM_DAYS,"Button",
                    BS_AUTORADIOBUTTON,109,125,80,8
    LTEXT           "Date picker",IDC_EXPIRATIONDATE,189,123,58,14,NOT 
                    WS_VISIBLE | WS_BORDER | NOT WS_GROUP
END

IDD_KEYWIZ_PASSPHRASE DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
    LTEXT           "Your private key will be protected by a passphrase.  It is important that you do not write this passphrase down.",
                    IDC_DUMMYSTOP,100,7,206,18
    LTEXT           "Your passphrase should be at least 8 characters long and should contain non-alphabetic characters.",
                    IDC_PHRASELENGTHTEXT,100,31,206,20
    LTEXT           "&Passphrase:",IDC_STATIC,100,57,111,8
    EDITTEXT        IDC_EDIT_PASSPHRASE,100,67,203,28,ES_MULTILINE | 
                    WS_VSCROLL
    LTEXT           "Passphrase Quality :",IDC_STATIC,100,99,65,8
    CONTROL         "Progress1",IDC_PHRASEQUALITY,"msctls_progress32",
                    WS_BORDER,171,100,132,7
    LTEXT           "Minimum Quality :",IDC_MINQUALITYTEXT,100,109,62,8
    CONTROL         "Progress1",IDC_MINPHRASEQUALITY,"msctls_progress32",
                    WS_BORDER,171,110,132,7
    LTEXT           "&Confirmation:",IDC_STATIC,100,127,150,8
    EDITTEXT        IDC_EDIT_PASSPHRASE2,100,137,203,28,ES_MULTILINE | 
                    WS_VSCROLL
    CONTROL         "&Hide Typing",IDC_CHECK_HIDE_TYPING,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,245,56,57,10
END

IDD_KEYWIZ_RANDOBITS DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "In order to generate a key pair, PGP needs a certain amount of random data.",
                    IDC_STATIC,100,7,206,19
    LTEXT           "Please type or move your mouse around until the progress bar below fills up.",
                    IDC_STATIC,100,36,206,21
    LTEXT           "Press ""Next"" when you're ready to continue.",
                    IDC_STATIC,100,133,206,11
    CTEXT           "Random Data Collected :",IDC_STATIC,100,70,206,8
    CONTROL         "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
                    100,86,206,8
    CTEXT           "x of y Bits Needed",IDC_STATIC_PROGRESS_TEXT,132,101,
                    132,8,NOT WS_VISIBLE
    LTEXT           "0 %",IDC_STATIC,100,99,12,8
    RTEXT           "100 %",IDC_STATIC,285,99,20,8
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
END

IDD_KEYWIZ_GENERATION DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "PGP is now generating your new key pair.  On a slow machine, this could take several minutes.  Please be patient.",
                    IDC_STATIC,100,17,206,17
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
    CONTROL         "Animate1",IDC_WORKINGAVI,"SysAnimate32",ACS_CENTER | 
                    NOT WS_VISIBLE | WS_TABSTOP,100,48,206,89
    CTEXT           "Generation Progess",IDC_PHASE,100,144,206,9
    LTEXT           "",IDC_PROGRESS,122,96,160,9,SS_SUNKEN | NOT WS_VISIBLE | 
                    WS_BORDER
END

IDD_KEYWIZ_PRESEND DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "If you have an Internet connection, we suggest that you send your new public key to the server.",
                    IDC_STATIC,100,8,206,20
    LTEXT           "This will make it easy for your correspondents to get your key and communicate with you securely.",
                    IDC_STATIC,100,39,206,25
    LTEXT           "If you don't have an Internet connection, or are not connected right now, leave ""Send my key to the root server now"" unchecked.  You can send your key later from within PGPkeys.",
                    IDC_STATIC,100,72,206,28
    CONTROL         "&Send my key to the root server now",IDC_CHECK_SEND,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,100,115,163,10
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
END

IDD_KEYWIZ_SEND DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "By sending your key to the server, you make it simple for your friends and associates to automatically retrieve your public key.",
                    IDC_STATIC,100,7,206,20
    LTEXT           "It is also suggested that, whenever you sign someone else's key, you send their newly-signed key to the server as well.  In this way, you'll assist in the propagation of the Web Of Trust!",
                    IDC_STATIC,100,41,206,25
    LTEXT           "If you are already connected to the Internet, this should take only a moment...",
                    IDC_STATIC,100,85,206,20
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
    CTEXT           "Static",IDC_PROGRESSTEXT,100,124,198,8
    LTEXT           "",IDC_PROGRESS,119,144,160,9,SS_SUNKEN | WS_BORDER
END

IDD_KEYWIZ_DONE DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "Congratulations!  You have just generated a PGP key pair!",
                    IDC_STATIC,100,8,206,11
    LTEXT           "You will now be able to receive secure messages and sign documents.",
                    IDC_STATIC,100,34,206,19
    LTEXT           "Click Finish below to add your new key to your keyring!",
                    IDC_STATIC,100,128,206,11
    LTEXT           "Because you sent your key to the server, your correspondents will now be able to get your key automatically when they wish to communicate with you.",
                    IDC_STATIC_KS_TEXT,100,71,206,29
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
END

IDD_KEYWIZ_SIGN_OLD DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    LTEXT           "You have an old private key on your keyring with the same name and email address as the key pair you've just generated.",
                    IDC_STATIC,100,7,206,19
    LTEXT           "We recommend that you now sign your new key pair with your old one.  To do so, simply enter the passphrase to your old private key in the field below.",
                    IDC_STATIC,100,30,206,26
    LTEXT           "If you do not wish to sign your new key with your old one now, uncheck ""Sign my new key now,"" and press ""Next.""  You can always sign your new key at a later date from within PGPkeys.",
                    IDC_STATIC_KMI,100,62,205,26
    CONTROL         "&Sign my new key now",IDC_CHECK_SIGN_KEY,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,100,95,181,10
    LTEXT           "Old Private Key &Passphrase",IDC_STATIC,100,116,92,8
    EDITTEXT        IDC_EDIT_PASSPHRASE,100,128,203,28,ES_MULTILINE | 
                    WS_VSCROLL
    CONTROL         "&Hide Typing",IDC_CHECK_HIDE_TYPING,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,251,116,57,10
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
END

IDD_SEARCH DIALOGEX 0, 0, 281, 58
STYLE DS_NOIDLEMSG | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | 
    WS_CLIPCHILDREN
EXSTYLE WS_EX_CONTEXTHELP | WS_EX_CONTROLPARENT
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
    DEFPUSHBUTTON   "&Search",IDC_SEARCH,228,3,50,14
    DEFPUSHBUTTON   "S&top Search",IDC_STOP,228,3,50,14,NOT WS_VISIBLE | 
                    WS_DISABLED
    PUSHBUTTON      "&Clear Search",IDC_CLEAR,228,20,50,14
    PUSHBUTTON      "&Help",9,228,37,50,14
    LTEXT           "Search for keys on",IDC_STATIC,3,6,60,8
    COMBOBOX        IDC_LOCATION,68,3,124,116,CBS_DROPDOWNLIST | 
                    CBS_OWNERDRAWVARIABLE | CBS_HASSTRINGS | WS_VSCROLL | 
                    WS_TABSTOP
    LTEXT           "where",IDC_STATIC1,196,6,20,8,NOT WS_GROUP
    PUSHBUTTON      "&More Choices",IDC_MORE,3,42,52,13
    PUSHBUTTON      "&Fewer Choices",IDC_FEWER,59,42,52,13,WS_DISABLED
    CONTROL         "Search &Pending Area",IDC_PENDING,"Button",
                    BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,135,45,83,
                    10
    CONTROL         "",IDC_DEFAULT_GROUP,"Static",SS_BLACKFRAME | NOT 
                    WS_VISIBLE,3,20,223,16
    COMBOBOX        IDC_ATTRIBUTE,3,21,62,81,CBS_DROPDOWNLIST | WS_VSCROLL | 
                    WS_TABSTOP,WS_EX_NOPARENTNOTIFY
    COMBOBOX        IDC_VERB,67,21,66,72,CBS_DROPDOWNLIST | WS_VSCROLL | 
                    WS_TABSTOP,WS_EX_NOPARENTNOTIFY
    COMBOBOX        IDC_SPECIFIER_COMBO,135,21,86,69,CBS_DROPDOWN | 
                    CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_SPECIFIER_EDIT,135,21,86,13,ES_MULTILINE | 
                    ES_AUTOHSCROLL | ES_WANTRETURN | NOT WS_VISIBLE
    COMBOBOX        IDC_SPECIFIER_COMBO_LIST,135,21,86,69,CBS_DROPDOWNLIST | 
                    CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
END

IDD_CHOICE DIALOGEX 0, 0, 227, 17
STYLE DS_CONTROL | WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
    COMBOBOX        IDC_ATTRIBUTE,3,2,62,81,CBS_DROPDOWNLIST | WS_VSCROLL | 
                    WS_TABSTOP
    COMBOBOX        IDC_VERB,67,2,66,72,CBS_DROPDOWNLIST | WS_VSCROLL | 
                    WS_TABSTOP,WS_EX_NOPARENTNOTIFY
    COMBOBOX        IDC_SPECIFIER_COMBO,135,2,86,69,CBS_DROPDOWN | 
                    CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP,
                    WS_EX_NOPARENTNOTIFY
    EDITTEXT        IDC_SPECIFIER_EDIT,135,2,86,13,ES_MULTILINE | 
                    ES_AUTOHSCROLL | ES_WANTRETURN | NOT WS_VISIBLE
    COMBOBOX        IDC_SPECIFIER_COMBO_LIST,135,2,86,69,CBS_DROPDOWNLIST | 
                    CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP,
                    WS_EX_NOPARENTNOTIFY
END

IDD_KEYWIZ_BADPHRASE DIALOG DISCARDABLE  0, 0, 313, 170
STYLE WS_CHILD | WS_CAPTION
CAPTION "Key Generation Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,5,4,83,162
    LTEXT           "Your passphrase is a potential security hazard because :",
                    IDC_REJECTTEXT,100,7,190,8
    LTEXT           "Passphrase quality is based on a mix of the length of your passphrase and the number of character set variations.  Capitalizing some letters and not others along with using punctuation marks and numbers will result in a higher quality rating.",
                    IDC_BADQUALITY2,114,81,175,40
    LTEXT           "- It did not meet the length requirement of XXX characters.",
                    IDC_BADLENGTH,110,35,183,8
    GROUPBOX        "",IDC_BOX1,100,24,200,27
    LTEXT           "- It did not meet the quality requirement of XXX out of 100.",

⌨️ 快捷键说明

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