ddp2_wgDlg.h
上传用户:asdl8888
上传日期:2022-05-12
资源大小:1858k
文件大小:1k
源码类别:

外挂编程

开发平台:

Visual C++

  1. // ddp2_wgDlg.h : header file
  2. //
  3. #if !defined(AFX_DDP2_WGDLG_H__2D05E168_4181_46B8_BB29_C03E318C4F66__INCLUDED_)
  4. #define AFX_DDP2_WGDLG_H__2D05E168_4181_46B8_BB29_C03E318C4F66__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDdp2_wgDlg dialog
  10. class CDdp2_wgDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDdp2_wgDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDdp2_wgDlg)
  17. enum { IDD = IDD_DDP2_WG_DIALOG };
  18. CString m_c;
  19. BYTE m_cs;
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CDdp2_wgDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. // Generated message map functions
  30. //{{AFX_MSG(CDdp2_wgDlg)
  31. virtual BOOL OnInitDialog();
  32. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  33. afx_msg void OnPaint();
  34. afx_msg HCURSOR OnQueryDragIcon();
  35. afx_msg void OnButton1();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_DDP2_WGDLG_H__2D05E168_4181_46B8_BB29_C03E318C4F66__INCLUDED_)