#if !defined(AFX_MAGPROPDLG_H__BE55FEAD_6854_4901_BCF0_0644B06358A3__INCLUDED_) #define AFX_MAGPROPDLG_H__BE55FEAD_6854_4901_BCF0_0644B06358A3__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // MagPropDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CMagPropDlg dialog class CMagPropDlg : public CDialog { // Construction public: CMagPropDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CMagPropDlg) enum { IDD = IDD_MAGPROP_DLG }; CCustomEditCtrl m_edtZoom; CCustomEditCtrl m_edtWidth; CCustomEditCtrl m_edtHeight; CCustomEditCtrl m_edtBorder; CComboBox m_cmbCross; BOOL m_b3D; int m_nBorder; BOOL m_bEllipes; UINT m_uHeight; UINT m_uWidth; int m_nZoom; CConViewView * m_pView; COLORREF m_PenColor; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMagPropDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CMagPropDlg) virtual BOOL OnInitDialog(); afx_msg void OnMagactionPenclrBtn(); afx_msg void OnPaint(); afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct); afx_msg void OnApply(); virtual void OnOK(); afx_msg void OnEditchangeMagactionCrosCom(); afx_msg void OnMagactionElpsChk(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MAGPROPDLG_H__BE55FEAD_6854_4901_BCF0_0644B06358A3__INCLUDED_)