#if !defined(AFX_SCALEPROPDLG_H__17356AD3_1B27_4628_BB35_71C8C1D7165A__INCLUDED_) #define AFX_SCALEPROPDLG_H__17356AD3_1B27_4628_BB35_71C8C1D7165A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ScalePropDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CScalePropDlg dialog class CScalePropDlg : public CDialog { private: LImageViewer *m_pImageViewer; DISPSCALEACTIONPROPS m_ScaleProp; HCURSOR m_hOldCursor; // Construction public: CScalePropDlg(LImageViewer *pImageViewer, CWnd* pParent = NULL); // standard constructor L_VOID GetKeyboardAction(CComboBox * pVComboBox, CComboBox * pModComboBox, L_INT nAction, L_INT nMouseDirection); L_INT GetIconFileName(L_TCHAR * m_FileName); // Dialog Data //{{AFX_DATA(CScalePropDlg) enum { IDD = IDD_SCALEPROP_DLG }; CButton m_ActionCursor; CCustomEditCtrl m_edtScale; CCustomEditCtrl m_edtCellIndex; CComboBox m_cmbCell; CComboBox m_cmbModifier; CComboBox m_cmbRightKey; CComboBox m_cmbLeftKey; UINT m_uSensitivity; BOOL m_bCircleMouse; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CScalePropDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CScalePropDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnScaleCur(); afx_msg void OnApply(); afx_msg void OnSelChangeScaleCellIndex(); afx_msg void OnChangeScaleCellIndex(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SCALEPROPDLG_H__17356AD3_1B27_4628_BB35_71C8C1D7165A__INCLUDED_)