www.pudn.com > devmode.rar > devmodeDlg.h
// devmodeDlg.h : header file
//
#if !defined(AFX_DEVMODEDLG_H__830C6104_ED15_47C3_BAAA_6945F89F8A5C__INCLUDED_)
#define AFX_DEVMODEDLG_H__830C6104_ED15_47C3_BAAA_6945F89F8A5C__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CDevmodeDlg dialog
class CDevmodeDlg : public CDialog
{
// Construction
public:
CDevmodeDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDevmodeDlg)
enum { IDD = IDD_DEVMODE_DIALOG };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDevmodeDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDevmodeDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DEVMODEDLG_H__830C6104_ED15_47C3_BAAA_6945F89F8A5C__INCLUDED_)