home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / qrabout.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  3KB  |  86 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'qrabout.pas' rev: 5.00
  6.  
  7. #ifndef qraboutHPP
  8. #define qraboutHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <ShellAPI.hpp>    // Pascal unit
  14. #include <OleCtrls.hpp>    // Pascal unit
  15. #include <StdCtrls.hpp>    // Pascal unit
  16. #include <ExtCtrls.hpp>    // Pascal unit
  17. #include <Dialogs.hpp>    // Pascal unit
  18. #include <Forms.hpp>    // Pascal unit
  19. #include <Controls.hpp>    // Pascal unit
  20. #include <Graphics.hpp>    // Pascal unit
  21. #include <Classes.hpp>    // Pascal unit
  22. #include <SysUtils.hpp>    // Pascal unit
  23. #include <Messages.hpp>    // Pascal unit
  24. #include <Windows.hpp>    // Pascal unit
  25. #include <SysInit.hpp>    // Pascal unit
  26. #include <System.hpp>    // Pascal unit
  27.  
  28. //-- user supplied -----------------------------------------------------------
  29.  
  30. namespace Qrabout
  31. {
  32. //-- type declarations -------------------------------------------------------
  33. class DELPHICLASS TQRAboutBox;
  34. class PASCALIMPLEMENTATION TQRAboutBox : public Forms::TForm 
  35. {
  36.     typedef Forms::TForm inherited;
  37.     
  38. __published:
  39.     Extctrls::TImage* Image1;
  40.     Stdctrls::TButton* Button1;
  41.     Stdctrls::TLabel* Label1;
  42.     Stdctrls::TLabel* Label2;
  43.     Stdctrls::TLabel* VisitLabel;
  44.     Stdctrls::TLabel* Label3;
  45.     Stdctrls::TLabel* OrderLabel;
  46.     Extctrls::TBevel* Bevel1;
  47.     Stdctrls::TLabel* Label5;
  48.     Extctrls::TImage* Image2;
  49.     void __fastcall Button3Click(System::TObject* Sender);
  50.     void __fastcall FormCreate(System::TObject* Sender);
  51.     void __fastcall Label3Click(System::TObject* Sender);
  52. public:
  53.     #pragma option push -w-inl
  54.     /* TCustomForm.Create */ inline __fastcall virtual TQRAboutBox(Classes::TComponent* AOwner) : Forms::TForm(
  55.         AOwner) { }
  56.     #pragma option pop
  57.     #pragma option push -w-inl
  58.     /* TCustomForm.CreateNew */ inline __fastcall virtual TQRAboutBox(Classes::TComponent* AOwner, int 
  59.         Dummy) : Forms::TForm(AOwner, Dummy) { }
  60.     #pragma option pop
  61.     #pragma option push -w-inl
  62.     /* TCustomForm.Destroy */ inline __fastcall virtual ~TQRAboutBox(void) { }
  63.     #pragma option pop
  64.     
  65. public:
  66.     #pragma option push -w-inl
  67.     /* TWinControl.CreateParented */ inline __fastcall TQRAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
  68.         ) { }
  69.     #pragma option pop
  70.     
  71. };
  72.  
  73.  
  74. //-- var, const, procedure ---------------------------------------------------
  75.  
  76. }    /* namespace Qrabout */
  77. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  78. using namespace Qrabout;
  79. #endif
  80. #pragma option pop    // -w-
  81. #pragma option pop    // -Vx
  82.  
  83. #pragma delphiheader end.
  84. //-- end unit ----------------------------------------------------------------
  85. #endif    // qrabout
  86.