www.pudn.com > xxmpx_sjs.rar > DoTest.h


#if !defined(AFX_DOTEST_H__97A8AF40_9CB0_11D6_9935_820C1E189165__INCLUDED_) 
#define AFX_DOTEST_H__97A8AF40_9CB0_11D6_9935_820C1E189165__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DoTest.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// DoTest dialog 
 
class DoTest : public CDialog 
{ 
// Construction 
public: 
	DoTest(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(DoTest) 
	enum { IDD = IDD_DIALOG_DOTEST }; 
	CButton	m_button_show2; 
	CButton	m_button_hide2; 
	CButton	m_button_ycts; 
	CButton	m_button_up; 
	CButton	m_button_show; 
	CButton	m_button_lsxs; 
	CButton	m_button_down; 
	CString	m_edit_text; 
	int		m_radio_lx; 
	CString	m_static_ts; 
	CString	m_static_ts6; 
	CString	m_static_ts7; 
	CString	m_static_ts8; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(DoTest) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(DoTest) 
	afx_msg void OnButtonDown(); 
	afx_msg void OnButtonLsxs(); 
	afx_msg void OnButtonShow(); 
	afx_msg void OnButtonUp(); 
	afx_msg void OnButtonYcts(); 
	afx_msg void OnChangeEditText(); 
	afx_msg void OnRadio1(); 
	afx_msg void OnRadio10(); 
	afx_msg void OnRadio2(); 
	afx_msg void OnRadio3(); 
	afx_msg void OnRadio4(); 
	afx_msg void OnRadio5(); 
	afx_msg void OnRadio6(); 
	afx_msg void OnRadio7(); 
	afx_msg void OnRadio8(); 
	afx_msg void OnRadio9(); 
	afx_msg void OnButtonShow2(); 
	afx_msg void OnButtonHide2(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
	void MyShowing(); 
	void TextShow(); 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DOTEST_H__97A8AF40_9CB0_11D6_9935_820C1E189165__INCLUDED_)