#if !defined(AFX_CGRAPHICSDLG_H__3778F841_09F4_11D1_8B6B_444553540000__INCLUDED_)
#define AFX_CGRAPHICSDLG_H__3778F841_09F4_11D1_8B6B_444553540000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CGraphicsDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CGraphicsDlg dialog

class CGraphicsDlg : public CDialog
{
// Construction
public:
	CGraphicsDlg(CWnd* pParent = NULL);   // standard constructor

private:
	BOOL SetButtonState( unsigned long, unsigned long, unsigned long );
	void SetGraphicsDesc( void );
	void SetFullMode( unsigned long );
// Dialog Data
	//{{AFX_DATA(CGraphicsDlg)
	enum { IDD = IDD_GRAPHICS };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CGraphicsDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CGraphicsDlg)
	afx_msg void OnMode320x200Clip();
	afx_msg void OnMode320x240Partclip();
	afx_msg void OnMODE640x400CLIP();
	afx_msg void OnMode640x480Partclip();
	afx_msg void OnMode800x600();
	afx_msg void OnNodirectdraw();
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void On384x240Windowed();
	afx_msg void On768x480WINDOWED();
	afx_msg void OnMode1024x768();
	afx_msg void OnForceVsync();
	afx_msg void OnMode512x384();
	afx_msg void OnLocalmem();
	afx_msg void OnShowScanlines();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CGRAPHICSDLG_H__3778F841_09F4_11D1_8B6B_444553540000__INCLUDED_)
