3 /////////////////////////////////////////////////////////////////////////////
5 // Copyright (c) 2002 Iain Murray, Inference Group, Cavendish, Cambridge.
7 /////////////////////////////////////////////////////////////////////////////
9 #ifndef __BUTTON_PREFS_H__
10 #define __BUTTON_PREFS_H__
12 #include "Common/WinWrap.h"
14 #include "../resource.h"
15 #include "../../DasherCore/DasherTypes.h"
17 #include "../AppSettings.h"
25 class CButtonPrefs
:public CWinWrap
{
27 CButtonPrefs(HWND hParent
, Dasher::CDasher
*pDasher
, CAppSettings
*pAppSettings
);
31 LRESULT
WndProc(HWND Window
, UINT message
, WPARAM wParam
, LPARAM lParam
);
32 void PopulateWidgets();
36 Dasher::CDasher
*m_pDasher
;
37 CAppSettings
*m_pAppSettings
;
39 TCHAR m_tcBuffer
[1000];
41 HWND m_hZoomStepsSlider
;
42 HWND m_hRightZoomSlider
;
43 HWND m_hNoBoxesSlider
;
45 HWND m_hNonUniformSlider
;
51 HWND m_hNonUniformBox
;