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) 'BoxExpt.pas' rev: 3.00
-
- #ifndef BoxExptHPP
- #define BoxExptHPP
- #include <Boxes.hpp>
- #include <TypInfo.hpp>
- #include <VirtIntf.hpp>
- #include <EditIntf.hpp>
- #include <ToolIntf.hpp>
- #include <Exptintf.hpp>
- #include <DsgnIntf.hpp>
- #include <StdCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <ComCtrls.hpp>
- #include <Menus.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 Boxexpt
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TBoxExpert;
- class PASCALIMPLEMENTATION TBoxExpert : public Exptintf::TIExpert
- {
- typedef Exptintf::TIExpert inherited;
-
- public:
- virtual System::AnsiString __stdcall GetName();
- virtual System::AnsiString __stdcall GetComment();
- virtual HICON __stdcall GetGlyph(void);
- virtual Exptintf::TExpertStyle __stdcall GetStyle(void);
- virtual Exptintf::TExpertState __stdcall GetState(void);
- virtual System::AnsiString __stdcall GetIDString();
- virtual System::AnsiString __stdcall GetAuthor();
- virtual System::AnsiString __stdcall GetPage();
- virtual void __stdcall Execute(void);
- public:
- /* TInterface.Create */ __fastcall TBoxExpert(void) : Exptintf::TIExpert() { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TBoxExpert(void) { }
-
- };
-
- class DELPHICLASS TNewBoxDlg;
- class PASCALIMPLEMENTATION TNewBoxDlg : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TBevel* Bevel1;
- Stdctrls::TButton* BtnCancel;
- Stdctrls::TButton* BtnCreate;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* Label2;
- Stdctrls::TEdit* EdClass;
- Stdctrls::TComboBox* EdPage;
- Stdctrls::TLabel* Label3;
- Stdctrls::TComboBox* EdAncestor;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall ClassChange(System::TObject* Sender);
- public:
- /* TCustomForm.Create */ __fastcall virtual TNewBoxDlg(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TNewBoxDlg(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TNewBoxDlg(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TNewBoxDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TNewBoxDlg* NewBoxDlg;
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Boxexpt */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Boxexpt;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // BoxExpt
-