#if !defined(AFX_SCALEPROPDLG_H__9CF0ADB5_DB77_4DC3_9761_F81ECBCA5043__INCLUDED_) #define AFX_SCALEPROPDLG_H__9CF0ADB5_DB77_4DC3_9761_F81ECBCA5043__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ScalePropDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CScalePropDlg dialog class CScalePropDlg : public CDialog { // Construction public: CScalePropDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CScalePropDlg) enum { IDD = IDD_SCALEPROP_DLG }; CCustomEditCtrl m_edtSensitivity; CCustomEditCtrl m_edtScale; CCustomEditCtrl m_edtCellIndex; CButton m_ActionCursor; CComboBox m_cmbCell; CComboBox m_cmbVKey; CComboBox m_cmbModifier; CComboBox m_cmbDownKey; CComboBox m_cmbUpKey; UINT m_uCellIndex; UINT m_uSensitivity; BOOL m_bCircleMouse; CConViewView * m_pView; UINT m_uScale; //}}AFX_DATA TCHAR m_FileName[MAX_PATH]; HICON m_hIcon; // 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) afx_msg void OnActionCurBtn(); afx_msg void OnApply(); virtual void OnOK(); virtual BOOL OnInitDialog(); afx_msg void OnChangeActionCellindexEdt(); afx_msg void OnSelchangeActionCellindexCom(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ALPHAPROPDLG_H__F2CAA33E_16C5_4F41_AF17_667483D31C87__INCLUDED_)