//{{AFX_INCLUDES() #include "leadrasterimglist.h" //}}AFX_INCLUDES #if !defined(AFX_BROWSEDLG_H__88921528_704F_11D5_860A_00104BDB8FF9__INCLUDED_) #define AFX_BROWSEDLG_H__88921528_704F_11D5_860A_00104BDB8FF9__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // BrowseDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CBrowseDlg dialog class CBrowseDlg : public CDialog { // Construction public: CBrowseDlg(CWnd* pParent = NULL); // standard constructor void OnCancel(); void AddLEADListItem(LPCTSTR pszFilename, long Bitmap); BOOL Create(); BOOL m_bBrowsing; // Dialog Data //{{AFX_DATA(CBrowseDlg) enum { IDD = IDD_BROWSEDLG }; CListBox m_HiddenList; CLEADRasterImgList m_LEADImageList; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CBrowseDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual void PostNcDestroy(); //}}AFX_VIRTUAL // Implementation protected: CWnd* m_pMyOwner; int m_nID; // Generated message map functions //{{AFX_MSG(CBrowseDlg) virtual BOOL OnInitDialog(); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnClose(); afx_msg void OnPaletteChanged(CWnd* pFocusWnd); afx_msg void OnClickLeadimglistctrl1(); afx_msg void OnKeyPressLeadimglistctrl1(short KeyAscii); afx_msg void OnItemSelectedLeadimglistctrl1(long nIndex); DECLARE_EVENTSINK_MAP() //}}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__88921528_704F_11D5_860A_00104BDB8FF9__INCLUDED_)