#if !defined(AFX_CHKBOX_H__7C3C44CB_E4D3_4A57_BF1A_5A76D639BF42__INCLUDED_) #define AFX_CHKBOX_H__7C3C44CB_E4D3_4A57_BF1A_5A76D639BF42__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ChkBox.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAttribCheckBox window class CAttribCheckBox : public CButton { // Construction public: CAttribCheckBox(UINT uAssociatedControlID); UINT m_uAssociatedControlID; BOOL m_bChecked; BOOL m_bInitiallyChecked; BOOL m_bEnabled; void Initialize(); BOOL EnableWindow(BOOL bEnable = TRUE); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAttribCheckBox) //}}AFX_VIRTUAL // Implementation public: virtual ~CAttribCheckBox(); // Generated message map functions protected: //{{AFX_MSG(CAttribCheckBox) afx_msg void OnClicked(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CHKBOX_H__7C3C44CB_E4D3_4A57_BF1A_5A76D639BF42__INCLUDED_)