SetPathDlg.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #if !defined(AFX_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_)
  2. #define AFX_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetPathDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SetPathDlg dialog
  10. class SetPathDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. SetPathDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(SetPathDlg)
  17. enum { IDD = IDD_DLGsetpath };
  18. CString m_server1;
  19. CString m_server2;
  20. CString m_server3;
  21. CString m_server4;
  22. CString m_path1;
  23. CString m_path2;
  24. CString m_path3;
  25. CString m_path4;
  26. CString m_path5;
  27. CString m_server5;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(SetPathDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(SetPathDlg)
  39. virtual BOOL OnInitDialog();
  40. virtual void OnOK();
  41. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_SETPATHDLG_H__8A5A5778_F105_493C_8DCE_2ACBBC962B3D__INCLUDED_)