createrightbt2.h
来自「此代码使用bmp图作为主要界面」· C头文件 代码 · 共 37 行
H
37 行
// 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 + =
减小字号Ctrl + -
显示快捷键?