home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / LINKREDR.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  67 lines

  1. //----------------------------------------------------------------------------
  2. // LinkRedr.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: LinkRedr.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef LinkRedrHPP
  6. #define LinkRedrHPP
  7. //----------------------------------------------------------------------------
  8. #include <StdCtrls.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <Dialogs.hpp>
  11. #include <Forms.hpp>
  12. #include <Controls.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <Messages.hpp>
  16. #include <Windows.hpp>
  17. #include <SysUtils.hpp>
  18. #include <System.hpp>
  19. #pragma warn -par
  20. #pragma warn -hid 
  21. #pragma warn -inl
  22.  
  23. namespace Linkredr
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class __declspec(delphiclass) TLinkRedirect;
  27. class __declspec(pascalimplementation) TLinkRedirect : public Forms::TForm
  28. {
  29.     typedef Forms::TForm inherited;
  30.     
  31. __published:
  32.     Stdctrls::TListBox* LinkNames;
  33.     Stdctrls::TLabel* InfoLabel;
  34.     Stdctrls::TButton* OKBtn;
  35.     Stdctrls::TButton* CancelBtn;
  36.     Stdctrls::TButton* HelpBtn;
  37.     Extctrls::TBevel* Bevel1;
  38.     void __fastcall OKBtnClick(System::TObject* Sender);
  39.     void __fastcall CancelBtnClick(System::TObject* Sender);
  40. public:
  41.     /* TForm.Create */ __fastcall virtual TLinkRedirect(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  42.         ) { }
  43.     /* TForm.CreateNew */ __fastcall TLinkRedirect(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  44.         AOwner, Dummy) { }
  45.     /* TForm.Destroy */ __fastcall virtual ~TLinkRedirect(void) { }
  46.     
  47. public:
  48.     /* TWinControl.CreateParented */ __fastcall TLinkRedirect(HWND ParentWindow) : Forms::TForm(ParentWindow
  49.         ) { }
  50.     
  51. };
  52.  
  53. //-- var, const, procedure ---------------------------------------------------
  54. extern void __fastcall RedirectLinks(Classes::TComponent* Root, const System::AnsiString LinkName);
  55.  
  56. }    /* namespace Linkredr */
  57.  
  58. #pragma warn .par
  59. #pragma warn .hid 
  60. #pragma warn .inl
  61.  
  62. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  63. using namespace Linkredr;
  64. #endif
  65. //-- end unit ----------------------------------------------------------------
  66. #endif    // LinkRedr
  67.