#if !defined(AFX_DLGSELECTMEGATEXTURES_H__52E5A92C_6BEF_467D_9D60_87E44B99829A__INCLUDED_) #define AFX_DLGSELECTMEGATEXTURES_H__52E5A92C_6BEF_467D_9D60_87E44B99829A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DlgSelectMegatextures.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDlgSelectMegatextures dialog class CDlgSelectMegatextures : public CDialog { // Construction public: CString m_strMegaTextures; CString m_strHintFile; CDlgSelectMegatextures(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDlgSelectMegatextures) enum { IDD = IDD_SELECT_MEGATEXTURES }; CListBox m_listPages; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDlgSelectMegatextures) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDlgSelectMegatextures) virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLGSELECTMEGATEXTURES_H__52E5A92C_6BEF_467D_9D60_87E44B99829A__INCLUDED_)