www.pudn.com > Success5.6.rar > Rotate.cpp
// Rotate.cpp : implementation file
//
#include "stdafx.h"
#include "0211080239.h"
#include "Rotate.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// Rotate dialog
Rotate::Rotate(CWnd* pParent /*=NULL*/)
: CDialog(Rotate::IDD, pParent)
{
//{{AFX_DATA_INIT(Rotate)
m_th = 30.0f;
//}}AFX_DATA_INIT
}
void Rotate::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Rotate)
DDX_Text(pDX, IDC_EDIT1, m_th);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(Rotate, CDialog)
//{{AFX_MSG_MAP(Rotate)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// Rotate message handlers