XXXXDlg.h
上传用户:gzdongxi
上传日期:2007-07-05
资源大小:30k
文件大小:2k
源码类别:

ICQ弱点检测代码

开发平台:

Visual C++

  1. // XXXXDlg.h : header file
  2. //
  3. #if !defined(AFX_XXXXDLG_H__7FD9EB37_E937_42A4_822B_15E54D621A3E__INCLUDED_)
  4. #define AFX_XXXXDLG_H__7FD9EB37_E937_42A4_822B_15E54D621A3E__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CXXXXDlg dialog
  10. class CXXXXDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. static BOOL CALLBACK EnumWindowsProc(HWND hWnd,LPARAM lParam);
  15. CXXXXDlg(CWnd* pParent = NULL); // standard constructor
  16. bool online;
  17. // Dialog Data
  18. //{{AFX_DATA(CXXXXDlg)
  19. enum { IDD = IDD_XXXX_DIALOG };
  20. CString m_fileName;
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CXXXXDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CXXXXDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg void OnButton1();
  37. afx_msg void OnButton2();
  38. afx_msg void OnTimer(UINT nIDEvent);
  39. afx_msg void OnButton3();
  40. afx_msg void close();
  41. afx_msg void settext();
  42. afx_msg void OnSize(UINT nType, int cx, int cy);
  43. LRESULT OnHotKey(WPARAM wParam,LPARAM lParam);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_XXXXDLG_H__7FD9EB37_E937_42A4_822B_15E54D621A3E__INCLUDED_)