ddp2_wgDlg.h
资源名称:ddp2_wg.rar [点击查看]
上传用户:asdl8888
上传日期:2022-05-12
资源大小:1858k
文件大小:1k
源码类别:
外挂编程
开发平台:
Visual C++
- // ddp2_wgDlg.h : header file
- //
- #if !defined(AFX_DDP2_WGDLG_H__2D05E168_4181_46B8_BB29_C03E318C4F66__INCLUDED_)
- #define AFX_DDP2_WGDLG_H__2D05E168_4181_46B8_BB29_C03E318C4F66__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CDdp2_wgDlg dialog
- class CDdp2_wgDlg : public CDialog
- {
- // Construction
- public:
- CDdp2_wgDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDdp2_wgDlg)
- enum { IDD = IDD_DDP2_WG_DIALOG };
- CString m_c;
- BYTE m_cs;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDdp2_wgDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CDdp2_wgDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButton1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DDP2_WGDLG_H__2D05E168_4181_46B8_BB29_C03E318C4F66__INCLUDED_)