testdlgdlg.h
来自「一个WIN CE4.2下的对话框演示程序」· C头文件 代码 · 共 66 行
H
66 行
// TestDlgDlg.h : header file
//
#if !defined(AFX_TESTDLGDLG_H__069C5EF5_FB37_4AAE_B100_8FA7E7EE441D__INCLUDED_)
#define AFX_TESTDLGDLG_H__069C5EF5_FB37_4AAE_B100_8FA7E7EE441D__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// #include "CeBtnST.h"
#include "MyButton.h"
/////////////////////////////////////////////////////////////////////////////
// CTestDlgDlg dialog
class CTestDlgDlg : public CDialog
{
// Construction
public:
BOOL WinExec(LPCTSTR strPath);
CDC m_dcMem;
CBitmap m_bmpBG;
CTestDlgDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTestDlgDlg)
enum { IDD = IDD_TESTDLG_DIALOG };
CMyButton m_btnOption;
CMyButton m_btnTools;
CMyButton m_btnRadar;
CMyButton m_btnNavi;
CMyButton m_btnMPlay;
CMyButton m_btnIE;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestDlgDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTestDlgDlg)
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
afx_msg void OnBtnNavi();
afx_msg void OnBtnRadar();
afx_msg void OnBtnMplay();
afx_msg void OnBtnIe();
afx_msg void OnBtnTools();
afx_msg void OnBtnOption();
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTDLGDLG_H__069C5EF5_FB37_4AAE_B100_8FA7E7EE441D__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?