diff options
Diffstat (limited to 'hammer/optview2d.h')
| -rw-r--r-- | hammer/optview2d.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/hammer/optview2d.h b/hammer/optview2d.h new file mode 100644 index 0000000..2acfa3f --- /dev/null +++ b/hammer/optview2d.h @@ -0,0 +1,47 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// +// OPTView2D.h : header file +// + +///////////////////////////////////////////////////////////////////////////// +// COPTView2D dialog + +class COPTView2D : public CPropertyPage +{ + DECLARE_DYNCREATE(COPTView2D) + +// Construction +public: + COPTView2D(); + ~COPTView2D(); + +// Dialog Data + //{{AFX_DATA(COPTView2D) + enum { IDD = IDD_OPTIONS_2D }; + CSliderCtrl m_cGridIntensity; + //}}AFX_DATA + + +// Overrides + // ClassWizard generate virtual function overrides + //{{AFX_VIRTUAL(COPTView2D) + public: + virtual BOOL OnApply(); + protected: + virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + //}}AFX_VIRTUAL + +// Implementation +protected: + // Generated message map functions + //{{AFX_MSG(COPTView2D) + virtual BOOL OnInitDialog(); + //}}AFX_MSG + DECLARE_MESSAGE_MAP() + +}; |