/[H6]/ResultDialog.h
ViewVC logotype

Contents of /ResultDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations) (download)
Wed Aug 30 08:19:13 2006 UTC (17 years, 7 months ago) by torben
File MIME type: text/plain
File size: 432 byte(s)
Added (empty) SearchDialog,ResultDialog & AdminDialog
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 };

  ViewVC Help
Powered by ViewVC 1.1.20