139 lines
4.6 KiB
C++
139 lines
4.6 KiB
C++
|
|
// CodeGear C++Builder
|
||
|
|
// Copyright (c) 1995, 2007 by CodeGear
|
||
|
|
// All rights reserved
|
||
|
|
|
||
|
|
// (DO NOT EDIT: machine generated header) 'Easytaskpanelform.pas' rev: 11.00
|
||
|
|
|
||
|
|
#ifndef EasytaskpanelformHPP
|
||
|
|
#define EasytaskpanelformHPP
|
||
|
|
|
||
|
|
#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 <Variants.hpp> // Pascal unit
|
||
|
|
#include <Themes.hpp> // Pascal unit
|
||
|
|
#include <Uxtheme.hpp> // Pascal unit
|
||
|
|
#include <Classes.hpp> // Pascal unit
|
||
|
|
#include <Graphics.hpp> // Pascal unit
|
||
|
|
#include <Controls.hpp> // Pascal unit
|
||
|
|
#include <Forms.hpp> // Pascal unit
|
||
|
|
#include <Dialogs.hpp> // Pascal unit
|
||
|
|
#include <Mpcommonobjects.hpp> // Pascal unit
|
||
|
|
#include <Menus.hpp> // Pascal unit
|
||
|
|
|
||
|
|
//-- user supplied -----------------------------------------------------------
|
||
|
|
|
||
|
|
namespace Easytaskpanelform
|
||
|
|
{
|
||
|
|
//-- type declarations -------------------------------------------------------
|
||
|
|
class DELPHICLASS TEasyTaskPanelForm;
|
||
|
|
class PASCALIMPLEMENTATION TEasyTaskPanelForm : public Forms::TCustomForm
|
||
|
|
{
|
||
|
|
typedef Forms::TCustomForm inherited;
|
||
|
|
|
||
|
|
private:
|
||
|
|
bool FThemed;
|
||
|
|
Mpcommonobjects::TCommonThemeManager* FThemes;
|
||
|
|
bool __fastcall GetThemed(void);
|
||
|
|
void __fastcall SetThemed(const bool Value);
|
||
|
|
|
||
|
|
protected:
|
||
|
|
virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
|
||
|
|
virtual void __fastcall CreateWnd(void);
|
||
|
|
virtual void __fastcall DestroyWnd(void);
|
||
|
|
DYNAMIC void __fastcall DoShow(void);
|
||
|
|
void __fastcall InvalidateChildren(Controls::TWinControl* ARoot);
|
||
|
|
virtual void __fastcall Loaded(void);
|
||
|
|
HIDESBASE MESSAGE void __fastcall WMDestroy(Messages::TMessage &Msg);
|
||
|
|
HIDESBASE MESSAGE void __fastcall WMEraseBkgnd(Messages::TWMEraseBkgnd &Msg);
|
||
|
|
HIDESBASE MESSAGE void __fastcall WMHScroll(Messages::TWMScroll &Msg);
|
||
|
|
HIDESBASE MESSAGE void __fastcall WMPaint(Messages::TWMPaint &Msg);
|
||
|
|
MESSAGE void __fastcall WMThemeChanged(Messages::TMessage &Message);
|
||
|
|
HIDESBASE MESSAGE void __fastcall WMVScroll(Messages::TWMScroll &Msg);
|
||
|
|
__property Mpcommonobjects::TCommonThemeManager* Themes = {read=FThemes, write=FThemes};
|
||
|
|
|
||
|
|
public:
|
||
|
|
__fastcall virtual TEasyTaskPanelForm(Classes::TComponent* AOwner);
|
||
|
|
__fastcall virtual ~TEasyTaskPanelForm(void);
|
||
|
|
|
||
|
|
__published:
|
||
|
|
__property ActiveControl ;
|
||
|
|
__property Anchors = {default=3};
|
||
|
|
__property AutoSize = {default=0};
|
||
|
|
__property BorderWidth = {default=0};
|
||
|
|
__property Caption = {stored=true};
|
||
|
|
__property Color ;
|
||
|
|
__property Constraints ;
|
||
|
|
__property Font ;
|
||
|
|
__property Height = {stored=true};
|
||
|
|
__property HorzScrollBar ;
|
||
|
|
__property KeyPreview = {default=0};
|
||
|
|
__property OldCreateOrder ;
|
||
|
|
__property PixelsPerInch ;
|
||
|
|
__property PopupMenu ;
|
||
|
|
__property PrintScale = {default=1};
|
||
|
|
__property Scaled = {default=1};
|
||
|
|
__property ShowHint ;
|
||
|
|
__property bool Themed = {read=GetThemed, write=SetThemed, default=1};
|
||
|
|
__property VertScrollBar ;
|
||
|
|
__property Width = {stored=true};
|
||
|
|
__property OnActivate ;
|
||
|
|
__property OnClick ;
|
||
|
|
__property OnClose ;
|
||
|
|
__property OnCloseQuery ;
|
||
|
|
__property OnContextPopup ;
|
||
|
|
__property OnCreate ;
|
||
|
|
__property OnDblClick ;
|
||
|
|
__property OnDestroy ;
|
||
|
|
__property OnDeactivate ;
|
||
|
|
__property OnDragDrop ;
|
||
|
|
__property OnDragOver ;
|
||
|
|
__property OnGetSiteInfo ;
|
||
|
|
__property OnHide ;
|
||
|
|
__property OnHelp ;
|
||
|
|
__property OnKeyDown ;
|
||
|
|
__property OnKeyPress ;
|
||
|
|
__property OnKeyUp ;
|
||
|
|
__property OnMouseDown ;
|
||
|
|
__property OnMouseMove ;
|
||
|
|
__property OnMouseUp ;
|
||
|
|
__property OnMouseWheel ;
|
||
|
|
__property OnMouseWheelDown ;
|
||
|
|
__property OnMouseWheelUp ;
|
||
|
|
__property OnPaint ;
|
||
|
|
__property OnResize ;
|
||
|
|
__property OnShortCut ;
|
||
|
|
__property OnShow ;
|
||
|
|
public:
|
||
|
|
#pragma option push -w-inl
|
||
|
|
/* TCustomForm.CreateNew */ inline __fastcall virtual TEasyTaskPanelForm(Classes::TComponent* AOwner, int Dummy) : Forms::TCustomForm(AOwner, Dummy) { }
|
||
|
|
#pragma option pop
|
||
|
|
|
||
|
|
public:
|
||
|
|
#pragma option push -w-inl
|
||
|
|
/* TWinControl.CreateParented */ inline __fastcall TEasyTaskPanelForm(HWND ParentWindow) : Forms::TCustomForm(ParentWindow) { }
|
||
|
|
#pragma option pop
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
|
||
|
|
typedef TMetaClass* TEasyTaskPanelFormClass;
|
||
|
|
|
||
|
|
//-- var, const, procedure ---------------------------------------------------
|
||
|
|
|
||
|
|
} /* namespace Easytaskpanelform */
|
||
|
|
using namespace Easytaskpanelform;
|
||
|
|
#pragma pack(pop)
|
||
|
|
#pragma option pop
|
||
|
|
|
||
|
|
#pragma delphiheader end.
|
||
|
|
//-- end unit ----------------------------------------------------------------
|
||
|
|
#endif // Easytaskpanelform
|