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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [configtool/] [common/] [win32/] [CTPropertiesDialog.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
//===========================================================================
23
//#####DESCRIPTIONBEGIN####
24
//
25
// Author(s):   sdf
26
// Contact(s):  sdf
27
// Date:                1998/08/11
28
// Version:             0.01
29
// Purpose:     
30
// Description: Interface of the Properties Dialog
31
// Requires:    
32
// Provides:    
33
// See also:    
34
// Known bugs:  
35
// Usage:       
36
//
37
//####DESCRIPTIONEND####
38
//
39
//===========================================================================
40
#if !defined(AFX_PROPERTIESDIALOG_H__45994E31_3B59_11D2_80C1_00A0C949ADAC__INCLUDED_)
41
#define AFX_PROPERTIESDIALOG_H__45994E31_3B59_11D2_80C1_00A0C949ADAC__INCLUDED_
42
 
43
#if _MSC_VER >= 1000
44
#pragma once
45
#endif // _MSC_VER >= 1000
46
// PropertiesDialog.h : header file
47
//
48
/////////////////////////////////////////////////////////////////////////////
49
class CConfigItem;
50
#include "resource.h"
51
#include "PropertiesList.h"
52
#include "eCosDialog.h"
53
 
54
// CCTPropertiesDialog dialog
55
class CCTPropertiesDialog : public CeCosDialog
56
{
57
// Construction
58
public:
59
        CCTPropertiesDialog(CConfigItem &ti);   // standard constructor
60
 
61
// Dialog Data
62
        //{{AFX_DATA(CCTPropertiesDialog)
63
        enum { IDD = IDD_VIEW_PROPERTIES_DIALOG };
64
        CPropertiesList m_List;
65
        //}}AFX_DATA
66
 
67
 
68
// Overrides
69
        // ClassWizard generated virtual function overrides
70
        //{{AFX_VIRTUAL(CCTPropertiesDialog)
71
        protected:
72
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
73
        //}}AFX_VIRTUAL
74
 
75
// Implementation
76
protected:
77
  CConfigItem &m_ti;
78
        // Generated message map functions
79
        //{{AFX_MSG(CCTPropertiesDialog)
80
        virtual BOOL OnInitDialog();
81
        //}}AFX_MSG
82
        DECLARE_MESSAGE_MAP()
83
};
84
 
85
//{{AFX_INSERT_LOCATION}}
86
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
87
 
88
#endif // !defined(AFX_PROPERTIESDIALOG_H__45994E31_3B59_11D2_80C1_00A0C949ADAC__INCLUDED_)

powered by: WebSVN 2.1.0

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