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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [configtool/] [common/] [win32/] [FindDialog.h] - Blame information for rev 786

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
// FindDialog.h : header file
23
//
24
//===========================================================================
25
//#####DESCRIPTIONBEGIN####
26
//
27
// Author(s):   sdf
28
// Contact(s):  sdf
29
// Date:                1998/08/11
30
// Version:             0.01
31
// Purpose:     
32
// Description: Interface of the overrides of the customized find dialog
33
// Requires:    
34
// Provides:    
35
// See also:    
36
// Known bugs:  
37
// Usage:       
38
//
39
//####DESCRIPTIONEND####
40
//
41
//===========================================================================
42
#if !defined(AFX_FINDDIALOG_H__13E58838_0C06_11D2_80BE_00A0C949ADAC__INCLUDED_)
43
#define AFX_FINDDIALOG_H__13E58838_0C06_11D2_80BE_00A0C949ADAC__INCLUDED_
44
 
45
#if _MSC_VER >= 1000
46
#pragma once
47
#endif // _MSC_VER >= 1000
48
 
49
#include "resource.h"
50
 
51
/////////////////////////////////////////////////////////////////////////////
52
// CFindDialog dialog
53
 
54
class CFindDialog : public CFindReplaceDialog
55
{
56
// Construction
57
public:
58
        CFindDialog();   // standard constructor
59
    virtual ~CFindDialog();
60
        WhereType m_nFindPos;
61
    BOOL Create(LPCTSTR lpszFindWhat, DWORD dwFlags, WhereType where, CWnd* pParentWnd);
62
 
63
// Dialog Data
64
        //{{AFX_DATA(CFindDialog)
65
        enum { IDD = IDD_FINDREPLACE };
66
                // NOTE: the ClassWizard will add data members here
67
        //}}AFX_DATA
68
 
69
 
70
// Overrides
71
        // ClassWizard generated virtual function overrides
72
        //{{AFX_VIRTUAL(CFindDialog)
73
        protected:
74
        virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
75
        //}}AFX_VIRTUAL
76
 
77
// Implementation
78
protected:
79
        // Generated message map functions
80
        //{{AFX_MSG(CFindDialog)
81
        virtual BOOL OnInitDialog();
82
        afx_msg void OnSelchangeSearchcombo();
83
        //}}AFX_MSG
84
        DECLARE_MESSAGE_MAP()
85
};
86
 
87
//{{AFX_INSERT_LOCATION}}
88
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
89
 
90
#endif // !defined(AFX_FINDDIALOG_H__13E58838_0C06_11D2_80BE_00A0C949ADAC__INCLUDED_)

powered by: WebSVN 2.1.0

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