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

📄 rasdemo.rc

📁 winc5.0下拨号程序
💻 RC
字号:
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "newres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// Chinese (P.R.C.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
#ifdef _WIN32
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936)
#endif //_WIN32

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

IDD_RASDEMO_DIALOG DIALOG DISCARDABLE  0, 0, 83, 97
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Ras Demostration"
FONT 10, "System"
BEGIN
    CTEXT           "Disconnected",IDC_RAS_STATUS,3,18,77,8
    PUSHBUTTON      "Dial",IDC_DIAL_RASNETWORK,17,68,50,14
END


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

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    IDD_RASDEMO_DIALOG, DIALOG
    BEGIN
        BOTTOMMARGIN, 96
    END
END
#endif    // APSTUDIO_INVOKED


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

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_STR_OpenPort        "Opening port..."
    IDS_STR_PortOpened      "Port opened."
    IDS_STR_ConnectDevice   "Connecting Device..."
    IDS_STR_DeviceConnected "Device connected."
    IDS_STR_AllDevicesConnected "All devices connected."
    IDS_STR_Authenticate    "Authenticating..."
    IDS_STR_AuthNotify      "Authentication notify."
    IDS_STR_AuthRetry       "Authentication retrying..."
    IDS_STR_AuthCallback    "Authentication callback."
    IDS_STR_AuthChangePassword "Requested to change the password "
    IDS_STR_AuthProject     "The projection phase is starting."
    IDS_STR_AuthLinkSpeed   "The link-speed calculation phase is starting."
    IDS_STR_AuthAck         "An authentication request is being acknowledged."
    IDS_STR_ReAuthenticate  "Reauthentication (after callback) is starting."
    IDS_STR_Authenticated   "Authentication completed."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_STR_PrepareForCallback 
                            "About to disconnect in preparation for callback."
    IDS_STR_WaitForModemReset "Wait for the modem reset."
    IDS_STR_WaitForCallback "Waiting for an incoming call from the remote access server."
    IDS_STR_Projected       "Projection result data is available"
    IDS_STR_Interactive     "Interactive."
    IDS_STR_RetryAuthentication "Retry authentication."
    IDS_STR_CallbackSetByCaller "Callback set by caller."
    IDS_STR_PasswordExpired "Password expired."
    IDS_STR_Connected       "Connected."
    IDS_STR_Disconnected    "Disconnected."
    IDS_STR_ERROR           "Error when invoke RasDial."
    IDS_STR_DIAL            "Dial"
    IDS_STR_HANGUP          "Hang up"
END

#endif    // Chinese (P.R.C.) resources
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// 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 ""newres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED

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



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


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

⌨️ 快捷键说明

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