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
CharView.cpp
Package: vcc.rar [view]
Upload User: cdscwht
Upload Date: 2022-07-27
Package Size: 264k
Code Size: 1k
Category:
Graph Recognize
Development Platform:
Visual Basic
- // CharView.cpp : implementation file
- //
- #include "stdafx.h"
- #include "dip.h"
- #include "CharView.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CCharView
- IMPLEMENT_DYNCREATE(CCharView, CFormView)
- CCharView::CCharView()
- : CFormView(CCharView::IDD)
- {
- //{{AFX_DATA_INIT(CCharView)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- CCharView::~CCharView()
- {
- }
- void CCharView::DoDataExchange(CDataExchange* pDX)
- {
- CFormView::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CCharView)
- DDX_Control(pDX, IDC_EDIT_RESULT, m_result);
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CCharView, CFormView)
- //{{AFX_MSG_MAP(CCharView)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CCharView diagnostics
- #ifdef _DEBUG
- void CCharView::AssertValid() const
- {
- CFormView::AssertValid();
- }
- void CCharView::Dump(CDumpContext& dc) const
- {
- CFormView::Dump(dc);
- }
- #endif //_DEBUG
- /////////////////////////////////////////////////////////////////////////////
- // CCharView message handlers
- void CCharView::OnOK()
- {
- // TODO: Add your control notification handler code here
- }
- void CCharView::OnCancel()
- {
- // TODO: Add your control notification handler code here
- }