logomdi.h
来自「君正早期ucos系统(只有早期的才不没有打包成库),MPLAYER,文件系统,图」· C头文件 代码 · 共 30 行
H
30 行
// logomdi.h : header file
/////////////////////////////////////////////////////////////////////////////
// CLogoMdi window
#if !defined(_CLOGOMDI_H)
#define _CLOGOMDI_H
#include "ximage.h"
class CLogoMdi : public CWnd
{
// Construction
public:
CLogoMdi();
// Implementation
public:
virtual ~CLogoMdi();
// Generated message map functions
protected:
CSize m_sizeClient ;
CFont m_LogoFont;
CString sLogoString;
CxImage* bgImage;
//{{AFX_MSG(CLogoMdi)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?