/[H6]/ResultDialog.h
ViewVC logotype

Annotation of /ResultDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (hide annotations) (download)
Thu Sep 7 19:24:10 2006 UTC (17 years, 6 months ago) by torben
File MIME type: text/plain
File size: 661 byte(s)
Enable double-click on the result dialog's list control
1 torben 31 /*
2     * Developed by Torben H. Nielsen
3     */
4    
5 torben 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 torben 14 public:
26     afx_msg void OnSetFocus(CWnd* pOldWnd);
27     void LoadResults(void);
28     virtual BOOL OnInitDialog();
29     afx_msg void OnBnClickedDetails();
30 torben 51 afx_msg void OnNMDblclkList(NMHDR *pNMHDR, LRESULT *pResult);
31 torben 5 };

  ViewVC Help
Powered by ViewVC 1.1.20