#if !defined(AFX_CONFIGRES_H__DF6FEFA3_C85F_4742_A608_204F3B655B95__INCLUDED_) #define AFX_CONFIGRES_H__DF6FEFA3_C85F_4742_A608_204F3B655B95__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ConfigRes.h : header file // ///////////////////////////////////////////////////////////////////////////// // CConfigResult dialog class CConfigResult : public CDialog { // Construction public: CConfigResult(pFASTCONFIG pBestConfig, pFASTCONFIG pResConfigs, L_INT nResConfigsCount, CWnd * pParent = NULL); // standard constructor void UpdateItemParam(); // Dialog Data //{{AFX_DATA(CConfigResult) enum { IDD = IDD_CONIFGS_RESULT }; CListCtrl m_lstResConfigs; CListCtrl m_lstBestConfig; //}}AFX_DATA pFASTCONFIG m_pBestConfig; pFASTCONFIG m_pResConfigs; L_INT m_nResConfigsCount; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CConfigResult) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CConfigResult) virtual BOOL OnInitDialog(); afx_msg void OnColumnclickListResConfigs(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CONFIGRES_H__DF6FEFA3_C85F_4742_A608_204F3B655B95__INCLUDED_)