Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.5 KiB

  1. #if !defined(AFX_RECYCLEOPTPAGE_H__F8EFE742_FAF8_415C_BA2A_603DB2C64F1B__INCLUDED_)
  2. #define AFX_RECYCLEOPTPAGE_H__F8EFE742_FAF8_415C_BA2A_603DB2C64F1B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RecycleOptPage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRecycleOptPage dialog
  10. class CRecycleOptPage : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CRecycleOptPage)
  13. // Construction
  14. public:
  15. CRecycleOptPage();
  16. ~CRecycleOptPage();
  17. // Dialog Data
  18. //{{AFX_DATA(CRecycleOptPage)
  19. enum { IDD = IDD_APP_RECYCLE };
  20. CButton m_btnTimespan;
  21. CButton m_btnTimer;
  22. CButton m_btnResuests;
  23. CButton m_btnAddTime;
  24. CEdit m_editReqLimit;
  25. CEdit m_editTimeSpan;
  26. UINT m_ReqLimit;
  27. UINT m_TimeSpan;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generate virtual function overrides
  31. //{{AFX_VIRTUAL(CRecycleOptPage)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CRecycleOptPage)
  39. afx_msg void OnAddTime();
  40. afx_msg void OnRecycleRequests();
  41. afx_msg void OnRecycleTimespan();
  42. afx_msg void OnRecycleTimer();
  43. afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_RECYCLEOPTPAGE_H__F8EFE742_FAF8_415C_BA2A_603DB2C64F1B__INCLUDED_)