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

📄 samcls16.rc

📁 Programming the Microsoft Windows Driver Model(2nd)
💻 RC
字号:
//Microsoft App Studio generated resource script.
//
#include "resource.h"

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

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


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

IDD_SAMPAGE DIALOG DISCARDABLE  0, 0, 223, 206
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Sample Information"
FONT 8, "MS Sans Serif"
BEGIN
    ICON            "",IDC_CLASSICON,7,7,18,20
    LTEXT           "Name of device",IDC_SAMNAME,37,9,165,7
    LTEXT           "This device is one of the sample programs accompanying ""Programming the Microsoft Windows Driver Model"" by Walter Oney (Microsoft Press 2d ed. 2002)",
                    IDC_STATIC,7,32,205,31
    LTEXT           "Additional information on usage or testing may be available by pressing the ""More Info"" button below",
                    IDC_INFOLABEL,7,153,211,26
    PUSHBUTTON      "&More Info...",IDB_MOREINFO,86,187,50,14
END

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

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

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

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

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


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

IDI_SAMICON             ICON    DISCARDABLE     "SAMICON.ICO"

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


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

⌨️ 快捷键说明

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