www.pudn.com > 图像处理源代码.rar > TransSet.h
#if !defined(AFX_TRANSSET_H__9A1592E4_1BEA_11D5_B65E_D02E8F314079__INCLUDED_)
#define AFX_TRANSSET_H__9A1592E4_1BEA_11D5_B65E_D02E8F314079__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TransSet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTransSet dialog
class CTransSet : public CDialog
{
// Construction
public:
CTransSet(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTransSet)
enum { IDD = IDD_TRANS_SETUP };
CEdit m_eYscale;
CEdit m_eYoff;
CEdit m_eXscale;
CEdit m_eXoff;
CEdit m_eRotate;
BOOL m_bRotate;
BOOL m_bXoff;
BOOL m_bXscale;
BOOL m_bYoff;
BOOL m_bYscale;
float m_rotate;
float m_xoff;
float m_xscale;
float m_yoff;
float m_yscale;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTransSet)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTransSet)
afx_msg void OnRotate();
afx_msg void OnXoff();
afx_msg void OnXscale();
afx_msg void OnYoff();
afx_msg void OnYscale();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TRANSSET_H__9A1592E4_1BEA_11D5_B65E_D02E8F314079__INCLUDED_)