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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [configtool/] [standalone/] [win32/] [ViewOptions.h] - Blame information for rev 817

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 Configuration -> Options View tab
31
// Requires:    
32
// Provides:    
33
// See also:    
34
// Known bugs:  
35
// Usage:       
36
//
37
//####DESCRIPTIONEND####
38
//
39
//===========================================================================
40
#if !defined(AFX_VIEWOPTIONS_H__3B88C71C_2008_11D2_80C1_00A0C949ADAC__INCLUDED_)
41
#define AFX_VIEWOPTIONS_H__3B88C71C_2008_11D2_80C1_00A0C949ADAC__INCLUDED_
42
 
43
#include "FileName.h"   // Added by ClassView
44
#if _MSC_VER >= 1000
45
#pragma once
46
#endif // _MSC_VER >= 1000
47
// ViewOptions.h : header file
48
//
49
 
50
/////////////////////////////////////////////////////////////////////////////
51
// CViewOptions dialog
52
#include "MainFrm.h"
53
#include "resource.h"
54
#include "eCosDialog.h"
55
 
56
class CViewOptions : public CeCosDialog
57
{
58
 
59
// Construction
60
public:
61
        CViewOptions();
62
        ~CViewOptions();
63
 
64
// Dialog Data
65
        //{{AFX_DATA(CViewOptions)
66
        enum { IDD = IDD_VIEW_SETTINGS_DIALOG };
67
        //}}AFX_DATA
68
 
69
 
70
// Overrides
71
        // ClassWizard generate virtual function overrides
72
        //{{AFX_VIRTUAL(CViewOptions)
73
        public:
74
        protected:
75
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
76
        //}}AFX_VIRTUAL
77
 
78
// Implementation
79
protected:
80
        static CFileName HeaderFileAssociation();
81
        CMainFrame::PaneType m_FontChosen;
82
        LOGFONT m_lf;
83
        static const CFileName strHeaderfileAssociation;
84
        // Generated message map functions
85
        //{{AFX_MSG(CViewOptions)
86
        afx_msg void OnRadioAssociated();
87
        afx_msg void OnRadioCustom();
88
        afx_msg void OnBrowse();
89
        virtual BOOL OnInitDialog();
90
        afx_msg void OnRadioInternalBrowser();
91
        afx_msg void OnRadioAssociatedBrowser();
92
        afx_msg void OnRadioCustomBrowser();
93
        afx_msg void OnBrowseBrowser();
94
        virtual void OnOK();
95
        afx_msg void OnFont();
96
        afx_msg void OnSelchangePanecombo();
97
        //}}AFX_MSG
98
        DECLARE_MESSAGE_MAP()
99
 
100
};
101
 
102
//{{AFX_INSERT_LOCATION}}
103
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
104
 
105
#endif // !defined(AFX_VIEWOPTIONS_H__3B88C71C_2008_11D2_80C1_00A0C949ADAC__INCLUDED_)

powered by: WebSVN 2.1.0

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