上传用户:jinxin
上传日期:2022-06-07
资源大小:2203k
文件大小:1k
- // 屏幕保护程序2Dlg.h : header file
- //
- #if !defined(AFX_2DLG_H__155B0C9C_E39E_40EE_AF63_5DD213DEB4F5__INCLUDED_)
- #define AFX_2DLG_H__155B0C9C_E39E_40EE_AF63_5DD213DEB4F5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMy2Dlg dialog
- class CMy2Dlg : public CDialog
- {
- // Construction
- public:
- CMy2Dlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMy2Dlg)
- enum { IDD = IDD_MY2_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMy2Dlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CMy2Dlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnDestroy();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
- afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_2DLG_H__155B0C9C_E39E_40EE_AF63_5DD213DEB4F5__INCLUDED_)