/[H6]/SearchDialog.h
ViewVC logotype

Contents of /SearchDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations) (download)
Thu Aug 31 15:58:20 2006 UTC (17 years, 8 months ago) by torben
File MIME type: text/plain
File size: 624 byte(s)
Implemented search and result dialogs
1 #pragma once
2
3
4 // SearchDialog dialog
5
6 class SearchDialog : public CDialog
7 {
8 DECLARE_DYNAMIC(SearchDialog)
9
10 public:
11 SearchDialog(CWnd* pParent = NULL); // standard constructor
12 virtual ~SearchDialog();
13
14 // Dialog Data
15 enum { IDD = IDD_SEARCH };
16
17 protected:
18 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
19
20 DECLARE_MESSAGE_MAP()
21 virtual void OnOK();
22 virtual void OnCancel();
23 public:
24 afx_msg void OnSetFocus(CWnd* pOldWnd);
25 virtual BOOL OnInitDialog();
26 afx_msg void OnBnClickedClear();
27 afx_msg void OnBnClickedSearch();
28 afx_msg void OnCbnSelchangeCombo1();
29 };

  ViewVC Help
Powered by ViewVC 1.1.20