home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_OPTIONS_H__A030CD5F_D679_453A_9693_252A96B2F908__INCLUDED_)
- #define AFX_OPTIONS_H__A030CD5F_D679_453A_9693_252A96B2F908__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Options.h : header file
- //
-
- #include "roundsliderctrl.h"
- /////////////////////////////////////////////////////////////////////////////
- // COptionsDlg dialog
-
- class COptionsDlg : public CDialog
- {
- // Construction
- public:
- COptionsDlg(CWnd* pParent = NULL); // standard constructor
- COLORREF main_col_ref;
-
- // Dialog Data
- //{{AFX_DATA(COptionsDlg)
- enum { IDD = IDD_DIALOG_OPTIONS };
- CRoundSliderCtrl m_roundSlider;
- CButton m_MainColView;
- int m_PatPosAdd;
- int m_Latency;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(COptionsDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(COptionsDlg)
- afx_msg void OnButtonPickcolor();
- afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_OPTIONS_H__A030CD5F_D679_453A_9693_252A96B2F908__INCLUDED_)
-