home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / Misc / Splash.hpp < prev    next >
C/C++ Source or Header  |  2001-07-31  |  3KB  |  88 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 <Misc.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Graphics.hpp>
  12. #include <Forms.hpp>
  13. #include <ExtCtrls.hpp>
  14. #include <Controls.hpp>
  15. #include <Buttons.hpp>
  16. #include <ShellAPI.hpp>
  17. #include <Windows.hpp>
  18. #include <IniFiles.hpp>
  19. #include <SysUtils.hpp>
  20. #include <Classes.hpp>
  21. #include <Fileinfo.hpp>
  22. #include <SysInit.hpp>
  23. #include <System.hpp>
  24.  
  25. //-- user supplied -----------------------------------------------------------
  26.  
  27. namespace Splash
  28. {
  29. //-- type declarations -------------------------------------------------------
  30. class DELPHICLASS TSplashBox;
  31. class PASCALIMPLEMENTATION TSplashBox : public Forms::TForm 
  32. {
  33.     typedef Forms::TForm inherited;
  34.     
  35. __published:
  36.     Extctrls::TPanel* Panel1;
  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.     Extctrls::TImage* ProgramIcon;
  62.     void __fastcall GetRegistration(void);
  63.     
  64. public:
  65.     void __fastcall DoHintsFromResource(void);
  66. public:
  67.     /* TCustomForm.Create */ __fastcall virtual TSplashBox(Classes::TComponent* AOwner) : Forms::TForm(
  68.         AOwner) { }
  69.     /* TCustomForm.CreateNew */ __fastcall TSplashBox(Classes::TComponent* AOwner, int Dummy) : Forms::
  70.         TForm(AOwner, Dummy) { }
  71.     /* TCustomForm.Destroy */ __fastcall virtual ~TSplashBox(void) { }
  72.     
  73. public:
  74.     /* TWinControl.CreateParented */ __fastcall TSplashBox(HWND ParentWindow) : Forms::TForm(ParentWindow
  75.         ) { }
  76.     
  77. };
  78.  
  79. //-- var, const, procedure ---------------------------------------------------
  80. extern PACKAGE TSplashBox* SplashBox;
  81.  
  82. }    /* namespace Splash */
  83. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  84. using namespace Splash;
  85. #endif
  86. //-- end unit ----------------------------------------------------------------
  87. #endif    // Splash
  88.