]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/tools/configtool/standalone/win32/ViewOptions.h
Initial revision
[karo-tx-redboot.git] / tools / src / tools / configtool / standalone / win32 / ViewOptions.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_VIEWOPTIONS_H__3B88C71C_2008_11D2_80C1_00A0C949ADAC__INCLUDED_)
44 #define AFX_VIEWOPTIONS_H__3B88C71C_2008_11D2_80C1_00A0C949ADAC__INCLUDED_
45
46 #include "FileName.h"   // Added by ClassView
47 #if _MSC_VER >= 1000
48 #pragma once
49 #endif // _MSC_VER >= 1000
50 // ViewOptions.h : header file
51 //
52
53 /////////////////////////////////////////////////////////////////////////////
54 // CViewOptions dialog
55 #include "MainFrm.h"
56 #include "resource.h"
57 #include "eCosDialog.h"
58
59 class CViewOptions : public CeCosDialog
60 {
61
62 // Construction
63 public:
64         CViewOptions();
65         ~CViewOptions();
66
67 // Dialog Data
68         //{{AFX_DATA(CViewOptions)
69         enum { IDD = IDD_VIEW_SETTINGS_DIALOG };
70         //}}AFX_DATA
71
72
73 // Overrides
74         // ClassWizard generate virtual function overrides
75         //{{AFX_VIRTUAL(CViewOptions)
76         public:
77         protected:
78         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
79         //}}AFX_VIRTUAL
80
81 // Implementation
82 protected:
83         static CFileName HeaderFileAssociation();
84         CMainFrame::PaneType m_FontChosen;
85         LOGFONT m_lf;
86         static const CFileName strHeaderfileAssociation;
87         // Generated message map functions
88         //{{AFX_MSG(CViewOptions)
89         afx_msg void OnRadioAssociated();
90         afx_msg void OnRadioCustom();
91         afx_msg void OnBrowse();
92         virtual BOOL OnInitDialog();
93         afx_msg void OnRadioInternalBrowser();
94         afx_msg void OnRadioAssociatedBrowser();
95         afx_msg void OnRadioCustomBrowser();
96         afx_msg void OnBrowseBrowser();
97         virtual void OnOK();
98         afx_msg void OnFont();
99         afx_msg void OnSelchangePanecombo();
100         //}}AFX_MSG
101         DECLARE_MESSAGE_MAP()
102
103 };
104
105 //{{AFX_INSERT_LOCATION}}
106 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
107
108 #endif // !defined(AFX_VIEWOPTIONS_H__3B88C71C_2008_11D2_80C1_00A0C949ADAC__INCLUDED_)