www.pudn.com > NoteBookVC++.rar > KEY.h


#if !defined(AFX_KEY_H__DEA806E3_C518_460B_AE04_62E444DDDC2F__INCLUDED_) 
#define AFX_KEY_H__DEA806E3_C518_460B_AE04_62E444DDDC2F__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// KEY.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// KEY dialog 
 
class KEY : public CDialog 
{ 
// Construction 
public: 
	CBitmapButton PlayButton; 
	KEY(CWnd* pParent = NULL);   // standard constructor 
    CEdit MyEdit; 
	CSliderCtrl MySlider; 
	POINT Sound,Temp,MaxSound; 
	BOOL SelectRadio1; 
 
// Dialog Data 
	//{{AFX_DATA(KEY) 
	enum { IDD = IDD_DIALOG2 }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(KEY) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(KEY) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnRadio1(); 
	afx_msg void OnRadio2(); 
	virtual void OnOK(); 
	afx_msg void OnCustomdrawSlider(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnPlay(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_KEY_H__DEA806E3_C518_460B_AE04_62E444DDDC2F__INCLUDED_)