]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/tools/configtool/common/win32/CTPropertiesDialog.h
Initial revision
[karo-tx-redboot.git] / tools / src / tools / configtool / common / win32 / CTPropertiesDialog.h
1 //####COPYRIGHTBEGIN####
2 //                                                                          
3 // ----------------------------------------------------------------------------
4 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
5 //
6 // This program is part of the eCos host tools.
7 //
8 // This program is free software; you can redistribute it and/or modify it 
9 // under the terms of the GNU General Public License as published by the Free 
10 // Software Foundation; either version 2 of the License, or (at your option) 
11 // any later version.
12 // 
13 // This program is distributed in the hope that it will be useful, but WITHOUT 
14 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
15 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
16 // more details.
17 // 
18 // You should have received a copy of the GNU General Public License along with
19 // this program; if not, write to the Free Software Foundation, Inc., 
20 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 //
22 // ----------------------------------------------------------------------------
23 //                                                                          
24 //####COPYRIGHTEND####
25 //===========================================================================
26 //#####DESCRIPTIONBEGIN####
27 //
28 // Author(s):   sdf
29 // Contact(s):  sdf
30 // Date:                1998/08/11
31 // Version:             0.01
32 // Purpose:     
33 // Description: Interface of the Properties Dialog
34 // Requires:    
35 // Provides:    
36 // See also:    
37 // Known bugs:  
38 // Usage:       
39 //
40 //####DESCRIPTIONEND####
41 //
42 //===========================================================================
43 #if !defined(AFX_PROPERTIESDIALOG_H__45994E31_3B59_11D2_80C1_00A0C949ADAC__INCLUDED_)
44 #define AFX_PROPERTIESDIALOG_H__45994E31_3B59_11D2_80C1_00A0C949ADAC__INCLUDED_
45
46 #if _MSC_VER >= 1000
47 #pragma once
48 #endif // _MSC_VER >= 1000
49 // PropertiesDialog.h : header file
50 //
51 /////////////////////////////////////////////////////////////////////////////
52 class CConfigItem;
53 #include "resource.h"
54 #include "PropertiesList.h"
55 #include "eCosDialog.h"
56
57 // CCTPropertiesDialog dialog
58 class CCTPropertiesDialog : public CeCosDialog
59 {
60 // Construction
61 public:
62         CCTPropertiesDialog(CConfigItem &ti);   // standard constructor
63
64 // Dialog Data
65         //{{AFX_DATA(CCTPropertiesDialog)
66         enum { IDD = IDD_VIEW_PROPERTIES_DIALOG };
67         CPropertiesList m_List;
68         //}}AFX_DATA
69
70
71 // Overrides
72         // ClassWizard generated virtual function overrides
73         //{{AFX_VIRTUAL(CCTPropertiesDialog)
74         protected:
75         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
76         //}}AFX_VIRTUAL
77
78 // Implementation
79 protected:
80   CConfigItem &m_ti;
81         // Generated message map functions
82         //{{AFX_MSG(CCTPropertiesDialog)
83         virtual BOOL OnInitDialog();
84         //}}AFX_MSG
85         DECLARE_MESSAGE_MAP()
86 };
87
88 //{{AFX_INSERT_LOCATION}}
89 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
90
91 #endif // !defined(AFX_PROPERTIESDIALOG_H__45994E31_3B59_11D2_80C1_00A0C949ADAC__INCLUDED_)