home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Boxes.pas' rev: 3.00
-
- #ifndef BoxesHPP
- #define BoxesHPP
- #include <Menus.hpp>
- #include <ToolWin.hpp>
- #include <ComCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Boxes
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TBox;
- class PASCALIMPLEMENTATION TBox : public Extctrls::TCustomPanel
- {
- typedef Extctrls::TCustomPanel inherited;
-
- private:
- Classes::TNotifyEvent FOnCreate;
- Classes::TNotifyEvent FOnDestroy;
-
- protected:
- virtual void __fastcall Paint(void);
- DYNAMIC void __fastcall GetChildren(Classes::TGetChildProc Proc, Classes::TComponent* Root);
- DYNAMIC void __fastcall SetChildOrder(Classes::TComponent* Child, int Order);
- __property Align ;
- __property Caption ;
-
- public:
- __fastcall virtual TBox(Classes::TComponent* AOwner);
- __fastcall virtual ~TBox(void);
-
- __published:
- __property Alignment ;
- __property BevelInner ;
- __property BevelOuter ;
- __property BevelWidth ;
- __property BorderWidth ;
- __property BorderStyle ;
- __property DragCursor ;
- __property DragMode ;
- __property Enabled ;
- __property FullRepaint ;
- __property Color ;
- __property Ctl3D ;
- __property Font ;
- __property Locked ;
- __property ParentColor ;
- __property ParentCtl3D ;
- __property ParentFont ;
- __property ParentShowHint ;
- __property PopupMenu ;
- __property ShowHint ;
- __property TabOrder ;
- __property TabStop ;
- __property Visible ;
- __property OnClick ;
- __property OnDblClick ;
- __property OnDragDrop ;
- __property OnDragOver ;
- __property OnEndDrag ;
- __property OnEnter ;
- __property OnExit ;
- __property OnMouseDown ;
- __property OnMouseMove ;
- __property OnMouseUp ;
- __property OnResize ;
- __property OnStartDrag ;
- __property Classes::TNotifyEvent OnCreate = {read=FOnCreate, write=FOnCreate};
- __property Classes::TNotifyEvent OnDestroy = {read=FOnDestroy, write=FOnDestroy};
- public:
- /* TWinControl.CreateParented */ __fastcall TBox(HWND ParentWindow) : Extctrls::TCustomPanel(ParentWindow
- ) { }
-
- };
-
- class DELPHICLASS TControlGroupBox;
- class PASCALIMPLEMENTATION TControlGroupBox : public Stdctrls::TCustomGroupBox
- {
- typedef Stdctrls::TCustomGroupBox inherited;
-
- private:
- Classes::TNotifyEvent FOnCreate;
- Classes::TNotifyEvent FOnDestroy;
-
- protected:
- DYNAMIC void __fastcall GetChildren(Classes::TGetChildProc Proc, Classes::TComponent* Root);
- DYNAMIC void __fastcall SetChildOrder(Classes::TComponent* Child, int Order);
- __property Align ;
-
- public:
- __fastcall virtual TControlGroupBox(Classes::TComponent* AOwner);
- __fastcall virtual ~TControlGroupBox(void);
-
- __published:
- __property Caption ;
- __property Color ;
- __property Ctl3D ;
- __property DragCursor ;
- __property DragMode ;
- __property Enabled ;
- __property Font ;
- __property ParentColor ;
- __property ParentCtl3D ;
- __property ParentFont ;
- __property ParentShowHint ;
- __property PopupMenu ;
- __property ShowHint ;
- __property TabOrder ;
- __property TabStop ;
- __property Visible ;
- __property OnClick ;
- __property OnDblClick ;
- __property OnDragDrop ;
- __property OnDragOver ;
- __property OnEndDrag ;
- __property OnEnter ;
- __property OnExit ;
- __property OnMouseDown ;
- __property OnMouseMove ;
- __property OnMouseUp ;
- __property OnStartDrag ;
- __property Classes::TNotifyEvent OnCreate = {read=FOnCreate, write=FOnCreate};
- __property Classes::TNotifyEvent OnDestroy = {read=FOnDestroy, write=FOnDestroy};
- public:
- /* TWinControl.CreateParented */ __fastcall TControlGroupBox(HWND ParentWindow) : Stdctrls::TCustomGroupBox(
- ParentWindow) { }
-
- };
-
- class DELPHICLASS TControlScrollBox;
- class PASCALIMPLEMENTATION TControlScrollBox : public Forms::TScrollBox
- {
- typedef Forms::TScrollBox inherited;
-
- private:
- Classes::TNotifyEvent FOnCreate;
- Classes::TNotifyEvent FOnDestroy;
-
- protected:
- DYNAMIC void __fastcall GetChildren(Classes::TGetChildProc Proc, Classes::TComponent* Root);
- DYNAMIC void __fastcall SetChildOrder(Classes::TComponent* Child, int Order);
-
- public:
- __fastcall virtual TControlScrollBox(Classes::TComponent* AOwner);
- __fastcall virtual ~TControlScrollBox(void);
-
- __published:
- __property Classes::TNotifyEvent OnCreate = {read=FOnCreate, write=FOnCreate};
- __property Classes::TNotifyEvent OnDestroy = {read=FOnDestroy, write=FOnDestroy};
- public:
- /* TWinControl.CreateParented */ __fastcall TControlScrollBox(HWND ParentWindow) : Forms::TScrollBox(
- ParentWindow) { }
-
- };
-
- class DELPHICLASS TToolBarBox;
- class PASCALIMPLEMENTATION TToolBarBox : public Comctrls::TToolBar
- {
- typedef Comctrls::TToolBar inherited;
-
- private:
- Classes::TNotifyEvent FOnCreate;
- Classes::TNotifyEvent FOnDestroy;
-
- protected:
- DYNAMIC void __fastcall GetChildren(Classes::TGetChildProc Proc, Classes::TComponent* Root);
- DYNAMIC void __fastcall SetChildOrder(Classes::TComponent* Child, int Order);
-
- public:
- __fastcall virtual TToolBarBox(Classes::TComponent* AOwner);
- __fastcall virtual ~TToolBarBox(void);
-
- __published:
- __property EdgeBorders ;
- __property Wrapable ;
- __property Classes::TNotifyEvent OnCreate = {read=FOnCreate, write=FOnCreate};
- __property Classes::TNotifyEvent OnDestroy = {read=FOnDestroy, write=FOnDestroy};
- public:
- /* TWinControl.CreateParented */ __fastcall TToolBarBox(HWND ParentWindow) : Comctrls::TToolBar(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE bool __fastcall IsCompositeDesign(const Controls::TControl* AControl);
-
- } /* namespace Boxes */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Boxes;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Boxes
-