/[H6]/ResultDialog.h
ViewVC logotype

Contents of /ResultDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations) (download)
Sun Sep 3 10:10:19 2006 UTC (17 years, 6 months ago) by torben
File MIME type: text/plain
File size: 597 byte(s)
Added author/developer comments
1 /*
2 * Developed by Torben H. Nielsen
3 */
4
5 #pragma once
6
7
8 class ResultDialog : public CDialog
9 {
10 DECLARE_DYNAMIC(ResultDialog)
11
12 public:
13 ResultDialog(CWnd* pParent = NULL); // standard constructor
14 virtual ~ResultDialog();
15
16 // Dialog Data
17 enum { IDD = IDD_RESULT };
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 public:
26 afx_msg void OnSetFocus(CWnd* pOldWnd);
27 void LoadResults(void);
28 virtual BOOL OnInitDialog();
29 afx_msg void OnBnClickedDetails();
30 };

  ViewVC Help
Powered by ViewVC 1.1.20