BrowseDlg.h
资源名称:BFF_demo.zip [点击查看]
上传用户:furain
上传日期:2007-01-04
资源大小:14k
文件大小:1k
源码类别:
Shell编程
开发平台:
Visual C++
- // BrowseDlg.h : header file
- //
- #if !defined(AFX_BROWSEDLG_H__C477D6C7_FCC5_11D1_A07C_00400566D433__INCLUDED_)
- #define AFX_BROWSEDLG_H__C477D6C7_FCC5_11D1_A07C_00400566D433__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- /////////////////////////////////////////////////////////////////////////////
- // CBrowseDlg dialog
- class CBrowseDlg : public CDialog
- {
- // Construction
- public:
- CBrowseDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CBrowseDlg)
- enum { IDD = IDD_BROWSE_DIALOG };
- CString m_strBrowse;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBrowseDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CBrowseDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButtonBrowse();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_BROWSEDLG_H__C477D6C7_FCC5_11D1_A07C_00400566D433__INCLUDED_)