DlgConfigStatusBar.h
上传用户:rubberdam
上传日期:2007-01-10
资源大小:43k
文件大小:1k
- #if !defined(AFX_DLGCONFIGSTATUSBAR_H__08EEBC58_86B8_11D3_A9E5_00105A4840E0__INCLUDED_)
- #define AFX_DLGCONFIGSTATUSBAR_H__08EEBC58_86B8_11D3_A9E5_00105A4840E0__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgConfigStatusBar.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgConfigStatusBar dialog
- class CDlgConfigStatusBar : public CDialog
- {
- // Construction
- public:
- CDlgConfigStatusBar(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgConfigStatusBar)
- enum { IDD = IDD_DIALOG_CONFIG_STATUSBAR };
- CButton m_chk_logo;
- CButton m_chk_edit;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgConfigStatusBar)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgConfigStatusBar)
- afx_msg void OnCHECKlogo();
- afx_msg void OnCHECKledit();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGCONFIGSTATUSBAR_H__08EEBC58_86B8_11D3_A9E5_00105A4840E0__INCLUDED_)