/[H6]/UserEditDialog.h
ViewVC logotype

Contents of /UserEditDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations) (download)
Sun Sep 3 10:10:19 2006 UTC (17 years, 6 months ago) by torben
File MIME type: text/plain
File size: 572 byte(s)
Added author/developer comments
1 /*
2 * Developed by Torben H. Nielsen
3 */
4
5 #pragma once
6
7 #include "Containers.h"
8
9 class UserEditDialog : public CDialog
10 {
11 DECLARE_DYNAMIC(UserEditDialog)
12
13 public:
14 UserEditDialog(CWnd* pParent = NULL); // standard constructor
15 virtual ~UserEditDialog();
16
17 // Dialog Data
18 enum { IDD = IDD_USEREDIT };
19
20 Person m_currentPerson;
21
22 protected:
23 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
24
25 DECLARE_MESSAGE_MAP()
26 public:
27 virtual BOOL OnInitDialog();
28 afx_msg void OnBnClickedAdmin();
29 afx_msg void OnBnClickedOk();
30 };

  ViewVC Help
Powered by ViewVC 1.1.20