PhotoBak.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #if !defined(AFX_PHOTOBAK_H__9D0F684B_7ACA_466A_9323_AB787B32F6CC__INCLUDED_)
  2. #define AFX_PHOTOBAK_H__9D0F684B_7ACA_466A_9323_AB787B32F6CC__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PhotoBak.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // PhotoBak dialog
  10. class PhotoBak : public CDialog
  11. {
  12. // Construction
  13. public:
  14. PhotoBak(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(PhotoBak)
  17. enum { IDD = IDD_DLGPhotoBak };
  18. CSpinButtonCtrl m_spin1;
  19. BOOL m_bak1;
  20. BOOL m_bak2;
  21. BOOL m_bak3;
  22. BOOL m_bak4;
  23. BOOL m_bak5;
  24. CString m_bakserver1;
  25. CString m_bakserver2;
  26. CString m_bakserver3;
  27. CString m_bakserver4;
  28. CString m_bakserver5;
  29. CString m_dir1;
  30. CString m_dir2;
  31. CString m_dir3;
  32. CString m_dir4;
  33. CString m_dir5;
  34. UINT m_baktime;
  35. BOOL m_bak6;
  36. //}}AFX_DATA
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(PhotoBak)
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(PhotoBak)
  47. virtual BOOL OnInitDialog();
  48. virtual void OnOK();
  49. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  50. afx_msg void OnButton1();
  51. afx_msg void OnButton2();
  52. afx_msg void OnButton3();
  53. afx_msg void OnButton4();
  54. afx_msg void OnButton5();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  60. #endif // !defined(AFX_PHOTOBAK_H__9D0F684B_7ACA_466A_9323_AB787B32F6CC__INCLUDED_)