statussubwnd.h
来自「此程序是基于BC4的蓝牙CE应用程序」· C头文件 代码 · 共 51 行
H
51 行
#if !defined(AFX_STATUSSUBWND_H__74944604_D4B0_47B0_8470_CDCFAA7F64E6__INCLUDED_)
#define AFX_STATUSSUBWND_H__74944604_D4B0_47B0_8470_CDCFAA7F64E6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StatusSubWnd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStatusSubWnd window
class CStatusSubWnd : public CWnd
{
// Construction
public:
CStatusSubWnd();
// Attributes
public:
CRect rect_status_subwnd;
LOGFONT lf1,lf2,lf3;
// Operations
public:
void CreateDispWin(const RECT& rect, CWnd* pParentWnd, UINT cmd);
//CString num_str,num_str1,num_str2;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStatusSubWnd)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CStatusSubWnd();
// Generated message map functions
protected:
//{{AFX_MSG(CStatusSubWnd)
afx_msg void OnPaint();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STATUSSUBWND_H__74944604_D4B0_47B0_8470_CDCFAA7F64E6__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?