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
WinSkinMenu.hpp
Package: VCLSkinv5.30FS.rar [view]
Upload User: xjwsee
Upload Date: 2008-08-02
Package Size: 796k
Code Size: 2k
Category:
Delphi VCL
Development Platform:
Delphi
- // Borland C++ Builder
- // Copyright (c) 1995, 2005 by Borland Software Corporation
- // All rights reserved
- // (DO NOT EDIT: machine generated header) 'Winskinmenu.pas' rev: 10.00
- #ifndef WinskinmenuHPP
- #define WinskinmenuHPP
- #pragma delphiheader begin
- #pragma option push
- #pragma option -w- // All warnings off
- #pragma option -Vx // Zero-length empty class member functions
- #pragma pack(push,8)
- #include <System.hpp> // Pascal unit
- #include <Sysinit.hpp> // Pascal unit
- #include <Windows.hpp> // Pascal unit
- #include <Messages.hpp> // Pascal unit
- #include <Sysutils.hpp> // Pascal unit
- #include <Classes.hpp> // Pascal unit
- #include <Graphics.hpp> // Pascal unit
- #include <Winskindata.hpp> // Pascal unit
- #include <Controls.hpp> // Pascal unit
- #include <Forms.hpp> // Pascal unit
- //-- user supplied -----------------------------------------------------------
- namespace Winskinmenu
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TWinSkinPopMenu;
- class PASCALIMPLEMENTATION TWinSkinPopMenu : public System::TObject
- {
- typedef System::TObject inherited;
- protected:
- void *FPrevWndProc;
- void *FObjectInst;
- bool done;
- void __fastcall WinWndProc(Messages::TMessage &aMsg);
- void __fastcall Default(Messages::TMessage &Msg);
- void __fastcall AddLog(const Messages::TMessage &Msg);
- void __fastcall WMPrint(Messages::TMessage &Msg);
- void __fastcall WMPrintClient(Messages::TMessage &Msg);
- void __fastcall UpdateMenu(Messages::TMessage &Msg);
- void __fastcall NcPaint(Messages::TMessage &Msg);
- void __fastcall WMERASEBKGND(Messages::TMessage &Msg);
- public:
- unsigned hwnd;
- Winskindata::TSkinData* fsd;
- int SelIndex;
- Graphics::TBitmap* MenuBg;
- HMENU hmenu;
- bool crop;
- HRGN clientRgn;
- bool ownerdraw;
- __fastcall TWinSkinPopMenu(void);
- __fastcall virtual ~TWinSkinPopMenu(void);
- void __fastcall InitSkin(unsigned ahwnd, Winskindata::TSkinData* afsd, HMENU amenu);
- void __fastcall UnSubClass(void);
- };
- //-- var, const, procedure ---------------------------------------------------
- #define c_menuprop "WinSkinPopMenu"
- extern PACKAGE TWinSkinPopMenu* newskinmenu;
- } /* namespace Winskinmenu */
- using namespace Winskinmenu;
- #pragma pack(pop)
- #pragma option pop
- #pragma delphiheader end.
- //-- end unit ----------------------------------------------------------------
- #endif // Winskinmenu