- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
fcclearpanel.hpp
资源名称:P2P.rar [点击查看]
上传用户:boolsoft
上传日期:2015-05-18
资源大小:46607k
文件大小:4k
源码类别:
网络编程
开发平台:
Delphi
- // Borland C++ Builder
- // Copyright (c) 1995, 2002 by Borland Software Corporation
- // All rights reserved
- // (DO NOT EDIT: machine generated header) 'fcClearPanel.pas' rev: 6.00
- #ifndef fcClearPanelHPP
- #define fcClearPanelHPP
- #pragma delphiheader begin
- #pragma option push -w-
- #pragma option push -Vx
- #include <fcCommon.hpp> // Pascal unit
- #include <ExtCtrls.hpp> // Pascal unit
- #include <Buttons.hpp> // Pascal unit
- #include <StdCtrls.hpp> // Pascal unit
- #include <CommCtrl.hpp> // Pascal unit
- #include <Dialogs.hpp> // Pascal unit
- #include <Forms.hpp> // Pascal unit
- #include <Controls.hpp> // Pascal unit
- #include <Graphics.hpp> // Pascal unit
- #include <Classes.hpp> // Pascal unit
- #include <SysUtils.hpp> // Pascal unit
- #include <Messages.hpp> // Pascal unit
- #include <Windows.hpp> // Pascal unit
- #include <SysInit.hpp> // Pascal unit
- #include <System.hpp> // Pascal unit
- //-- user supplied -----------------------------------------------------------
- namespace Fcclearpanel
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TfcCustomTransparentPanel;
- class PASCALIMPLEMENTATION TfcCustomTransparentPanel : public Extctrls::TCustomPanel
- {
- typedef Extctrls::TCustomPanel inherited;
- private:
- HIDESBASE MESSAGE void __fastcall WMEraseBkGnd(Messages::TWMEraseBkgnd &Message);
- HIDESBASE MESSAGE void __fastcall WMMove(Messages::TWMMove &Message);
- protected:
- bool FTransparent;
- bool FInEraseBkGnd;
- void __fastcall ClipChildren(bool Value);
- virtual void __fastcall SetTransparent(bool Value);
- virtual void __fastcall AlignControls(Controls::TControl* AControl, Types::TRect &Rect);
- virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
- virtual void __fastcall CreateWnd(void);
- virtual void __fastcall Paint(void);
- virtual void __fastcall SetParent(Controls::TWinControl* AParent);
- virtual bool __fastcall IsTransparent(void);
- public:
- Variant BasePatch;
- __fastcall virtual TfcCustomTransparentPanel(Classes::TComponent* AOwner);
- virtual void __fastcall Invalidate(void);
- __property bool Transparent = {read=FTransparent, write=SetTransparent, nodefault};
- public:
- #pragma option push -w-inl
- /* TCustomControl.Destroy */ inline __fastcall virtual ~TfcCustomTransparentPanel(void) { }
- #pragma option pop
- public:
- #pragma option push -w-inl
- /* TWinControl.CreateParented */ inline __fastcall TfcCustomTransparentPanel(HWND ParentWindow) : Extctrls::TCustomPanel(ParentWindow) { }
- #pragma option pop
- };
- class DELPHICLASS TfcTransparentPanel;
- class PASCALIMPLEMENTATION TfcTransparentPanel : public TfcCustomTransparentPanel
- {
- typedef TfcCustomTransparentPanel inherited;
- __published:
- __property Align = {default=0};
- __property BevelInner = {default=0};
- __property BevelOuter = {default=2};
- __property BevelWidth = {default=1};
- __property BorderStyle = {default=0};
- __property BorderWidth = {default=0};
- __property Color = {default=-16777201};
- __property Transparent ;
- public:
- #pragma option push -w-inl
- /* TfcCustomTransparentPanel.Create */ inline __fastcall virtual TfcTransparentPanel(Classes::TComponent* AOwner) : TfcCustomTransparentPanel(AOwner) { }
- #pragma option pop
- public:
- #pragma option push -w-inl
- /* TCustomControl.Destroy */ inline __fastcall virtual ~TfcTransparentPanel(void) { }
- #pragma option pop
- public:
- #pragma option push -w-inl
- /* TWinControl.CreateParented */ inline __fastcall TfcTransparentPanel(HWND ParentWindow) : TfcCustomTransparentPanel(ParentWindow) { }
- #pragma option pop
- };
- //-- var, const, procedure ---------------------------------------------------
- #pragma error Unsupported symbol type (23, fcClearPanel)
- } /* namespace Fcclearpanel */
- using namespace Fcclearpanel;
- #pragma option pop // -w-
- #pragma option pop // -Vx
- #pragma delphiheader end.
- //-- end unit ----------------------------------------------------------------
- #endif // fcClearPanel