/[H6]/ResultDialog.h
ViewVC logotype

Diff of /ResultDialog.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by torben, Wed Aug 30 08:19:13 2006 UTC revision 51 by torben, Thu Sep 7 19:24:10 2006 UTC
# Line 1  Line 1 
1  #pragma once  /*
2     * Developed by Torben H. Nielsen
3     */
4    
5    #pragma once
6    
 // ResultDialog dialog  
7    
8  class ResultDialog : public CDialog  class ResultDialog : public CDialog
9  {  {
# Line 20  protected: Line 22  protected:
22          DECLARE_MESSAGE_MAP()          DECLARE_MESSAGE_MAP()
23          virtual void OnOK();          virtual void OnOK();
24          virtual void OnCancel();          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            afx_msg void OnNMDblclkList(NMHDR *pNMHDR, LRESULT *pResult);
31  };  };

Legend:
Removed from v.5  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.20