DataRestore.h
上传用户:latoyin
上传日期:2017-10-19
资源大小:2882k
文件大小:2k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_DATARESTORE_H__917E4753_2C63_4A95_B3B2_42412EFAD660__INCLUDED_)
  2. #define AFX_DATARESTORE_H__917E4753_2C63_4A95_B3B2_42412EFAD660__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DataRestore.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDataRestore dialog
  10. class CDataRestore : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString ExpandFileName(CString filename);
  15. CDataRestore(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDataRestore)
  18. enum { IDD = IDD_DATARESTORE_DIALOG };
  19. CListCtrl list;
  20. CEdit datafile;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDataRestore)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. CToolBarCtrl toolbar;
  31. CImageList imagelist;
  32. HICON m_hIcon; 
  33. CString backfilename;
  34. // Generated message map functions
  35. //{{AFX_MSG(CDataRestore)
  36. virtual void OnCancel();
  37. virtual void OnOK();
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnCancelMode();
  40. afx_msg void OnButton1();
  41. afx_msg void OnButtonrefresh();
  42. afx_msg void OnButtonclose();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_DATARESTORE_H__917E4753_2C63_4A95_B3B2_42412EFAD660__INCLUDED_)