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

📄 ccebuttonst_demo.cpp

📁 用MFC编写的各种按钮
💻 CPP
字号:
#include "stdafx.h"
#include "CCeButtonST_Demo.h"
#include "CCeButtonST_DemoDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

BEGIN_MESSAGE_MAP(CCCeButtonST_DemoApp, CWinApp)
	//{{AFX_MSG_MAP(CCCeButtonST_DemoApp)
	//}}AFX_MSG
END_MESSAGE_MAP()

CCCeButtonST_DemoApp::CCCeButtonST_DemoApp()
	: CWinApp()
{
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCCeButtonST_DemoApp object

CCCeButtonST_DemoApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCCeButtonST_DemoApp initialization

BOOL CCCeButtonST_DemoApp::InitInstance()
{
	CCCeButtonST_DemoDlg dlg;
	m_pMainWnd = &dlg;
	dlg.DoModal();

	return FALSE;
} // End of InitInstance

⌨️ 快捷键说明

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