// ResLog.h : header file // ///////////////////////////////////////////////////////////////////////////// // CResultsLog dialog class CResultsLog : public CDialog { // Construction public: CResultsLog(CWnd* pParent = NULL); // standard constructor BOOL m_bClear; CListBox *m_pResList; // Dialog Data //{{AFX_DATA(CResultsLog) enum { IDD = IDD_RESULTSLOG }; CListBox m_ResultsList; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CResultsLog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CResultsLog) afx_msg void OnButton1(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };