home *** CD-ROM | disk | FTP | other *** search
- // data.h : header file
- //
- /******************************************************************************\
- *
- * (C) Copyright 1996 by Shetef Solutions Ltd.
- *
- * Address:
- * Shetef Solutions Ltd.
- * P. O. Box 7938
- * Haifa 31078
- * ISRAEL
- *
- * Email : Support@shetef.com
- * WWW: http://www.shetef.com
- * Tel: +972-4-8260064
- * Fax: +972-6-271210
- *
- \******************************************************************************/
-
- /////////////////////////////////////////////////////////////////////////////
- // CData dialog
-
- class CData : public CDialog
- {
- // Construction
- public:
- CData(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CData)
- enum { IDD = IDD_DATA };
- CString m_Data;
- BOOL m_bSubDir;
- BOOL m_bExclude;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CData)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CData)
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-