00001 #ifdef WIN32
00002 #include "stdafx.h"
00003
00004
00005 #include "BlankDialog.h"
00006
00007 #ifdef _DEBUG
00008 #define new DEBUG_NEW
00009 #undef THIS_FILE
00010 static char THIS_FILE[] = __FILE__;
00011 #endif
00012
00014
00015
00016
00017 CBlankDialog::CBlankDialog(CWnd* pParent )
00018 : CDialog(CBlankDialog::IDD, pParent)
00019 {
00020
00021
00022
00023 }
00024
00025
00026 void CBlankDialog::DoDataExchange(CDataExchange* pDX)
00027 {
00028 CDialog::DoDataExchange(pDX);
00029
00030
00031
00032 }
00033
00034
00035 BEGIN_MESSAGE_MAP(CBlankDialog, CDialog)
00036
00037 ON_WM_LBUTTONDBLCLK()
00038
00039 END_MESSAGE_MAP()
00040
00042
00043
00044 void CBlankDialog::OnLButtonDblClk(UINT nFlags, CPoint point)
00045 {
00046 }
00047
00048 #endif