SelectViewBar.h
资源名称:warftpd.zip [点击查看]
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // SelectViewBar.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSelectViewBar dialog
- class DLL_WAR_CLIENT_ CSelectViewBar : public CDialogBar
- {
- // Construction
- public:
- CSelectViewBar(CWnd* pParent = NULL); // standard constructor
- void UpdateMe();
- BOOL ExtractName(CFrameWnd *pView, CString& cBuf);
- // Dialog Data
- //{{AFX_DATA(CSelectViewBar)
- enum { IDD = IDD_SELECTWINBAR };
- CTabCtrl m_ctlTab;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSelectViewBar)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSelectViewBar)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnClickTab1(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };