youDlg.h
上传用户:shixing_sh
上传日期:2021-10-02
资源大小:3629k
文件大小:1k
源码类别:

工具条

开发平台:

Visual C++

  1. #if !defined(AFX_YOUDLG_H__6AFA8EB3_1535_4432_8B47_331EBA157F2C__INCLUDED_)
  2. #define AFX_YOUDLG_H__6AFA8EB3_1535_4432_8B47_331EBA157F2C__INCLUDED_
  3. #include "TitleBarDlg.h"
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // youDlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CyouDlg dialog
  11. class CyouDlg : public CTitleBarDlg
  12. {
  13. // Construction
  14. public:
  15. CyouDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CyouDlg)
  18. enum { IDD = IDD_DIALOG1 };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CyouDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. // Generated message map functions
  30. //{{AFX_MSG(CyouDlg)
  31. afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point);
  32. afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point);
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnSize(UINT nType, int cx, int cy);
  35. afx_msg void OnButton5();
  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_YOUDLG_H__6AFA8EB3_1535_4432_8B47_331EBA157F2C__INCLUDED_)