/[H6]/ResultDialog.cpp
ViewVC logotype

Contents of /ResultDialog.cpp

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

  ViewVC Help
Powered by ViewVC 1.1.20