62 lines
1.6 KiB
C++
Executable File
62 lines
1.6 KiB
C++
Executable File
#if !defined(AFX_SYSINFODLG1_H__3D3243CA_F07B_4BD7_8448_B24C385F3562__INCLUDED_)
|
|
#define AFX_SYSINFODLG1_H__3D3243CA_F07B_4BD7_8448_B24C385F3562__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// SysInfoDlg1.h : header file
|
|
//
|
|
#include "BmpTxtButton.h"
|
|
#include "SysInfoMsgDlg.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CSysInfoDlg dialog
|
|
|
|
class CSysInfoDlg : public CDialog
|
|
{
|
|
private:
|
|
CDC m_BgDC;
|
|
CFont m_txtFont;
|
|
CFont m_titleFont;
|
|
// Construction
|
|
public:
|
|
CSysInfoDlg(CWnd* pParent = NULL); // standard constructor
|
|
~CSysInfoDlg();
|
|
// Dialog Data
|
|
//{{AFX_DATA(CSysInfoDlg)
|
|
enum { IDD = IDD_DIALOG_SYSINFO };
|
|
CBmpTxtButton m_butGPS;
|
|
CBmpTxtButton m_butTouch;
|
|
CBmpTxtButton m_butExit;
|
|
CBmpTxtButton m_butDate;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CSysInfoDlg)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(CSysInfoDlg)
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnPaint();
|
|
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
|
|
afx_msg void OnButtonSysinfodate();
|
|
afx_msg void OnButtonSysinfoexit();
|
|
afx_msg void OnButtonSysinforesetgps();
|
|
afx_msg void OnButtonSysinfotouch();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_SYSINFODLG1_H__3D3243CA_F07B_4BD7_8448_B24C385F3562__INCLUDED_)
|