#pragma once #include "common.h" #include "resource.h" class DbgEventList : public CDialog { public: DbgEventList(CWnd *pParent = NULL); //{{AFX_DATA(DbgEventList) enum { IDD = IDD_DBG_EVENT_LIST }; CListCtrl mList; T2TowerEvent *mTowerEvent; //}}AFX_DATA //{{AFX_VIRTUAL(DbgEventList) public: virtual BOOL OnInitDialog(); protected: virtual void DoDataExchange(CDataExchange *pDX); protected: void RefreshEvents(); void AddEvents(LArray &array, const char *mode); //{{AFX_MSG(DbgEventList) afx_msg void OnEventStart(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };