#if !defined(AFX_DLGLOAD_HPP__C0AF82E3_C60F_11D0_B17D_0060973673C5__INCLUDED_) #define AFX_DLGLOAD_HPP__C0AF82E3_C60F_11D0_B17D_0060973673C5__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // dlgload.hpp : header file #include "TFA_Res.h" // ///////////////////////////////////////////////////////////////////////////// // CDlgLoad dialog class CDlgLoad : public CDialog { //CPA2 Stegaru Cristian 98-06 private: CPA_EditorBase *m_pActorDLL; //End CPA2 Stegaru Cristian 98-06 public: CPA_List m_oListOfLoadedFamilies; CPA_BaseObjectList *m_p_oListOfFamilies; // Construction public: CDlgLoad(CWnd* pParent = NULL); // standard constructor //CPA2 Stegaru Cristian 98-06 void mfn_vSetActorDLL (CPA_EditorBase *pActorDLL) { m_pActorDLL = pActorDLL;} //End CPA2 Stegaru Cristian 98-06 void fn_vSetFamilyList (CPA_BaseObjectList *_p_oListOfFamilies) { m_p_oListOfFamilies = _p_oListOfFamilies; } CPA_List *fn_p_oGetListOfSelectedFamilies(void) { return &m_oListOfLoadedFamilies; } // Dialog Data //{{AFX_DATA(CDlgLoad) enum { IDD = IDD_DLG_LOAD }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDlgLoad) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDlgLoad) virtual BOOL OnInitDialog(); afx_msg void OnSize(UINT nType, int cx, int cy); virtual void OnOK(); afx_msg void OnSelchangeLbFamilies(); afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI); afx_msg void OnDestroy(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLGLOAD_HPP__C0AF82E3_C60F_11D0_B17D_0060973673C5__INCLUDED_)