1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- #if !defined(AFX_MAPINFO_H__C241B9A2_819F_11D1_B548_00AA00A410FC__INCLUDED_)
- #define AFX_MAPINFO_H__C241B9A2_819F_11D1_B548_00AA00A410FC__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif
- class CMapInfo : public CDialog
- {
- public:
- CMapInfo(CWnd* pParent = NULL);
-
- enum { IDD = IDD_DLG_MAPINFO };
- CListBox m_lstEntity;
- int m_nNet;
- int m_nTotalBrushes;
- int m_nTotalEntities;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|