SCREENSAFEDLG.H
上传用户:trhysrzt
上传日期:2022-03-19
资源大小:9454k
文件大小:1k
源码类别:

屏幕保护

开发平台:

Visual C++

  1. // ScreenSafeDlg.h : header file
  2. //
  3. #pragma once
  4. // CScreenSafeDlg dialog
  5. class CScreenSafeDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CScreenSafeDlg(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. enum { IDD = IDD_SCREENSAFE_DIALOG };
  12. protected:
  13. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  14. // Implementation
  15. protected:
  16. HICON m_hIcon;
  17. // Generated message map functions
  18. virtual BOOL OnInitDialog();
  19. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  20. afx_msg void OnPaint();
  21. afx_msg HCURSOR OnQueryDragIcon();
  22. DECLARE_MESSAGE_MAP()
  23. };