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