TIFFFrame.h
上传用户:lbr_007
上传日期:2019-05-31
资源大小:282k
文件大小:2k
源码类别:

传真(Fax)编程

开发平台:

Visual C++

  1. // TIFFFrame.h : interface of the TIFFFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_TIFFFRAME_H__AF4A78F7_34A0_43C4_8DA8_7D9734685569__INCLUDED_)
  5. #define AFX_TIFFFRAME_H__AF4A78F7_34A0_43C4_8DA8_7D9734685569__INCLUDED_
  6. #include "DropSizeDLG.h"
  7. #include "ClickListDLG.h"
  8. class TIFFFrame : public CFrameWnd
  9. {
  10. protected: // create from serialization only
  11. TIFFFrame();
  12. DECLARE_DYNCREATE(TIFFFrame)
  13. // Operations
  14. public:
  15. void UpdateList(void){ m_listBar.UpdateList();}
  16. void HideList(void);
  17. void ShowList(void);
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(TIFFFrame)
  21. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~TIFFFrame();
  26. #ifdef _DEBUG
  27. virtual void AssertValid() const;
  28. virtual void Dump(CDumpContext& dc) const;
  29. #endif
  30. protected:  // control bar embedded members
  31. CStatusBar  m_wndStatusBar;
  32. CToolBar    m_wndToolBar;
  33. CReBar      m_wndReBar;
  34. DropSizeDLG m_wndDlgBar;
  35. ClickListDLG m_listBar;
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(TIFFFrame)
  39. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  40. afx_msg void OnSize(UINT nType, int cx, int cy);
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. /////////////////////////////////////////////////////////////////////////////
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_TIFFFRAME_H__AF4A78F7_34A0_43C4_8DA8_7D9734685569__INCLUDED_)