📄 createrightbt2.h
字号:
// CreateRightBT2.h: interface for the CCreateRightBT2 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CREATERIGHTBT2_H__4D748479_61A7_4114_A89F_4C65A0A55230__INCLUDED_)
#define AFX_CREATERIGHTBT2_H__4D748479_61A7_4114_A89F_4C65A0A55230__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ShowSecondRight.h"
#include "ButtonWnd.h"
class CCreateRightBT2 : public CShowSecondRight
{
public:
int CreateWnd(DWORD dwStyle, CRect &rect, CWnd *pParent, UINT id);
CCreateRightBT2();
virtual ~CCreateRightBT2();
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;
};
#endif // !defined(AFX_CREATERIGHTBT2_H__4D748479_61A7_4114_A89F_4C65A0A55230__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -