home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Cell Control / DATA1.CAB / VCDEMO_Files / DbaseDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-11  |  1.3 KB  |  52 lines

  1. //{{AFX_INCLUDES()
  2. #include "cell.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_DBASEDLG_H__E82B5283_ECA4_11D1_8DDD_444553540000__INCLUDED_)
  5. #define AFX_DBASEDLG_H__E82B5283_ECA4_11D1_8DDD_444553540000__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. // DbaseDlg.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CDbaseDlg dialog
  15.  
  16. class CDbaseDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CDbaseDlg(CWnd* pParent = NULL);   // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CDbaseDlg)
  24.     enum { IDD = IDD_DIALOG_DBASE };
  25.     CString    m_filename;
  26.     CCell    m_ctrl;
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CDbaseDlg)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.  
  40.     // Generated message map functions
  41.     //{{AFX_MSG(CDbaseDlg)
  42.     afx_msg void OnButtonBrowser();
  43.     afx_msg void OnButtonOpen();
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_DBASEDLG_H__E82B5283_ECA4_11D1_8DDD_444553540000__INCLUDED_)
  52.