/[H6]/UserEditDialog.h
ViewVC logotype

Contents of /UserEditDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations) (download)
Wed Aug 30 21:57:57 2006 UTC (17 years, 8 months ago) by torben
File MIME type: text/plain
File size: 554 byte(s)
Finished (???) administration part - plus made a dummy offline version of the DatabaseLayer class.
1 #pragma once
2
3 #include "Containers.h"
4
5 // UserEditDialog dialog
6
7 class UserEditDialog : public CDialog
8 {
9 DECLARE_DYNAMIC(UserEditDialog)
10
11 public:
12 UserEditDialog(CWnd* pParent = NULL); // standard constructor
13 virtual ~UserEditDialog();
14
15 // Dialog Data
16 enum { IDD = IDD_USEREDIT };
17
18 Person m_currentPerson;
19
20 protected:
21 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
22
23 DECLARE_MESSAGE_MAP()
24 public:
25 virtual BOOL OnInitDialog();
26 afx_msg void OnBnClickedAdmin();
27 afx_msg void OnBnClickedOk();
28 };

  ViewVC Help
Powered by ViewVC 1.1.20