12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- #if !defined(AFX_PHOTOBAK_H__9D0F684B_7ACA_466A_9323_AB787B32F6CC__INCLUDED_)
- #define AFX_PHOTOBAK_H__9D0F684B_7ACA_466A_9323_AB787B32F6CC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PhotoBak.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // PhotoBak dialog
- class PhotoBak : public CDialog
- {
- // Construction
- public:
- PhotoBak(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(PhotoBak)
- enum { IDD = IDD_DLGPhotoBak };
- CSpinButtonCtrl m_spin1;
- BOOL m_bak1;
- BOOL m_bak2;
- BOOL m_bak3;
- BOOL m_bak4;
- BOOL m_bak5;
- CString m_bakserver1;
- CString m_bakserver2;
- CString m_bakserver3;
- CString m_bakserver4;
- CString m_bakserver5;
- CString m_dir1;
- CString m_dir2;
- CString m_dir3;
- CString m_dir4;
- CString m_dir5;
- UINT m_baktime;
- BOOL m_bak6;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(PhotoBak)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(PhotoBak)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnButton3();
- afx_msg void OnButton4();
- afx_msg void OnButton5();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PHOTOBAK_H__9D0F684B_7ACA_466A_9323_AB787B32F6CC__INCLUDED_)
|