Sitebook.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:
Telnet服务器
开发平台:
Visual C++
- #if !defined(AFX_SITEBOOK_H__9C7FB061_F0E4_11D3_9E45_00A0C936C4B3__INCLUDED_)
- #define AFX_SITEBOOK_H__9C7FB061_F0E4_11D3_9E45_00A0C936C4B3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Sitebook.h : header file
- //
- //#include "dirtreectrl.h" //树型目录控制
- /////////////////////////////////////////////////////////////////////////////
- // CSitebook dialog
- class CSitebook : public CDialog
- {
- // Construction
- public:
- CSitebook(CWnd* pParent = NULL); // standard constructor
- BOOL bFirst;
- //int mainport,getfileport,putfileport,viewport;
- // Dialog Data
- //{{AFX_DATA(CSitebook)
- enum { IDD = IDD_SITE_MANAGER };
- CMacCheckBox m_btassume;
- CMacButton m_btok;
- CMacButton m_btcancel;
- CMacButton m_btapply;
- CListCtrl m_site;
- CString m_ip;
- CString m_label;
- CString m_password;
- CString m_username;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSitebook)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- CImageList m_ImageList;
- CString strip[5],strlabel[5],struser[5],strpass[5];
- //CDirTreeCtrl m_treedir;
- // Generated message map functions
- //{{AFX_MSG(CSitebook)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnClickSiteList(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnApply();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- void readdata();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SITEBOOK_H__9C7FB061_F0E4_11D3_9E45_00A0C936C4B3__INCLUDED_)