blob: 39fba2b4526874f3928bdce2c3d09e3d1b1b72e2 [file] [log] [blame]
#if !defined(AFX_DLGGAMMA_H__16A60641_A8B3_11D6_BB83_444553540000__INCLUDED_)
#define AFX_DLGGAMMA_H__16A60641_A8B3_11D6_BB83_444553540000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgGamma.h : header file
//
#include "xTargetButton.h"
/////////////////////////////////////////////////////////////////////////////
// DlgGamma dialog
class DlgGamma : public CDialog
{
// Construction
public:
DlgGamma(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DlgGamma)
enum { IDD = IDD_GAMMA };
CxTargetButton m_ok;
CxTargetButton m_canc;
float m_gamma;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DlgGamma)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DlgGamma)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGGAMMA_H__16A60641_A8B3_11D6_BB83_444553540000__INCLUDED_)