////////////////////////////////////////////////////////////////////////////// //文件: 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() };