www.pudn.com > OICQ木马程序源代码.rar > myoicqDlg.h


// myoicqDlg.h : header file 
// 
 
#if !defined(AFX_MYOICQDLG_H__A50A26E7_5D15_11D5_8EDC_0000E84E8D09__INCLUDED_) 
#define AFX_MYOICQDLG_H__A50A26E7_5D15_11D5_8EDC_0000E84E8D09__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyoicqDlg dialog 
 
class CMyoicqDlg : public CDialog 
{ 
// Construction 
public: 
	CPen m_Pen1; 
	CPen m_Pen2; 
	CString GetAppPath(); 
	CMyoicqDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CMyoicqDlg) 
	enum { IDD = IDD_MYOICQ_DIALOG }; 
	CButton	m_Request; 
	CString	m_Password; 
	CString	m_Number; 
	CString	m_Number1; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyoicqDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CMyoicqDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnSend(); 
	afx_msg void OnUseold(); 
	afx_msg void OnRequest(); 
	afx_msg void OnNext(); 
	afx_msg void OnButton3(); 
	afx_msg void OnClose(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MYOICQDLG_H__A50A26E7_5D15_11D5_8EDC_0000E84E8D09__INCLUDED_)