#if !defined(AFX_IMAGELISTDIALOG_H__DD9F5B60_4B8C_11D4_8735_00E0295985A3__INCLUDED_) #define AFX_IMAGELISTDIALOG_H__DD9F5B60_4B8C_11D4_8735_00E0295985A3__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ListDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CImageListDialog dialog class CImageListDialog : public CDialog { // Construction public: CImageListDialog(CWnd* pParent = NULL); // standard constructor BOOL Create(); HWND hCtl; LImageListControl m_ImgList; L_BOOL m_bInit; // Dialog Data //{{AFX_DATA(CImageListDialog) enum { IDD = IDD_IMAGELISTDLG }; CListBox m_HiddenList; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CImageListDialog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation protected: CWnd* m_pMyOwner; int m_nID; // Generated message map functions //{{AFX_MSG(CImageListDialog) virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnPaletteChanged(CWnd* pFocusWnd); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_IMAGELISTDIALOG_H__DD9F5B60_4B8C_11D4_8735_00E0295985A3__INCLUDED_)