sbc2442dlg.h

来自「在WinCE下面」· C头文件 代码 · 共 58 行

H
58
字号
// SBC2442Dlg.h : header file
//

#if !defined(AFX_SBC2442DLG_H__2A4180E7_D48C_4B68_A524_08E3E1CF855D__INCLUDED_)
#define AFX_SBC2442DLG_H__2A4180E7_D48C_4B68_A524_08E3E1CF855D__INCLUDED_

#include "UartTest.h"	// Added by ClassView
#include "AboutWindow.h"	// Added by ClassView
#include "AllSimpleTest.h"	// Added by ClassView
#include "KeyBoardTest.h"	// Added by ClassView
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

/////////////////////////////////////////////////////////////////////////////
// CSBC2442Dlg dialog

class CSBC2442Dlg : public CDialog
{
// Construction
public:
	CKeyBoardTest m_keyboardtest;
	SYSTEMTIME m_systemtime;
	CSBC2442Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CSBC2442Dlg)
	enum { IDD = IDD_SBC2442_DIALOG };
	CTabCtrl	m_tab;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSBC2442Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	CUartTest m_uarttest;
	CAllSimpleTest m_allsimpletest;
	CAboutWindow m_aboutwindow;
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CSBC2442Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnAllTestOver();
	afx_msg void OnSelchangeTabFather(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SBC2442DLG_H__2A4180E7_D48C_4B68_A524_08E3E1CF855D__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?