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

📄 pgpadmin.rc

📁 vc环境下的pgp源码
💻 RC
📖 第 1 页 / 共 4 页
字号:
                    IDC_AUTOCRL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,99,94,
                    181,10
    CONTROL         "Allow &manual Certificate Requests",IDC_ALLOWMANREQ,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,99,79,158,10
    LTEXT           "update Certificate Revocation Lists. You can also decide if users should be allowed to request certificates manually or not.",
                    IDC_STATIC,99,33,240,19
    PUSHBUTTON      "Add &Certificate Attributes",IDC_ADDATTRIBUTES,99,149,
                    109,14
    COMBOBOX        IDC_CATYPE,99,128,110,55,CBS_DROPDOWNLIST | WS_VSCROLL | 
                    WS_TABSTOP
    LTEXT           "Default Certificate Type:",IDC_STATIC,99,119,104,8
END

IDD_INSTALLER DIALOG DISCARDABLE  0, 0, 350, 222
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPadmin - Create Non-Admin PGP Installer"
FONT 8, "MS Sans Serif"
BEGIN
    EDITTEXT        IDC_ADMININSTALLER,99,56,166,13,ES_AUTOHSCROLL
    PUSHBUTTON      "Browse...",IDC_ADMINBROWSE,275,56,65,13
    EDITTEXT        IDC_CLIENTINSTALLER,99,88,166,13,ES_AUTOHSCROLL
    PUSHBUTTON      "Browse...",IDC_CLIENTBROWSE,275,88,65,13
    CONTROL         105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE | 
                    SS_SUNKEN,7,9,81,161
    GROUPBOX        "Body should be inside this frame. This frame is invisible",
                    -1,92,0,254,189,NOT WS_VISIBLE
    LTEXT           "To provide the Non-Admin version of PGP for your users, you must specify where the original installer file can be located, and where to create the Non-Admin PGP installation program.",
                    -1,99,13,239,31
    LTEXT           "Non-Admin installer to be created:",-1,99,79,192,8
    LTEXT           "Original installer:",-1,99,47,192,8
END

IDD_WAIT DIALOG DISCARDABLE  0, 0, 179, 36
STYLE DS_SYSMODAL | DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | 
    WS_VISIBLE
FONT 8, "MS Sans Serif"
BEGIN
    CTEXT           "Creating Non-Admin Installer...",IDC_STATIC,7,7,165,22,
                    SS_CENTERIMAGE
END


#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\r\n"
    "// $Id: PGPadmin.rc,v 1.64.4.2 1999/06/16 06:26:38 philipn Exp $\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""PGPadminVer.rc""\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Menu
//

IDR_MENU MENU DISCARDABLE 
BEGIN
    POPUP "&File"
    BEGIN
        MENUITEM "&Wizard",                     IDM_WIZARD
        MENUITEM "E&xit",                       IDM_EXIT
    END
END


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

IDB_ADMINWIZ8           BITMAP  DISCARDABLE     "Res\\AdminWiz8bit.bmp"
IDB_ADMINWIZ24          BITMAP  DISCARDABLE     "Res\\AdminWiz24bit.bmp"
IDB_ADMINWIZ4           BITMAP  DISCARDABLE     "Res\\AdminWiz4bit.bmp"
IDB_ADMINWIZ1           BITMAP  DISCARDABLE     "Res\\AdminWiz1bit.bmp"
IDB_IMAGES24BIT         BITMAP  DISCARDABLE     "..\\shared\\images24.bmp"
IDB_IMAGES4BIT          BITMAP  DISCARDABLE     "..\\shared\\images4.bmp"

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ADMIN               ICON    DISCARDABLE     "res\\admin.ico"

/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    IDD_COPYPROGRESS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 179
        TOPMARGIN, 7
        BOTTOMMARGIN, 64
    END

    IDD_WAIT, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 172
        TOPMARGIN, 7
        BOTTOMMARGIN, 29
    END
END
#endif    // APSTUDIO_INVOKED


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

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_USERID              "User ID"
    IDS_CREATION            "Creation"
    IDS_KEYSIZE             "Size"
    IDS_SAVEADMINTITLE      "Save Administrative Preferences file as..."
    IDS_SAVEDEFKEYSTITLE    "Save Default Keyring file as..."
    IDS_ADMINPREFFILE       "PGPadmin.dat"
    IDS_DEFKEYSFILE         "pubring.pkr"
    IDS_GETADMININSTALLER   "Original installer"
    IDS_GETCLIENTINSTALLER  "Non-Admin installer"
    IDS_TEMPPREFFILE        "temp.dat"
    IDS_TITLE               "PGP Administration Wizard"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_E_MINCHARS_TOOSMALL "If you choose to enforce a minimum number of characters, the minimum must be at least 8."
    IDS_E_MINCHARS_TOOLARGE "You can not enforce a minimum of more than 128 characters."
    IDS_E_MINQUAL_TOOSMALL  "If you choose to enforce a minimum quality rating, the minimum must be at least 20."
    IDS_E_MINQUAL_TOOLARGE  "You can not enforce a minimum quality rating of more than 100."
    IDS_E_RELOADKEYRING     "Your keyring has been modified, invalidating the options that you have just set. Click OK, then either restart or cancel the Admin Wizard."
    IDS_NEWPREFFILE         "defclient.dat"
    IDS_DONE                "The PGP installer was successfully created"
    IDS_FAILED              "The creation of the  PGP installer failed"
    IDS_DEFAULTPATH         "C:\\"
    IDS_INSTALLDISK         "Disk1"
    IDS_E_MINCHARSRANGE     "The minimum number of chacters must be between 8 and 128."
    IDS_E_MINQUALRANGE      "The minimum quality must be between 20 and 100."
    IDS_E_INSTALLDIR        "The Non-Admin installer can't be the same file as the original installer."
    IDS_E_CLIENTINSTALLER   "The files necessary to create the Non-Admin PGP Installer were not found."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_E_MINKEYSIZERANGE   "The minimum key size must be between 1024 and 4096 bits."
    IDS_E_EXPIRED           "This version of PGP has expired. You will not be able to run the Admin Wizard."
    IDS_E_MINKEYSIZERANGERSA 
                            "The minimum key size must be between 1024 and 2048 bits."
    IDS_E_DAYSRANGE         "The number of days must be between 1 and 999."
    IDS_E_BLANKADMIN        "You must specify the location of the original installer."
    IDS_E_BLANKCLIENT       "You must specify the location of the Non-Admin installer."
    IDS_E_CANTSAVE          "The Administrative Preferences file can not be altered in the current environment. Please be sure that you are logged in as a user with administrative privileges on this machine.\n\nThe PGP Administration Wizard will be aborted."
    IDS_E_CANTCOPY          "The Non-Admin installer file could not be created. Please make sure that the location of the file is not on a read-only location, such as a CD-ROM or a write-protected floppy disk."
END

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



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "PGPadminVer.rc"

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

⌨️ 快捷键说明

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