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

📄 createrightbt1.h

📁 此代码使用bmp图作为主要界面
💻 H
字号:
#if !defined(AFX_CREATERIGHTBT1_H__F60813CE_BE07_4C7F_B3F7_91A2E9F99AA3__INCLUDED_)
#define AFX_CREATERIGHTBT1_H__F60813CE_BE07_4C7F_B3F7_91A2E9F99AA3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CreateRightBT1.h : header file
//

#include "ButtonWnd.h"
#include "showfirstright.h"

/////////////////////////////////////////////////////////////////////////////
// CCreateRightBT1 window

class CCreateRightBT1 : public CShowFirstRight
{
// Construction
public:
	CCreateRightBT1();
	~CCreateRightBT1();
	int CreateWnd(DWORD dwStyle, CRect &rect, CWnd *pParent, UINT id);

// Attributes
public:
	CButtonWnd m_bw0;
    CButtonWnd m_bw1;
	CButtonWnd m_bw2;
	CButtonWnd m_bw3;
	CButtonWnd m_bw4;
	CButtonWnd m_bw5;
	CButtonWnd m_bw6;
	CButtonWnd m_bw7;
	CButtonWnd m_bw8;
	CButtonWnd m_bw9;
	CButtonWnd m_bw10;
	CButtonWnd m_bw11;
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CREATERIGHTBT1_H__F60813CE_BE07_4C7F_B3F7_91A2E9F99AA3__INCLUDED_)

⌨️ 快捷键说明

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