/[H6]/SearchDialog.h
ViewVC logotype

Annotation of /SearchDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (hide annotations) (download)
Mon Sep 4 07:44:28 2006 UTC (17 years, 6 months ago) by torben
File MIME type: text/plain
File size: 605 byte(s)
Cleanup : removed not used function function definition
1 torben 31 /*
2     * Developed by Torben H. Nielsen
3     */
4    
5 torben 5 #pragma once
6    
7    
8     class SearchDialog : public CDialog
9     {
10     DECLARE_DYNAMIC(SearchDialog)
11    
12     public:
13     SearchDialog(CWnd* pParent = NULL); // standard constructor
14     virtual ~SearchDialog();
15    
16     // Dialog Data
17     enum { IDD = IDD_SEARCH };
18    
19     protected:
20     virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
21    
22     DECLARE_MESSAGE_MAP()
23     virtual void OnOK();
24     virtual void OnCancel();
25 torben 14 public:
26     afx_msg void OnSetFocus(CWnd* pOldWnd);
27     virtual BOOL OnInitDialog();
28     afx_msg void OnBnClickedClear();
29     afx_msg void OnBnClickedSearch();
30 torben 5 };

  ViewVC Help
Powered by ViewVC 1.1.20