#if !defined(AFX_DTABLEUSE_H__86281F00_9510_11D6_9D64_F003308F5405__INCLUDED_)
#define AFX_DTABLEUSE_H__86281F00_9510_11D6_9D64_F003308F5405__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DtableUse.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// DtableUse dialog

class DtableUse : public CDialog
{
// Construction
public:
	DtableUse(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(DtableUse)
	enum { IDD = IDD_TABLE_USE };
	CButton	m_tableMode;
	CButton	m_inj2Gamma;
	CButton	m_inj2Table;
	CButton	m_inj1Table;
	CButton	m_inj1Gamma;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(DtableUse)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(DtableUse)
	virtual void OnOK();
	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_DTABLEUSE_H__86281F00_9510_11D6_9D64_F003308F5405__INCLUDED_)

