Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
DataHiderView.h
Package: 08.zip [view]
Upload User: ynjin1970
Upload Date: 2014-10-13
Package Size: 6438k
Code Size: 2k
Category:
MiddleWare
Development Platform:
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_)