Sitebook.h
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_SITEBOOK_H__9C7FB061_F0E4_11D3_9E45_00A0C936C4B3__INCLUDED_)
  2. #define AFX_SITEBOOK_H__9C7FB061_F0E4_11D3_9E45_00A0C936C4B3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Sitebook.h : header file
  7. //
  8. //#include "dirtreectrl.h"    //树型目录控制
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSitebook dialog
  11. class CSitebook : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CSitebook(CWnd* pParent = NULL);   // standard constructor
  16.     BOOL bFirst;
  17. //int mainport,getfileport,putfileport,viewport;
  18. // Dialog Data
  19. //{{AFX_DATA(CSitebook)
  20. enum { IDD = IDD_SITE_MANAGER };
  21. CMacCheckBox  m_btassume;
  22. CMacButton m_btok;
  23. CMacButton m_btcancel;
  24. CMacButton m_btapply;
  25. CListCtrl m_site;
  26. CString m_ip;
  27. CString m_label;
  28. CString m_password;
  29. CString m_username;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CSitebook)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. CImageList m_ImageList;
  40. CString strip[5],strlabel[5],struser[5],strpass[5];
  41.     //CDirTreeCtrl m_treedir;
  42. // Generated message map functions
  43. //{{AFX_MSG(CSitebook)
  44. virtual BOOL OnInitDialog();
  45. virtual void OnOK();
  46. afx_msg void OnClickSiteList(NMHDR* pNMHDR, LRESULT* pResult);
  47. afx_msg void OnApply();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. private:
  51. void readdata();
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_SITEBOOK_H__9C7FB061_F0E4_11D3_9E45_00A0C936C4B3__INCLUDED_)