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