/[H6]/AdminDialog.h
ViewVC logotype

Annotation of /AdminDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations) (download)
Wed Aug 30 08:19:13 2006 UTC (17 years, 8 months ago) by torben
File MIME type: text/plain
File size: 426 byte(s)
Added (empty) SearchDialog,ResultDialog & AdminDialog
1 torben 5 #pragma once
2    
3    
4     // AdminDialog dialog
5    
6     class AdminDialog : public CDialog
7     {
8     DECLARE_DYNAMIC(AdminDialog)
9    
10     public:
11     AdminDialog(CWnd* pParent = NULL); // standard constructor
12     virtual ~AdminDialog();
13    
14     // Dialog Data
15     enum { IDD = IDD_ADMIN };
16    
17     protected:
18     virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
19    
20     DECLARE_MESSAGE_MAP()
21     virtual void OnCancel();
22     virtual void OnOK();
23     };

  ViewVC Help
Powered by ViewVC 1.1.20