/[H6]/AdminDialog.cpp
ViewVC logotype

Contents of /AdminDialog.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations) (download)
Wed Aug 30 08:19:13 2006 UTC (17 years, 8 months ago) by torben
File size: 811 byte(s)
Added (empty) SearchDialog,ResultDialog & AdminDialog
1 // AdminDialog.cpp : implementation file
2 //
3
4 #include "stdafx.h"
5 #include "h6-udlånssystem.h"
6 #include "AdminDialog.h"
7 #include ".\admindialog.h"
8
9
10 // AdminDialog dialog
11
12 IMPLEMENT_DYNAMIC(AdminDialog, CDialog)
13 AdminDialog::AdminDialog(CWnd* pParent /*=NULL*/)
14 : CDialog(AdminDialog::IDD, pParent)
15 {
16 }
17
18 AdminDialog::~AdminDialog()
19 {
20 }
21
22 void AdminDialog::DoDataExchange(CDataExchange* pDX)
23 {
24 CDialog::DoDataExchange(pDX);
25 }
26
27
28 BEGIN_MESSAGE_MAP(AdminDialog, CDialog)
29 END_MESSAGE_MAP()
30
31
32 // AdminDialog message handlers
33
34 void AdminDialog::OnCancel()
35 {
36 // TODO: Add your specialized code here and/or call the base class
37
38 //CDialog::OnCancel();
39 }
40
41 void AdminDialog::OnOK()
42 {
43 // TODO: Add your specialized code here and/or call the base class
44
45 //CDialog::OnOK();
46 }

  ViewVC Help
Powered by ViewVC 1.1.20