Leaked source code of windows server 2003
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.

56 lines
1.5 KiB

  1. #if !defined(AFX_ARCHIVEDLG1_H__5BE3306A_6359_4B22_8C01_068AE1EFD1E7__INCLUDED_)
  2. #define AFX_ARCHIVEDLG1_H__5BE3306A_6359_4B22_8C01_068AE1EFD1E7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ArchiveDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CArchiveDlg dialog
  10. class CArchiveDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CArchiveDlg(HANDLE hFax, FAX_ENUM_MESSAGE_FOLDER Folder, CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CArchiveDlg)
  17. enum { IDD = IDD_ARCHIVEDLG };
  18. UINT m_dwAgeLimit;
  19. CString m_cstrFolder;
  20. UINT m_dwHighWatermark;
  21. UINT m_dwLowWatermark;
  22. BOOL m_bUseArchive;
  23. BOOL m_bWarnSize;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CArchiveDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CArchiveDlg)
  35. afx_msg void OnRead();
  36. afx_msg void OnWrite();
  37. virtual BOOL OnInitDialog();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. private:
  41. HANDLE m_hFax;
  42. FAX_ENUM_MESSAGE_FOLDER m_Folder;
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_ARCHIVEDLG1_H__5BE3306A_6359_4B22_8C01_068AE1EFD1E7__INCLUDED_)