#if !defined(AFX_ZOOMPERCENT_H__DBAB9878_0E38_4F00_A247_2887B7566CEA__INCLUDED_) #define AFX_ZOOMPERCENT_H__DBAB9878_0E38_4F00_A247_2887B7566CEA__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ZoomPercent.h : header file // ///////////////////////////////////////////////////////////////////////////// // CZoomPercent dialog class CZoomPercent : public CDialog { // Construction public: CZoomPercent(L_FLOAT fZoom, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CZoomPercent) enum { IDD = IDD_ZOOM_PERCENT }; CButton m_btnOK; float m_fZoomPercent; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CZoomPercent) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CZoomPercent) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnChangeEditZoomPercent(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ZOOMPERCENT_H__DBAB9878_0E38_4F00_A247_2887B7566CEA__INCLUDED_)