#if !defined(AFX_CONVERTDLG_H__085318BB_5130_4963_A016_29455893804F__INCLUDED_) #define AFX_CONVERTDLG_H__085318BB_5130_4963_A016_29455893804F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ConvertDLG.h : header file // ///////////////////////////////////////////////////////////////////////////// // CConvertDLG dialog class CConvertDLG : public CDialog { // Construction public: CConvertDLG(CWnd* pParent = NULL); // standard constructor L_BOOL m_bEmf; // Dialog Data //{{AFX_DATA(CConvertDLG) enum { IDD = IDD_CONVERT }; int m_nBottom; int m_nDPI; int m_nLeft; CString m_szPath; int m_nRight; int m_nTop; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CConvertDLG) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CConvertDLG) afx_msg void OnConvertBrowse(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CONVERTDLG_H__085318BB_5130_4963_A016_29455893804F__INCLUDED_)