home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // LinkRedr.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: LinkRedr.pas
- //----------------------------------------------------------------------------
- #ifndef LinkRedrHPP
- #define LinkRedrHPP
- //----------------------------------------------------------------------------
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef ExtCtrlsHPP
- #include <ExtCtrls.hpp>
- #endif
-
- #ifndef DialogsHPP
- #include <Dialogs.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef MessagesHPP
- #include <Messages.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Linkredr
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TLinkRedirect;
- class __declspec(pascalimplementation) TLinkRedirect : public Forms::TForm
- {
- typedef TLinkRedirect ThisClass;
- 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, System::Integer Dummy
- ) : Forms::TForm(AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TLinkRedirect(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall RedirectLinks(Classes::TComponent *Root, const System::AnsiString LinkName);
-
- } /* namespace Linkredr */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Linkredr;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // LinkRedr
-