createrightbt1.h

来自「此代码使用bmp图作为主要界面」· C头文件 代码 · 共 46 行

H
46
字号
#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 + =
减小字号Ctrl + -
显示快捷键?