#if !defined(AFX_ACTIONPROPDLG_H__DD24C433_DF19_4EFF_9194_EC76A826BF15__INCLUDED_) #define AFX_ACTIONPROPDLG_H__DD24C433_DF19_4EFF_9194_EC76A826BF15__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ActionPropDlg.h : header file // #include "MSVC5ConViewDoc.h" #include "MSVC5ConViewView.h" ///////////////////////////////////////////////////////////////////////////// // CActionPropDlg dialog typedef enum ActionConstants { WINDOWLEVEL_ACTION, ALPHA_ACTION , OFFSET_ACTION, SCALE_ACTION, STACK_ACTION, MAGNIFYGLASS_ACTION, } ActionConstants; class CActionPropDlg : public CDialog { // Construction public: CActionPropDlg(CWnd* pParent = NULL); // standard constructor UINT m_uAction; CConViewView * m_pView; TCHAR * m_Text; VOID CheckComboBoxes(); // Dialog Data //{{AFX_DATA(CActionPropDlg) enum { IDD = IDD_SETACTION_DLG }; CComboBox m_cmbMouseButton; CComboBox m_cmbApplyOn; CComboBox m_cmbApplyMethod; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CActionPropDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CActionPropDlg) afx_msg void OnApply(); virtual void OnOK(); virtual BOOL OnInitDialog(); afx_msg void OnSelchangeSetactionMouseCom(); afx_msg void OnSelchangeSetactionApplyonCom(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ACTIONPROPDLG_H__DD24C433_DF19_4EFF_9194_EC76A826BF15__INCLUDED_)