home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / Misc / Splshdlg.hpp < prev    next >
C/C++ Source or Header  |  2001-07-31  |  2KB  |  63 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) 'Splshdlg.pas' rev: 3.00
  6.  
  7. #ifndef SplshdlgHPP
  8. #define SplshdlgHPP
  9. #include <Splash.hpp>
  10. #include <Forms.hpp>
  11. #include <Windows.hpp>
  12. #include <SysUtils.hpp>
  13. #include <Classes.hpp>
  14. #include <SysInit.hpp>
  15. #include <System.hpp>
  16.  
  17. //-- user supplied -----------------------------------------------------------
  18.  
  19. namespace Splshdlg
  20. {
  21. //-- type declarations -------------------------------------------------------
  22. class DELPHICLASS TSplashDlg;
  23. class PASCALIMPLEMENTATION TSplashDlg : public Classes::TComponent 
  24. {
  25.     typedef Classes::TComponent inherited;
  26.     
  27. private:
  28.     System::AnsiString FCaption;
  29.     System::AnsiString FComments;
  30.     int FHelpContext;
  31.     int FInterval;
  32.     System::AnsiString FPrice;
  33.     bool FRegistered;
  34.     System::AnsiString FURL;
  35.     
  36. public:
  37.     __fastcall virtual TSplashDlg(Classes::TComponent* AOwner);
  38.     virtual bool __fastcall Execute(void);
  39.     
  40. __published:
  41.     __property System::AnsiString Caption = {read=FCaption, write=FCaption};
  42.     __property System::AnsiString Comments = {read=FComments, write=FComments};
  43.     __property int HelpContext = {read=FHelpContext, write=FHelpContext, nodefault};
  44.     __property int Interval = {read=FInterval, write=FInterval, nodefault};
  45.     __property System::AnsiString Price = {read=FPrice, write=FPrice};
  46.     __property bool Registered = {read=FRegistered, write=FRegistered, nodefault};
  47.     __property System::AnsiString URL = {read=FURL, write=FURL};
  48. public:
  49.     /* TComponent.Destroy */ __fastcall virtual ~TSplashDlg(void) { }
  50.     
  51. };
  52.  
  53. //-- var, const, procedure ---------------------------------------------------
  54. #define TSPLASH_VERSION (Byte)(100)
  55. extern PACKAGE Splash::TSplashBox* SplashBox;
  56.  
  57. }    /* namespace Splshdlg */
  58. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  59. using namespace Splshdlg;
  60. #endif
  61. //-- end unit ----------------------------------------------------------------
  62. #endif    // Splshdlg
  63.