?? eventtst.rc
字號:
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#ifdef RC_INVOKED
#ifndef _INC_WINDOWS
#define _INC_WINDOWS
#include "winres.h" // extract from windows header
#endif
#endif
/////////////////////////////////////////////////////////////////////////////
#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
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
GENICO ICON DISCARDABLE "EventTst.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
EVENTTSTMENU MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&About", IDM_ABOUT
MENUITEM SEPARATOR
MENUITEM "E&xit", IDM_EXIT
END
END
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
ABOUTBOX DIALOG DISCARDABLE 22, 17, 144, 83
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "About EventTst"
FONT 8, "MS Sans Serif"
BEGIN
CTEXT "Event Objects Demonstration App",IDC_STATIC,0,5,144,8
CTEXT "Multithreading Applications in Win32",IDC_STATIC,0,14,
144,8
CTEXT "Chapter 4",IDC_STATIC,0,23,144,8
DEFPUSHBUTTON "OK",IDOK,56,59,32,14,WS_GROUP
CTEXT "Copyright
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -