summaryrefslogtreecommitdiff
path: root/hammer/optview2d.h
blob: 2acfa3f6627be4385aa216e93dd03d34a1a41e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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()

};