SelectViewBar.h
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // SelectViewBar.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CSelectViewBar dialog
  5. class DLL_WAR_CLIENT_ CSelectViewBar : public CDialogBar
  6. {
  7. // Construction
  8. public:
  9. CSelectViewBar(CWnd* pParent = NULL);   // standard constructor
  10. void UpdateMe();
  11. BOOL ExtractName(CFrameWnd *pView, CString& cBuf);
  12. // Dialog Data
  13. //{{AFX_DATA(CSelectViewBar)
  14. enum { IDD = IDD_SELECTWINBAR };
  15. CTabCtrl m_ctlTab;
  16. //}}AFX_DATA
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CSelectViewBar)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. // Generated message map functions
  26. //{{AFX_MSG(CSelectViewBar)
  27. afx_msg void OnSize(UINT nType, int cx, int cy);
  28. afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
  29. afx_msg void OnClickTab1(NMHDR* pNMHDR, LRESULT* pResult);
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };