home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / turbocad / v8trial / TurboCADv8ProfessionalNoReg.exe / Data.Cab / F44411_EventsMask.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-10  |  1.5 KB  |  56 lines

  1. #if !defined(AFX_EVENTSMASK_H__E1BC3E41_748E_11D5_82CB_00C0DF038169__INCLUDED_)
  2. #define AFX_EVENTSMASK_H__E1BC3E41_748E_11D5_82CB_00C0DF038169__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // EventsMask.h : header file
  8. //
  9.  
  10. class CRegenWizardAppWiz;
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // EventsMask dialog
  14.  
  15. class CEventsMask : public CAppWizStepDlg
  16. {
  17. // Construction
  18. public:
  19.     CEventsMask(CRegenWizardAppWiz *pMain, CWnd* pParent = NULL);   // standard constructor
  20.  
  21. // Dialog Data
  22.     //{{AFX_DATA(CEventsMask)
  23.     enum { IDD = IDD_EVENTS };
  24.     CListBox    m_listConnect;
  25.     CListBox    m_listAdd;
  26.     //}}AFX_DATA
  27.  
  28.     bool                m_boolFirst;
  29.     CRegenWizardAppWiz    *m_pclsMain;
  30.  
  31.     void                MoveList(CListBox *listSrc, CListBox *listDest, const char *strInDict);
  32.  
  33. // Overrides
  34.     // ClassWizard generated virtual function overrides
  35.     //{{AFX_VIRTUAL(CEventsMask)
  36.     protected:
  37.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38.     //}}AFX_VIRTUAL
  39.  
  40. // Implementation
  41. protected:
  42.  
  43.     // Generated message map functions
  44.     //{{AFX_MSG(CEventsMask)
  45.     afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  46.     afx_msg void OnButtonAdd();
  47.     afx_msg void OnButtonRemove();
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. };
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_EVENTSMASK_H__E1BC3E41_748E_11D5_82CB_00C0DF038169__INCLUDED_)
  56.