home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / MISC.ZIP / Splash.hpp < prev    next >
C/C++ Source or Header  |  2001-05-09  |  3KB  |  84 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Splash.pas' rev: 3.00
  6.  
  7. #ifndef SplashHPP
  8. #define SplashHPP
  9. #include <StdCtrls.hpp>
  10. #include <Graphics.hpp>
  11. #include <Forms.hpp>
  12. #include <ExtCtrls.hpp>
  13. #include <Controls.hpp>
  14. #include <Buttons.hpp>
  15. #include <ShellAPI.hpp>
  16. #include <Windows.hpp>
  17. #include <IniFiles.hpp>
  18. #include <SysUtils.hpp>
  19. #include <Classes.hpp>
  20. #include <Fileinfo.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Splash
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TSplashBox;
  30. class PASCALIMPLEMENTATION TSplashBox : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Extctrls::TPanel* Panel1;
  36.     Extctrls::TImage* ProgramIcon;
  37.     Stdctrls::TLabel* ProductLabel;
  38.     Stdctrls::TLabel* VersionLabel;
  39.     Stdctrls::TLabel* CopyrightLabel;
  40.     Stdctrls::TLabel* URLLabel;
  41.     Stdctrls::TLabel* CommentsLabel;
  42.     Extctrls::TImage* LeftImage;
  43.     Extctrls::TImage* RightImage;
  44.     Stdctrls::TLabel* PriceLabel;
  45.     Buttons::TBitBtn* AgreeBitBtn;
  46.     Buttons::TBitBtn* DisagreeBitBtn;
  47.     Buttons::TBitBtn* ViewLicenseBitBtn;
  48.     Stdctrls::TLabel* CompanyLabel;
  49.     Extctrls::TTimer* Timer1;
  50.     void __fastcall FormShow(System::TObject* Sender);
  51.     void __fastcall URLLabelClick(System::TObject* Sender);
  52.     void __fastcall OpenObject(char * sObjectPath);
  53.     void __fastcall ProgramIconClick(System::TObject* Sender);
  54.     void __fastcall ViewLicenseBitBtnClick(System::TObject* Sender);
  55.     void __fastcall FormCreate(System::TObject* Sender);
  56.     void __fastcall Timer1Timer(System::TObject* Sender);
  57.     
  58. private:
  59.     bool Registered;
  60.     System::AnsiString CompanyName;
  61.     void __fastcall GetRegistration(void);
  62. public:
  63.     /* TCustomForm.Create */ __fastcall virtual TSplashBox(Classes::TComponent* AOwner) : Forms::TForm(
  64.         AOwner) { }
  65.     /* TCustomForm.CreateNew */ __fastcall TSplashBox(Classes::TComponent* AOwner, int Dummy) : Forms::
  66.         TForm(AOwner, Dummy) { }
  67.     /* TCustomForm.Destroy */ __fastcall virtual ~TSplashBox(void) { }
  68.     
  69. public:
  70.     /* TWinControl.CreateParented */ __fastcall TSplashBox(HWND ParentWindow) : Forms::TForm(ParentWindow
  71.         ) { }
  72.     
  73. };
  74.  
  75. //-- var, const, procedure ---------------------------------------------------
  76. extern PACKAGE TSplashBox* SplashBox;
  77.  
  78. }    /* namespace Splash */
  79. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  80. using namespace Splash;
  81. #endif
  82. //-- end unit ----------------------------------------------------------------
  83. #endif    // Splash
  84.