#if !defined(AFX_CONFIGS_H__BD979F5A_48E1_48DC_BC13_CA425BC346B6__INCLUDED_) #define AFX_CONFIGS_H__BD979F5A_48E1_48DC_BC13_CA425BC346B6__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // Configs.h : header file // ///////////////////////////////////////////////////////////////////////////// // CConfigs dialog class CConfigs : public CDialog { // Construction public: CConfigs(CWnd* pParent = NULL); // standard constructor ~CConfigs(); void SetConfigs(pFASTCONFIG pConfig, L_INT nConfigCount, L_INT nTransferMode); void CopyConfigs(pFASTCONFIG pConfigs, L_INT nConfigsCount, L_INT nTransferMode); // Dialog Data //{{AFX_DATA(CConfigs) enum { IDD = IDD_TWN_CONFIGS }; CListCtrl m_lstMemConfig; CListCtrl m_lstNativeConfig; CListCtrl m_lstFileConfig; //}}AFX_DATA pFASTCONFIG m_pFileConfig; pFASTCONFIG m_pMemConfig; pFASTCONFIG m_pNtvConfig; L_INT m_nFileCount; L_INT m_nMemCount; L_INT m_nNtvCount; pFASTCONFIG m_pSelConfigs; L_INT m_nSelConfigsCount; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CConfigs) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CConfigs) virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CONFIGS_H__BD979F5A_48E1_48DC_BC13_CA425BC346B6__INCLUDED_)