www.pudn.com > sancedit.rar > BrowseDlg.h
#if !defined(AFX_BrowseDlg_H__FB02E1E1_0066_11D2_98D4_444553540000__INCLUDED_)
#define AFX_BrowseDlg_H__FB02E1E1_0066_11D2_98D4_444553540000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// BrowseDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBrowseDlg dialog
class CBrowseDlg : public CDialog
{
// Construction
public:
void FindMeshes(char *directory);
CBrowseDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBrowseDlg)
enum { IDD = IDD_BROWSE };
//}}AFX_DATA
static CBrowseDlg* m_Inst;
static CBrowseDlg* GetInstance() {
return m_Inst;
}
HWND GetBrowserWndHandle();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBrowseDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
BOOL m_bInit;
CTreeCtrl *m_Edit;
// Generated message map functions
//{{AFX_MSG(CBrowseDlg)
afx_msg void OnSize(UINT nType, int cx, int cy);
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnPlace();
afx_msg void OnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnStnClickedBrowserWnd();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BrowseDlg_H__FB02E1E1_0066_11D2_98D4_444553540000__INCLUDED_)