#if !defined(AFX_ABLMEMDLG_H__4173D8E0_8B1D_11D3_8E25_00105A17BC83__INCLUDED_) #define AFX_ABLMEMDLG_H__4173D8E0_8B1D_11D3_8E25_00105A17BC83__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // AblMemDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // AblMemDlg dialog class AblMemDlg : public CDialog { // Construction public: AblMemDlg(Entity* entity, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(AblMemDlg) enum { IDD = IDD_ABLMEMDLG }; float m_Mem0; float m_Mem1; float m_Mem2; float m_Mem3; float m_Mem4; float m_Mem5; float m_Mem6; float m_Mem7; float m_Mem8; float m_Mem9; //}}AFX_DATA Entity* m_entity; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(AblMemDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(AblMemDlg) 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_ABLMEMDLG_H__4173D8E0_8B1D_11D3_8E25_00105A17BC83__INCLUDED_)