]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/tools/configtool/common/win32/CTOptionsDialog.h
Initial revision
[karo-tx-redboot.git] / tools / src / tools / configtool / common / win32 / CTOptionsDialog.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 Configuration -> Options View tab
34 // Requires:    
35 // Provides:    
36 // See also:    
37 // Known bugs:  
38 // Usage:       
39 //
40 //####DESCRIPTIONEND####
41 //
42 //===========================================================================
43 #if !defined(AFX_OUTPUTPAGE_H__3B88C71B_2008_11D2_80C1_00A0C949ADAC__INCLUDED_)
44 #define AFX_OUTPUTPAGE_H__3B88C71B_2008_11D2_80C1_00A0C949ADAC__INCLUDED_
45
46 #if _MSC_VER >= 1000
47 #pragma once
48 #endif // _MSC_VER >= 1000
49 // OutputPage.h : header file
50 //
51
52 #include "resource.h"
53 #include "eCosDialog.h"
54
55 /////////////////////////////////////////////////////////////////////////////
56 // CToolsOptionsDialog dialog
57
58 class CToolsOptionsDialog : public CeCosDialog
59 {
60
61 // Construction
62 public:
63         CToolsOptionsDialog();
64         ~CToolsOptionsDialog();
65
66 // Dialog Data
67         //{{AFX_DATA(CToolsOptionsDialog)
68         enum { IDD = IDD_TOOLS_OPTIONS_DIALOG };
69         //}}AFX_DATA
70
71
72 // Overrides
73         // ClassWizard generate virtual function overrides
74         //{{AFX_VIRTUAL(CToolsOptionsDialog)
75         protected:
76         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
77         //}}AFX_VIRTUAL
78
79 // Implementation
80 protected:
81         void SetButtons();
82         // Generated message map functions
83         //{{AFX_MSG(CToolsOptionsDialog)
84         virtual BOOL OnInitDialog();
85         afx_msg void OnDeferred();
86         afx_msg void OnImmediate();
87         virtual void OnOK();
88         //}}AFX_MSG
89         DECLARE_MESSAGE_MAP()
90
91 };
92
93 //{{AFX_INSERT_LOCATION}}
94 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
95
96 #endif // !defined(AFX_OUTPUTPAGE_H__3B88C71B_2008_11D2_80C1_00A0C949ADAC__INCLUDED_)