#if !defined(AFX_WINLEVELPRPODLG_H__AF26317D_308F_4CF5_BF8D_BE41F882235B__INCLUDED_) #define AFX_WINLEVELPRPODLG_H__AF26317D_308F_4CF5_BF8D_BE41F882235B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // AlphaPropDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CWinLevelPrpoDlg dialog class CWinLevelPrpoDlg : public CDialog { // Construction public: CWinLevelPrpoDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CWinLevelPrpoDlg) enum { IDD = IDD_WLPROP_DLG }; CCustomEditCtrl m_edtSensitivity; CCustomEditCtrl m_edtSubCellIndex; CCustomEditCtrl m_edtWidth; CCustomEditCtrl m_edtCenter; CCustomEditCtrl m_edtCellIndex; CComboBox m_cmbUpKey; CComboBox m_cmbDownKey; CComboBox m_cmbFillType; CComboBox m_cmbSubCellIndex; CButton m_ActionCursor; CComboBox m_cmbCell; CComboBox m_cmbVKey; CComboBox m_cmbModifier; CComboBox m_cmbRightKey; CComboBox m_cmbLeftKey; UINT m_uCellIndex; UINT m_uSensitivity; UINT m_uSubCellIndex; BOOL m_bCircleMouse; CConViewView * m_pView; UINT m_uWidth; int m_nCenter; COLORREF m_ColorIn; COLORREF m_ColorOut; //}}AFX_DATA TCHAR m_FileName[MAX_PATH]; HICON m_hIcon; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CWinLevelPrpoDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CWinLevelPrpoDlg) afx_msg void OnActionCurBtn(); afx_msg void OnApply(); virtual void OnOK(); virtual BOOL OnInitDialog(); afx_msg void OnChangeActionCellindexEdt(); afx_msg void OnSelchangeActionCellindexCom(); afx_msg void OnSelchangeActionSubcellindexCom(); afx_msg void OnChangeActionSubcellindexEdt(); afx_msg void OnPaint(); afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct); afx_msg void OnWlactionClrinBtn(); afx_msg void OnWlactionClroutBtn(); //}}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_)