#if !defined(AFX_SETMASK_H__F47A1B9D_8373_44BF_8BC7_476848998A23__INCLUDED_) #define AFX_SETMASK_H__F47A1B9D_8373_44BF_8BC7_476848998A23__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SETMASK.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSETMASK dialog class CSETMASK : public CDialog { // Construction public: CSETMASK(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSETMASK) enum { IDD = IDD_SET_MASK }; CString m_set_mask; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSETMASK) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CSETMASK) // NOTE: the ClassWizard will add member functions here //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SETMASK_H__F47A1B9D_8373_44BF_8BC7_476848998A23__INCLUDED_)