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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [Utils/] [win32/] [eCosPropertySheet.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
#if !defined(AFX_ECOSPROPERTYSHEET_H__900AB3BE_8321_11D3_A534_00A0C949ADAC__INCLUDED_)
23
#define AFX_ECOSPROPERTYSHEET_H__900AB3BE_8321_11D3_A534_00A0C949ADAC__INCLUDED_
24
 
25
#if _MSC_VER > 1000
26
#pragma once
27
#endif // _MSC_VER > 1000
28
// eCosPropertySheet.h : header file
29
//
30
 
31
#ifdef PLUGIN
32
  #include "ide.win32.h"
33
#endif
34
#include "CSHPropertySheet.h"
35
 
36
/////////////////////////////////////////////////////////////////////////////
37
// CeCosPropertySheet dialog
38
 
39
class CeCosPropertySheet : public CCSHPropertySheet
40
{
41
        DECLARE_DYNCREATE(CeCosPropertySheet)
42
// Construction
43
public:
44
  CeCosPropertySheet():CCSHPropertySheet(){};
45
  CeCosPropertySheet(UINT nIDCaption, CWnd *pParentWnd = NULL, UINT iSelectPage = 0 ):CCSHPropertySheet(nIDCaption,pParentWnd,iSelectPage){}
46
  CeCosPropertySheet(LPCTSTR pszCaption, CWnd *pParentWnd = NULL, UINT iSelectPage = 0 ):CCSHPropertySheet(pszCaption,pParentWnd,iSelectPage){}
47
 
48
// PropertyPage Data
49
        //{{AFX_DATA(CeCosPropertySheet)
50
                // NOTE: the ClassWizard will add data members here
51
        //}}AFX_DATA
52
 
53
 
54
// Overrides
55
        // ClassWizard generated virtual function overrides
56
        //{{AFX_VIRTUAL(CeCosPropertySheet)
57
        protected:
58
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
59
        //}}AFX_VIRTUAL
60
 
61
// Implementation
62
protected:
63
  virtual UINT HelpID (DWORD dwCtrlID) const;
64
  virtual CString CSHFile() const;
65
  void OnContextMenu(CWnd* pWnd, CPoint point);
66
  BOOL OnHelpInfo(HELPINFO* pHelpInfo);
67
 
68
        // Generated message map functions
69
        //{{AFX_MSG(CeCosPropertySheet)
70
        //}}AFX_MSG
71
        DECLARE_MESSAGE_MAP()
72
};
73
 
74
//{{AFX_INSERT_LOCATION}}
75
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
76
 
77
#endif // !defined(AFX_ECOSPROPERTYSHEET_H__900AB3BE_8321_11D3_A534_00A0C949ADAC__INCLUDED_)

powered by: WebSVN 2.1.0

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