/[H6]/ResultDialog.h
ViewVC logotype

Contents of /ResultDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations) (download)
Thu Aug 31 15:58:20 2006 UTC (17 years, 7 months ago) by torben
File MIME type: text/plain
File size: 577 byte(s)
Implemented search and result dialogs
1 #pragma once
2
3
4 // ResultDialog dialog
5
6 class ResultDialog : public CDialog
7 {
8 DECLARE_DYNAMIC(ResultDialog)
9
10 public:
11 ResultDialog(CWnd* pParent = NULL); // standard constructor
12 virtual ~ResultDialog();
13
14 // Dialog Data
15 enum { IDD = IDD_RESULT };
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 void LoadResults(void);
26 virtual BOOL OnInitDialog();
27 afx_msg void OnBnClickedDetails();
28 };

  ViewVC Help
Powered by ViewVC 1.1.20