You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.3 KiB
C++

//////////////////////////////////////////////////////////////////////////////
//Îļþ: CScaleViewPage.h
//Ö÷Òª¹¦ÄÜ:
//
//³ÌÐò±àд: 2006-12-07
//
//
/////////////////////////////////////////////////////////////////////////////
#pragma once
/////////////////////////////////////////////////////////////////////////////
// awCScaleDlg dialog
class CScaleViewPage : public CPropertyPage
{
DECLARE_DYNCREATE(CScaleViewPage)
// Construction
public:
CScaleViewPage(CWnd* pParent = NULL); // standard constructor
CSize m_unit;
// Dialog Data
//{{AFX_DATA(CScaleViewPage)
enum { IDD = IDD_DIALOG_SCALE_VIEW };
BOOL m_bNotSame;
CString m_strPrintX;
CString m_strPrintY;
CString m_strRealX;
CString m_strRealY;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CScaleViewPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CScaleViewPage)
afx_msg void OnChangeEDITRealX();
afx_msg void OnChangeEDITRealY();
afx_msg void OnChangeEDITPrintX();
afx_msg void OnChangeEDITPrintY();
virtual BOOL OnInitDialog();
virtual void OnCancel();
afx_msg void OnCheck1();
afx_msg void OnBUTTONWizard();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};