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
BTNCOVW.H
Package: button_color_picker.zip [view]
Upload User: xyjtyn
Upload Date: 2007-01-01
Package Size: 85k
Code Size: 1k
Category:
Button control
Development Platform:
Visual C++
- // btncovw.h : interface of the CBtncolorView class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CBtncolorView : public CView
- {
- protected: // create from serialization only
- CBtncolorView();
- DECLARE_DYNCREATE(CBtncolorView)
- // Attributes
- public:
- CBtncolorDoc* GetDocument();
- // Operations
- public:
- // Implementation
- public:
- virtual ~CBtncolorView();
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CBtncolorView)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in btncovw.cpp
- inline CBtncolorDoc* CBtncolorView::GetDocument()
- { return (CBtncolorDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////