home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // LinkRedr.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: LinkRedr.pas
- //----------------------------------------------------------------------------
- #ifndef LinkRedrHPP
- #define LinkRedrHPP
- //----------------------------------------------------------------------------
- #include <StdCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Linkredr
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TLinkRedirect;
- class __declspec(pascalimplementation) TLinkRedirect : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TListBox* LinkNames;
- Stdctrls::TLabel* InfoLabel;
- Stdctrls::TButton* OKBtn;
- Stdctrls::TButton* CancelBtn;
- Stdctrls::TButton* HelpBtn;
- Extctrls::TBevel* Bevel1;
- void __fastcall OKBtnClick(System::TObject* Sender);
- void __fastcall CancelBtnClick(System::TObject* Sender);
- public:
- /* TForm.Create */ __fastcall virtual TLinkRedirect(Classes::TComponent* AOwner) : Forms::TForm(AOwner
- ) { }
- /* TForm.CreateNew */ __fastcall TLinkRedirect(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TLinkRedirect(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TLinkRedirect(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall RedirectLinks(Classes::TComponent* Root, const System::AnsiString LinkName);
-
- } /* namespace Linkredr */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Linkredr;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // LinkRedr
-