pgpicq.rc

来自「PGP8.0源码 请认真阅读您的文件包然后写出其具体功能」· RC 代码 · 共 160 行

RC
160
字号
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
#include "..\shared\pgpBuild.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"
    "#include ""..\\shared\\pgpBuild.h""\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""PGPicqVer.rc""\r\n"
    "#include ""..\\shared\\win32\\SharedStrings.rc""\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


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

IDB_SENDTOOLBAR4        BITMAP  DISCARDABLE     "res\\sendtool4.bmp"
IDB_SENDTOOLBAR8        BITMAP  DISCARDABLE     "res\\sendtool8.bmp"
IDB_LOCK                BITMAP  DISCARDABLE     "res\\lock.bmp"
IDB_GOODSIG             BITMAP  DISCARDABLE     "res\\goodsig.bmp"
IDB_END                 BITMAP  DISCARDABLE     "res\\end.bmp"
IDB_ENCSIG              BITMAP  DISCARDABLE     "res\\encsig.bmp"
IDB_KEYWIZ1             BITMAP  DISCARDABLE     "Res\\kgwiz1bit.bmp"
IDB_KEYWIZ4             BITMAP  DISCARDABLE     "Res\\kgwiz4bit.bmp"
IDB_KEYWIZ8             BITMAP  DISCARDABLE     "Res\\kgwiz8bit.bmp"
IDB_SEND2001B4          BITMAP  DISCARDABLE     "res\\send2001b4.bmp"
IDB_SEND2001B8          BITMAP  DISCARDABLE     "res\\send2001b8.bmp"

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

IDD_ICQWIZ_INTRO DIALOG DISCARDABLE  0, 0, 317, 180
STYLE DS_CENTER | WS_CHILD | WS_CAPTION
CAPTION "PGP ICQ Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         187,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,0,0,103,180
    LTEXT           "Welcome to the PGP ICQ Wizard",IDC_HEADING,115,1,182,33
    LTEXT           "An ICQ number could not be found on any of the valid user IDs for your default PGP key. ",
                    IDC_STATIC,115,33,181,26
    LTEXT           "In order to allow others to send ICQ messages to you automatically, you should create a user ID on your key which contains your ICQ #. ",
                    IDC_STATIC,115,62,181,33
    LTEXT           "This wizard will assist you in this process. Please press next to begin adding your ICQ # to your default PGP key.",
                    IDC_STATIC,115,99,181,44
END

IDD_ICQWIZ_INFO DIALOG DISCARDABLE  0, 0, 317, 180
STYLE WS_CHILD | WS_CAPTION
CAPTION "PGP ICQ 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 enter/verify your name and ICQ # in the edit boxes below:",
                    IDC_STATIC,21,47,275,16
    LTEXT           "On completion, a new user ID will be added to your key. You may be asked for your PGP password in order to sign the user ID and show others that it is valid.",
                    IDC_STATIC,21,9,275,17
    EDITTEXT        IDC_ICQNAME,67,108,225,14,ES_AUTOHSCROLL
    EDITTEXT        IDC_ICQNUM,67,132,225,14,ES_AUTOHSCROLL
    RTEXT           "Name:",IDC_STATIC,25,111,30,11
    RTEXT           "ICQ #:",IDC_STATIC,25,135,30,11
END

IDD_ICQWIZ_DONE DIALOG DISCARDABLE  0, 0, 317, 180
STYLE WS_CHILD | WS_CAPTION
CAPTION "PGP ICQ Wizard"
FONT 8, "MS Sans Serif"
BEGIN
    CONTROL         187,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,0,0,103,180
    LTEXT           "Completing the PGP ICQ Wizard",IDC_HEADING,115,1,182,33
    LTEXT           "Your ICQ # has been added to your PGP key. Users who communicate with you via ICQ will now be able to automatically send you encrypted messages.",
                    IDC_STATIC,115,33,181,29
    LTEXT           "Enabling the Encrypt toolbar button located near the top of the ICQ message composition window will cause your message to be encrypted to the key of the recipient, providing you have their PGP key on your keyring.",
                    IDC_STATIC,115,114,181,39
    LTEXT           "If you are communicating for the first time with another ICQ user using PGP, you will want to send them your PGP key by pressing the Send Key button located at the bottom of the ICQ message composition window. ",
                    IDC_STATIC,115,71,181,36
END


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_ENCRYPTTOOL         "PGP Encrypt and Sign"
    IDS_ENTERPASSPHRASE     " - Enter Passphrase"
    IDS_PASSPROMPTABOVEKEY  "Enter your passphrase:"
    IDS_CLIPBOARD           "ICQ"
    IDS_PGPKEYSELDLG        "Choose the key"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_INTERIORWIZFONT     "MS Sans Serif"
    IDS_INTROWIZFONT        "Ariel"
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "PGPicqVer.rc"
#include "..\shared\win32\SharedStrings.rc"

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

⌨️ 快捷键说明

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