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.

52 lines
1.2 KiB

  1. #if !defined(AFX_DLGTIFF_H__1A1E8CB2_15A9_41AB_9753_765EF0AEF2CF__INCLUDED_)
  2. #define AFX_DLGTIFF_H__1A1E8CB2_15A9_41AB_9753_765EF0AEF2CF__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgTIFF.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgTIFF dialog
  10. class CDlgTIFF : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgTIFF(HANDLE hFax, CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDlgTIFF)
  17. enum { IDD = IDD_TIFF_DLG };
  18. CString m_cstrDstFile;
  19. int m_iFolder;
  20. CString m_cstrMsgId;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDlgTIFF)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CDlgTIFF)
  32. afx_msg void OnCopy();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. private:
  36. HANDLE m_hFax;
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_DLGTIFF_H__1A1E8CB2_15A9_41AB_9753_765EF0AEF2CF__INCLUDED_)