TIFFFrame.h
上传用户:lbr_007
上传日期:2019-05-31
资源大小:282k
文件大小:2k
- // TIFFFrame.h : interface of the TIFFFrame class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_TIFFFRAME_H__AF4A78F7_34A0_43C4_8DA8_7D9734685569__INCLUDED_)
- #define AFX_TIFFFRAME_H__AF4A78F7_34A0_43C4_8DA8_7D9734685569__INCLUDED_
- #include "DropSizeDLG.h"
- #include "ClickListDLG.h"
- class TIFFFrame : public CFrameWnd
- {
-
- protected: // create from serialization only
- TIFFFrame();
- DECLARE_DYNCREATE(TIFFFrame)
- // Operations
- public:
- void UpdateList(void){ m_listBar.UpdateList();}
- void HideList(void);
- void ShowList(void);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(TIFFFrame)
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~TIFFFrame();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected: // control bar embedded members
- CStatusBar m_wndStatusBar;
- CToolBar m_wndToolBar;
- CReBar m_wndReBar;
- DropSizeDLG m_wndDlgBar;
- ClickListDLG m_listBar;
- // Generated message map functions
- protected:
- //{{AFX_MSG(TIFFFrame)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TIFFFRAME_H__AF4A78F7_34A0_43C4_8DA8_7D9734685569__INCLUDED_)