www.pudn.com > Success5.6.rar > Rotate.h
#if !defined(AFX_ROTATE_H__FE30A494_A594_4A85_9CC4_C94BEE80F546__INCLUDED_)
#define AFX_ROTATE_H__FE30A494_A594_4A85_9CC4_C94BEE80F546__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Rotate.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Rotate dialog
class Rotate : public CDialog
{
// Construction
public:
Rotate(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Rotate)
enum { IDD = IDD_DIALOG2 };
float m_th;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Rotate)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Rotate)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ROTATE_H__FE30A494_A594_4A85_9CC4_C94BEE80F546__INCLUDED_)