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
RgnButton.h
Package: overlap_button_demo.zip [view]
Upload User: helenlwl
Upload Date: 2007-01-01
Package Size: 14k
Code Size: 1k
Category:
Button control
Development Platform:
Visual C++
- /*********************************************
- REVISION LOG ENTRY
- Revision By: Noam Rathaus
- Revised on 26/5/1999 14:57:00
- Comments: RgnButton.h : implementation file
- **********************************************/
- #if !defined(AFX_RGNBUTTON_H__A60F9873_1365_11D3_A817_0090271A0C11__INCLUDED_)
- #define AFX_RGNBUTTON_H__A60F9873_1365_11D3_A817_0090271A0C11__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // RgnButton.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CRgnButton window
- class CRgnButton : public CButton
- {
- // Construction
- public:
- CRgnButton();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRgnButton)
- protected:
- virtual void PreSubclassWindow();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CRgnButton();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CRgnButton)
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_RGNBUTTON_H__A60F9873_1365_11D3_A817_0090271A0C11__INCLUDED_)