DataHiderView.h
资源名称:08.zip [点击查看]
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:2k
源码类别:
中间件编程
开发平台:
Visual C++
- // DataHiderView.h : interface of the CDataHiderView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_DATAHIDERVIEW_H__9B3B0DCD_DD92_11D5_B668_0010DCA65D26__INCLUDED_)
- #define AFX_DATAHIDERVIEW_H__9B3B0DCD_DD92_11D5_B668_0010DCA65D26__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CDataHiderView : public CFormView
- {
- protected: // create from serialization only
- CDataHiderView();
- DECLARE_DYNCREATE(CDataHiderView)
- public:
- //{{AFX_DATA(CDataHiderView)
- enum{ IDD = IDD_DATAHIDER_FORM };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Attributes
- public:
- CDataHiderDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDataHiderView)
- public:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void OnInitialUpdate(); // called first time after construct
- //}}AFX_VIRTUAL
- // Implementation
- public:
- unsigned char ShowCalculate(unsigned char C,unsigned char B);
- unsigned char HideCalculate(unsigned char B,unsigned char H);
- CString m_sHideFileName;
- float t;
- BOOL m_bCanConv1,m_bCanConv2,m_bCanConv3;
- CString m_sCarrierFile,m_sBaseFile,m_sHideFile;
- virtual ~CDataHiderView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CDataHiderView)
- afx_msg void OnBasebmp();
- afx_msg void OnHidefile();
- afx_msg void OnDohide();
- afx_msg void OnResumedata();
- afx_msg void OnBasefile();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in DataHiderView.cpp
- inline CDataHiderDoc* CDataHiderView::GetDocument()
- { return (CDataHiderDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DATAHIDERVIEW_H__9B3B0DCD_DD92_11D5_B668_0010DCA65D26__INCLUDED_)