mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
1
This commit is contained in:
@@ -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()
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user