📄 pgpnetapp.rc
字号:
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "&IP Address :",IDC_STATIC,100,59,39,8
LTEXT "Static",IDC_IPADDRESS,158,57,70,14,NOT WS_VISIBLE |
WS_BORDER
LTEXT "&Subnet Mask :",IDC_STATIC,99,81,47,8
LTEXT "Static",IDC_SUBNETMASK,158,79,70,14,NOT WS_VISIBLE |
WS_BORDER
LTEXT "Enter the Internet Protocol (IP) address and the subnet mask of the subnet with which you want to communicate.",
IDC_STATIC,100,15,206,19
END
IDD_ADDWIZ_HOSTNAME DIALOG DISCARDABLE 0, 0, 313, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add Host Wizard"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "Enter a descriptive name for the subnet with which you want to communicate.\n\nFor example, you could use a name like ""Departmental LAN""",
IDC_TEXTSUBNET,100,15,206,56
LTEXT "Enter a descriptive name for the computer with which you want to communicate.\n\nAs examples, you could use the host domain name of the computer (e.g. ""server1.company.com"") or something more descriptive (e.g. ""Departmental database server"").",
IDC_TEXTHOST,100,15,206,56
LTEXT "Enter a descriptive name for the gateway with which you want to communicate.\n\nAs examples, you could use the host domain name of the gateway (e.g. ""gateway1.company.com"") or something more descriptive (e.g. ""Departmental firewall"").",
IDC_TEXTGATEWAY,100,16,206,56
EDITTEXT IDC_HOSTNAME,105,82,190,14,ES_AUTOHSCROLL
END
IDD_ADDWIZ_IDENTITY DIALOG DISCARDABLE 0, 0, 313, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add Host Wizard"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "Dynamic identity prompt ...",IDC_IDENTITYPROMPT,100,15,
206,43
EDITTEXT IDC_IDENTITY,106,64,190,14,ES_AUTOHSCROLL
END
IDD_ADDWIZ_SHAREDSECRET DIALOGEX 0, 0, 313, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
CAPTION "Add Host Wizard"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "Enter a passphrase to be used as a shared secret.",
IDC_DUMMYSTOP,100,15,206,19
LTEXT "&Shared secret passphrase :",IDC_STATIC,107,45,87,8
EDITTEXT IDC_SHAREDSECRET1,106,57,193,28,ES_MULTILINE |
WS_VSCROLL
LTEXT "Quality :",IDC_STATIC,115,93,26,8,NOT WS_GROUP
CONTROL "Progress1",IDC_SECRETQUALITY,"msctls_progress32",
WS_BORDER,150,95,141,7
LTEXT "&Confirmation :",IDC_STATIC,107,113,44,8
EDITTEXT IDC_SHAREDSECRET2,106,124,194,28,ES_MULTILINE |
WS_VSCROLL
CONTROL "&Hide Typing",IDC_HIDETYPING,"Button",BS_AUTOCHECKBOX |
WS_GROUP | WS_TABSTOP,246,44,54,10
END
IDD_ADDWIZ_ADDMORE DIALOG DISCARDABLE 0, 0, 313, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add Host Wizard"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "You have now created a new secure gateway host list entry.",
IDC_TEXT1,100,15,206,10
LTEXT "In order to communicate with computers which lie behind the gateway, you will need to create host or subnet entries associated with this gateway entry.",
IDC_STATIC,100,27,206,26
LTEXT "Do you want to add a host or subnet entry now?",
IDC_FIRSTTIME,100,58,206,8
CONTROL "&Yes",IDC_CREATEMORE,"Button",BS_AUTORADIOBUTTON |
WS_GROUP | WS_TABSTOP,110,74,196,10
CONTROL "N&o",IDC_NOMORE,"Button",BS_AUTORADIOBUTTON,110,110,196,
10
LTEXT "Create a new host or subnet associated with this gateway.",
IDC_STATIC,129,85,163,19
LTEXT "Do not create any more host list entries at this time. New host list entries can be created at any time by using this wizard.",
IDC_STATIC,129,121,163,28
LTEXT "Do you want to continue adding host or subnet entries?",
IDC_CONTINUE,100,57,206,8
END
IDD_ADDWIZ_USESHAREDSECRET DIALOG DISCARDABLE 0, 0, 313, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add Host Wizard"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "Communication with the specified computer(s) can be secured using public-key cryptographic techniques, or by using a shared secret (passphrase).",
IDC_STATIC,100,15,206,34
LTEXT "then fall back to public-key cryptographic security.",
IDC_STATIC,122,88,183,10
CONTROL "Use &public-key cryptographic security only.",
IDC_PUBLICKEY,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
WS_TABSTOP,110,60,150,10
CONTROL "First attempt &shared secret security,",
IDC_SHAREDSECRET,"Button",BS_AUTORADIOBUTTON,110,79,176,
10
LTEXT "Warning: Unlike traditional PGP passphrases, shared secret passphrases are stored on your computer.\nThis presents a potential security risk.",
IDC_STATIC,122,103,184,27
END
IDD_ADDWIZ_IDENTITYTYPE DIALOG DISCARDABLE 0, 0, 313, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "Select how you want to identify yourself to the remote computer for shared secret authentication :",
IDC_STATIC,100,15,206,18
CONTROL "&IP Address",IDC_IPADDRESS,"Button",BS_AUTORADIOBUTTON |
WS_GROUP | WS_TABSTOP,110,38,196,10
CONTROL "Host Domain &Name",IDC_HOSTNAME,"Button",
BS_AUTORADIOBUTTON,110,67,196,10
CONTROL "&User Domain Name",IDC_USERDOMAINNAME,"Button",
BS_AUTORADIOBUTTON,110,99,196,10
CONTROL "&Distinguished Name",IDC_DISTINGUISHEDNAME,"Button",
BS_AUTORADIOBUTTON,110,134,196,10
LTEXT "by the IP address of this computer (%s)",
IDC_IPADDRESSTEXT,130,48,176,10
LTEXT "by the host domain name of this computer (%s)",
IDC_HOSTNAMETEXT,130,77,176,18
LTEXT "by a user and host domain name which you specify\n(e.g. username@%s)",
IDC_USERDOMAINNAMETEXT,130,109,176,18
LTEXT "by a text string which you specify",
IDC_USERDOMAINNAMETEXT2,130,144,176,11
END
IDD_ADDWIZ_HOSTADDRESS DIALOG DISCARDABLE 0, 0, 313, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add Host Wizard"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "Enter either the host domain name or the Internet Protocol (IP) address of the gateway with which you want to communicate.",
IDC_TEXTGATEWAY,100,15,206,31
LTEXT "Enter either the host domain name or the Internet Protocol (IP) address of the computer with which you want to communicate.",
IDC_TEXTHOST,100,15,206,28
LTEXT "&Host Domain Name :",IDC_STATIC,100,54,66,8
EDITTEXT IDC_HOSTNAME,115,68,184,14,ES_AUTOHSCROLL
LTEXT "&IP Address :",IDC_STATIC,100,96,39,8
LTEXT "Static",IDC_IPADDRESS,115,110,70,14,NOT WS_VISIBLE |
WS_BORDER
END
IDD_ADDWIZ_ADDRESSLOOKUP DIALOG DISCARDABLE 0, 0, 313, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add Host Wizard"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "&IP Address :",IDC_IPADDRESSTEXT,134,116,39,8
LTEXT "Static",IDC_IPADDRESS,180,113,70,14,NOT WS_VISIBLE |
WS_BORDER
LTEXT "text",IDC_HOSTFOUND,100,15,206,60
LTEXT "The Add Host Wizard was not able to find an IP address for the host domain name which you entered.\n\nClick Back and enter either a new host domain name, or the IP address directly.",
IDC_HOSTNOTFOUND,100,15,206,47
CTEXT "Looking up IP address for\n%s ...",IDC_WORKING,100,40,
206,21
LTEXT "Static",IDC_PROGRESS,134,87,133,8,WS_BORDER
END
IDD_DNSLOOKUP DIALOGEX 0, 0, 240, 79
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "DNS Lookup"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
LTEXT "Host name to lookup :",IDC_STATIC,14,7,91,8
EDITTEXT IDC_HOSTNAME,19,19,155,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "&Lookup",IDC_LOOKUP,183,19,50,14,WS_DISABLED
LTEXT "Static",IDC_PROGRESS,30,44,133,8,NOT WS_VISIBLE |
WS_BORDER
LTEXT "Found IP Address :",IDC_HOSTFOUND,14,44,64,8,NOT
WS_VISIBLE
LTEXT "IP control",IDC_IPADDRESS,85,42,89,14,NOT WS_VISIBLE |
WS_BORDER
PUSHBUTTON "&Use",IDOK,183,42,50,14,WS_DISABLED
PUSHBUTTON "&Cancel",IDCANCEL,183,59,50,14
LTEXT "No address was found for the specified host name.",
IDC_HOSTNOTFOUND,14,45,162,8,NOT WS_VISIBLE
END
IDD_ADVANCEDOPTIONS DIALOG DISCARDABLE 0, 0, 320, 236
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced"
FONT 8, "MS Sans Serif"
BEGIN
GROUPBOX "Allowed Remote Proposals",IDC_STATIC,7,7,306,65
LTEXT "Ciphers :",IDC_STATIC,49,19,28,8
CONTROL "CA&ST",IDC_ALLOWCAST,"Button",BS_AUTOCHECKBOX |
WS_GROUP | WS_TABSTOP,90,19,35,10
CONTROL "&TripleDES",IDC_ALLOW3DES,"Button",BS_AUTOCHECKBOX,142,
19,48,10
CONTROL "&DES(56)",IDC_ALLOWDES,"Button",BS_AUTOCHECKBOX,201,19,
43,10
CONTROL "&None",IDC_ALLOWNONECIPHER,"Button",BS_AUTOCHECKBOX,256,
19,31,10
LTEXT "Hashes :",IDC_STATIC,48,32,29,8
CONTROL "S&HA-1",IDC_ALLOWSHA1,"Button",BS_AUTOCHECKBOX |
WS_GROUP | WS_TABSTOP,90,32,37,10
CONTROL "&MD5",IDC_ALLOWMD5,"Button",BS_AUTOCHECKBOX,142,32,31,
10
CONTROL "N&one",IDC_ALLOWNONEHASH,"Button",BS_AUTOCHECKBOX,201,
32,33,10
LTEXT "Diffie-Hellman :",IDC_STATIC,28,45,48,8
CONTROL "&1024 bits",IDC_ALLOW1024,"Button",BS_AUTOCHECKBOX,90,
45,45,10
CONTROL "1&536 bits",IDC_ALLOW1536,"Button",BS_AUTOCHECKBOX,142,
45,45,10
LTEXT "Compression :",IDC_STATIC,32,58,45,8
CONTROL "&LZS",IDC_ALLOWLZS,"Button",BS_AUTOCHECKBOX | WS_GROUP |
WS_TABSTOP,90,58,29,10
CONTROL "De&flate",IDC_ALLOWDEFLATE,"Button",BS_AUTOCHECKBOX,142,
58,39,10
GROUPBOX "Proposals",IDC_STATIC,7,75,306,135
LTEXT "IKE",IDC_STATIC,27,88,12,8
CONTROL "List1",IDC_IKEPROPOSALLIST,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOSORTHEADER | WS_BORDER | WS_GROUP | WS_TABSTOP,43,
86,210,43
LTEXT "IPSEC",IDC_STATIC,17,136,22,8
CONTROL "List1",IDC_IPSECPROPOSALLIST,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,43,134,210,53
LTEXT "&Perfect Forward Secrecy : ",IDC_STATIC,43,193,85,8
COMBOBOX IDC_PERFECTSECRECY,133,191,74,56,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Ne&w",IDC_NEWPROPOSAL,260,87,46,12
PUSHBUTTON "&Edit",IDC_EDITPROPOSAL,260,117,46,12,WS_DISABLED
PUSHBUTTON "&Remove",IDC_REMOVEPROPOSAL,260,132,46,12,WS_DISABLED
PUSHBUTTON "Move &Up",IDC_PROPOSALUP,260,147,46,12,WS_DISABLED
PUSHBUTTON "Mo&ve Down",IDC_PROPOSALDOWN,260,162,46,12,WS_DISABLED
PUSHBUTTON "Defa&ult Settings",IDC_DEFAULTS,7,215,74,14
END
IDD_IKEPROPOSAL DIALOGEX 0, 0, 145, 106
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "IKE Proposal"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
LTEXT "&Authentication :",IDC_STATIC,14,9,50,8
COMBOBOX IDC_IKEAUTHCOMBO,68,8,64,42,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "&Hash :",IDC_STATIC,42,27,22,8
COMBOBOX IDC_IKEHASHCOMBO,68,26,64,35,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "Ci&pher :",IDC_STATIC,38,45,25,8
COMBOBOX IDC_IKECIPHERCOMBO,68,43,64,47,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "&Diffie-Hellman :",IDC_STATIC,15,63,48,8
COMBOBOX IDC_IKEDHCOMBO,68,61,64,57,CBS_DROPDOWNLIST | WS_VSCROLL |
WS_TABSTOP
DEFPUSHBUTTON "&OK",IDOK,24,85,50,14
PUSHBUTTON "&Cancel",IDCANCEL,81,85,50,14
END
IDD_IPSECPROPOSAL DIALOGEX 0, 0, 147, 159
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "IPSEC Proposal"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
GROUPBOX " ",IDC_STATIC,7,8,133,31
CONTROL "&AH",IDC_ENABLEAH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
17,8,26,10
LTEXT "&Hash :",IDC_STATIC,44,23,22,8
COMBOBOX IDC_IPSECAHCOMBO,70,21,64,42,CBS_DROPDOWNLIST |
WS_DISABLED | WS_VSCROLL | WS_TABSTOP
GROUPBOX " ",IDC_STATIC,7,42,133,49
CONTROL "&ESP",IDC_ENABLEESP,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,17,42,30,10
LTEXT "Ha&sh :",IDC_STATIC,44,57,22,8
COMBOBOX IDC_IPSECESPHASHCOMBO,70,55,64,65,CBS_DROPDOWNLIST |
WS_DISABLED | WS_VSCROLL | WS_TABSTOP
LTEXT "Ci&pher :",IDC_STATIC,40,76,25,8
COMBOBOX IDC_IPSECESPCIPHERCOMBO,70,73,64,62,CBS_DROPDOWNLIST |
WS_DISABLED | WS_VSCROLL | WS_TABSTOP
GROUPBOX " ",IDC_STATIC,7,95,133,31
CONTROL "&IPPCP",IDC_ENABLECOMP,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,17,95,37,10
LTEXT "Co&mpression :",IDC_STATIC,19,110,45,8
COMBOBOX IDC_IPSECCOMPCOMBO,70,108,64,47,CBS_DROPDOWNLIST |
WS_DISABLED | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "&OK",IDOK,27,138,50,14
PUSHBUTTON "&Cancel",IDCANCEL,84,138,50,14
END
IDD_ADDWIZ_AUTHKEYS DIALOGEX 0, 0, 313, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
CONTROL 189,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,5,4,83,162
LTEXT "You have chosen to use public-key cryptographic security.",
IDC_STATIC,100,15,206,10
LTEXT "Your new host list entry will not be functional until you select an authentication key or certificate. You can change these settings at any time via the Authentication Options panel.",
IDC_STATIC,100,25,206,25
GROUPBOX "PGP Authentication",IDC_STATIC,100,55,206,42
PUSHBUTTON "Select &Key ...",IDC_SELECTPGPKEY,216,82,84,12
GROUPBOX "X.509 Authentication",IDC_X509GROUP,100,103,206,60,NOT
WS_VISIBLE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -