DataHiderView.h
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:2k
源码类别:

中间件编程

开发平台:

Visual C++

  1. // DataHiderView.h : interface of the CDataHiderView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DATAHIDERVIEW_H__9B3B0DCD_DD92_11D5_B668_0010DCA65D26__INCLUDED_)
  5. #define AFX_DATAHIDERVIEW_H__9B3B0DCD_DD92_11D5_B668_0010DCA65D26__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CDataHiderView : public CFormView
  10. {
  11. protected: // create from serialization only
  12. CDataHiderView();
  13. DECLARE_DYNCREATE(CDataHiderView)
  14. public:
  15. //{{AFX_DATA(CDataHiderView)
  16. enum{ IDD = IDD_DATAHIDER_FORM };
  17. // NOTE: the ClassWizard will add data members here
  18. //}}AFX_DATA
  19. // Attributes
  20. public:
  21. CDataHiderDoc* GetDocument();
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CDataHiderView)
  27. public:
  28. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. virtual void OnInitialUpdate(); // called first time after construct
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. unsigned char ShowCalculate(unsigned char C,unsigned char B);
  36. unsigned char HideCalculate(unsigned char B,unsigned char H);
  37. CString m_sHideFileName;
  38. float t;
  39. BOOL m_bCanConv1,m_bCanConv2,m_bCanConv3;
  40. CString m_sCarrierFile,m_sBaseFile,m_sHideFile;
  41. virtual ~CDataHiderView();
  42. #ifdef _DEBUG
  43. virtual void AssertValid() const;
  44. virtual void Dump(CDumpContext& dc) const;
  45. #endif
  46. protected:
  47. // Generated message map functions
  48. protected:
  49. //{{AFX_MSG(CDataHiderView)
  50. afx_msg void OnBasebmp();
  51. afx_msg void OnHidefile();
  52. afx_msg void OnDohide();
  53. afx_msg void OnResumedata();
  54. afx_msg void OnBasefile();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. #ifndef _DEBUG  // debug version in DataHiderView.cpp
  59. inline CDataHiderDoc* CDataHiderView::GetDocument()
  60.    { return (CDataHiderDoc*)m_pDocument; }
  61. #endif
  62. /////////////////////////////////////////////////////////////////////////////
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_DATAHIDERVIEW_H__9B3B0DCD_DD92_11D5_B668_0010DCA65D26__INCLUDED_)