home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / LINKREDR.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  2.3 KB  |  88 lines

  1. //----------------------------------------------------------------------------
  2. // LinkRedr.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: LinkRedr.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef LinkRedrHPP
  6. #define LinkRedrHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef StdCtrlsHPP
  9. #include <StdCtrls.hpp>
  10. #endif
  11.  
  12. #ifndef ExtCtrlsHPP
  13. #include <ExtCtrls.hpp>
  14. #endif
  15.  
  16. #ifndef DialogsHPP
  17. #include <Dialogs.hpp>
  18. #endif
  19.  
  20. #ifndef FormsHPP
  21. #include <Forms.hpp>
  22. #endif
  23.  
  24. #ifndef ControlsHPP
  25. #include <Controls.hpp>
  26. #endif
  27.  
  28. #ifndef GraphicsHPP
  29. #include <Graphics.hpp>
  30. #endif
  31.  
  32. #ifndef ClassesHPP
  33. #include <Classes.hpp>
  34. #endif
  35.  
  36. #ifndef MessagesHPP
  37. #include <Messages.hpp>
  38. #endif
  39.  
  40. #ifndef WindowsHPP
  41. #include <Windows.hpp>
  42. #endif
  43.  
  44. #ifndef SysUtilsHPP
  45. #include <SysUtils.hpp>
  46. #endif
  47.  
  48. #ifndef SystemHPP
  49. #include <System.hpp>
  50. #endif
  51.  
  52. namespace Linkredr
  53. {
  54. //-- type declarations -------------------------------------------------------
  55. class __declspec(delphiclass) TLinkRedirect;
  56. class __declspec(pascalimplementation) TLinkRedirect : public Forms::TForm
  57. {
  58.     typedef TLinkRedirect ThisClass;
  59.     typedef Forms::TForm inherited;
  60.     
  61. __published:
  62.     Stdctrls::TListBox *LinkNames;
  63.     Stdctrls::TLabel *InfoLabel;
  64.     Stdctrls::TButton *OKBtn;
  65.     Stdctrls::TButton *CancelBtn;
  66.     Stdctrls::TButton *HelpBtn;
  67.     Extctrls::TBevel *Bevel1;
  68.     void __fastcall OKBtnClick(System::TObject *Sender);
  69.     void __fastcall CancelBtnClick(System::TObject *Sender);
  70. public:
  71.     /* !! TForm.Create */ __fastcall virtual TLinkRedirect(Classes::TComponent *AOwner) : Forms::TForm(
  72.         AOwner) { }
  73.     /* !! TForm.CreateNew */ __fastcall TLinkRedirect(Classes::TComponent *AOwner, System::Integer Dummy
  74.         ) : Forms::TForm(AOwner, Dummy) { }
  75.     /* !! TForm.Destroy */ __fastcall virtual ~TLinkRedirect(void) { }
  76.     
  77. };
  78.  
  79. //-- var, const, procedure ---------------------------------------------------
  80. extern void __fastcall RedirectLinks(Classes::TComponent *Root, const System::AnsiString LinkName);
  81.  
  82. }    /* namespace Linkredr */
  83. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  84. using namespace Linkredr;
  85. #endif
  86. //-- end unit ----------------------------------------------------------------
  87. #endif    // LinkRedr
  88.