www.pudn.com > RecDemo6.0.rar > ConfigDlg.h


#if !defined(AFX_CONFIGDLG_H__ABF53B33_E399_11D5_B583_00E04C68DC29__INCLUDED_) 
#define AFX_CONFIGDLG_H__ABF53B33_E399_11D5_B583_00E04C68DC29__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ConfigDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CConfigDlg dialog 
 
class CConfigDlg : public CDialog 
{ 
// Construction 
public: 
	CConfigDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CConfigDlg) 
	enum { IDD = IDD_CONFIG }; 
	int		m_AGC; 
	int		m_Compress; 
	char Compresspack[2],AGCpack[2]; 
	int dolly; 
	int theway; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CConfigDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CConfigDlg) 
	virtual void OnOK(); 
	afx_msg void OnRadioCompress(); 
	afx_msg void OnRadio2(); 
	afx_msg void OnRadioAgc(); 
	afx_msg void OnRadio6(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CONFIGDLG_H__ABF53B33_E399_11D5_B583_00E04C68DC29__INCLUDED_)