OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [testtool/] [win32/] [OutputPage.h] - Blame information for rev 790

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
// ####ECOSHOSTGPLCOPYRIGHTBEGIN####                                        
2
// -------------------------------------------                              
3
// This file is part of the eCos host tools.                                
4
// Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.            
5
//
6
// This program is free software; you can redistribute it and/or modify     
7
// it under the terms of the GNU General Public License as published by     
8
// the Free Software Foundation; either version 2 or (at your option) any   
9
// later version.                                                           
10
//
11
// This program is distributed in the hope that it will be useful, but      
12
// WITHOUT ANY WARRANTY; without even the implied warranty of               
13
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
14
// General Public License for more details.                                 
15
//
16
// You should have received a copy of the GNU General Public License        
17
// along with this program; if not, write to the                            
18
// Free Software Foundation, Inc., 51 Franklin Street,                      
19
// Fifth Floor, Boston, MA  02110-1301, USA.                                
20
// -------------------------------------------                              
21
// ####ECOSHOSTGPLCOPYRIGHTEND####                                          
22
#if !defined(AFX_OUTPUTPAGE_H__44CEA28A_11C4_11D3_A505_00A0C949ADAC__INCLUDED_)
23
#define AFX_OUTPUTPAGE_H__44CEA28A_11C4_11D3_A505_00A0C949ADAC__INCLUDED_
24
 
25
#if _MSC_VER > 1000
26
#pragma once
27
#endif // _MSC_VER > 1000
28
// OutputPage.h : header file
29
//
30
#include "TestToolRes.h"                // main symbols
31
#include "OutputEdit.h"
32
#include "eCosPropertyPage.h"
33
/////////////////////////////////////////////////////////////////////////////
34
// COutputPage dialog
35
 
36
class COutputPage : public CeCosPropertyPage
37
{
38
        DECLARE_DYNCREATE(COutputPage)
39
 
40
// Construction
41
public:
42
        void AddLogMsg(LPCTSTR psz);
43
        void AddText (LPCTSTR psz);
44
        COutputPage();
45
        ~COutputPage();
46
 
47
// Dialog Data
48
        //{{AFX_DATA(COutputPage)
49
        COutputEdit     m_Edit;
50
        //}}AFX_DATA
51
 
52
 
53
// Overrides
54
        // ClassWizard generate virtual function overrides
55
        //{{AFX_VIRTUAL(COutputPage)
56
        public:
57
        virtual BOOL OnSetActive();
58
        protected:
59
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
60
        //}}AFX_VIRTUAL
61
 
62
// Implementation
63
protected:
64
        CRect m_rcPrev;
65
    CFont m_Font;
66
        // Generated message map functions
67
        //{{AFX_MSG(COutputPage)
68
        virtual BOOL OnInitDialog();
69
        afx_msg void OnSize(UINT nType, int cx, int cy);
70
        //}}AFX_MSG
71
        DECLARE_MESSAGE_MAP()
72
 
73
};
74
 
75
//{{AFX_INSERT_LOCATION}}
76
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
77
 
78
#endif // !defined(AFX_OUTPUTPAGE_H__44CEA28A_11C4_11D3_A505_00A0C949ADAC__INCLUDED_)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.