www.pudn.com > raushon.rar > dlgGeoRota.cpp
// dlgGeoRota.cpp : implementation file
//
#include "stdafx.h"
#include "DibApiTest.h"
#include "dlgGeoRota.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CdlgGeoRota dialog
CdlgGeoRota::CdlgGeoRota(CWnd* pParent /*=NULL*/)
: CDialog(CdlgGeoRota::IDD, pParent)
{
//{{AFX_DATA_INIT(CdlgGeoRota)
m_iRotateAngle = 0;
//}}AFX_DATA_INIT
}
void CdlgGeoRota::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CdlgGeoRota)
DDX_Text(pDX, IDC_RotateAngle, m_iRotateAngle);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CdlgGeoRota, CDialog)
//{{AFX_MSG_MAP(CdlgGeoRota)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CdlgGeoRota message handlers
void CdlgGeoRota::OnOK()
{
// TODO: Add extra validation here
CDialog::OnOK();
}