home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_EVENTSMASK_H__E1BC3E41_748E_11D5_82CB_00C0DF038169__INCLUDED_)
- #define AFX_EVENTSMASK_H__E1BC3E41_748E_11D5_82CB_00C0DF038169__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // EventsMask.h : header file
- //
-
- class CRegenWizardAppWiz;
-
- /////////////////////////////////////////////////////////////////////////////
- // EventsMask dialog
-
- class CEventsMask : public CAppWizStepDlg
- {
- // Construction
- public:
- CEventsMask(CRegenWizardAppWiz *pMain, CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CEventsMask)
- enum { IDD = IDD_EVENTS };
- CListBox m_listConnect;
- CListBox m_listAdd;
- //}}AFX_DATA
-
- bool m_boolFirst;
- CRegenWizardAppWiz *m_pclsMain;
-
- void MoveList(CListBox *listSrc, CListBox *listDest, const char *strInDict);
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEventsMask)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CEventsMask)
- afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
- afx_msg void OnButtonAdd();
- afx_msg void OnButtonRemove();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_EVENTSMASK_H__E1BC3E41_748E_11D5_82CB_00C0DF038169__INCLUDED_)
-