📄 datahiderview.h
字号:
// 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_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -