WuiZhi21.cpp
资源名称:txpj.rar [点击查看]
上传用户:pureled
上传日期:2013-05-27
资源大小:1078k
文件大小:1k
源码类别:
GDI/图象编程
开发平台:
Visual C++
- // WuiZhi21.cpp : implementation file
- //
- #include "stdafx.h"
- #include "图像拼接技术.h"
- #include "WuiZhi21.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // WuiZhi2 dialog
- WuiZhi2::WuiZhi2(CWnd* pParent /*=NULL*/)
- : CDialog(WuiZhi2::IDD, pParent)
- {
- //{{AFX_DATA_INIT(WuiZhi2)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void WuiZhi2::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(WuiZhi2)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(WuiZhi2, CDialog)
- //{{AFX_MSG_MAP(WuiZhi2)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // WuiZhi2 message handlers