home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / Misc / About.hpp < prev    next >
C/C++ Source or Header  |  2001-07-31  |  2KB  |  82 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) 'About.pas' rev: 3.00
  6.  
  7. #ifndef AboutHPP
  8. #define AboutHPP
  9. #include <Misc.hpp>
  10. #include <Fileinfo.hpp>
  11. #include <ShellAPI.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <Graphics.hpp>
  14. #include <Forms.hpp>
  15. #include <ExtCtrls.hpp>
  16. #include <Controls.hpp>
  17. #include <Buttons.hpp>
  18. #include <Windows.hpp>
  19. #include <SysUtils.hpp>
  20. #include <Classes.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace About
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TAboutBox;
  30. class PASCALIMPLEMENTATION TAboutBox : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Extctrls::TPanel* Panel1;
  36.     Stdctrls::TLabel* ResourcesLabel;
  37.     Stdctrls::TLabel* OSLabel;
  38.     Stdctrls::TLabel* URLLabel;
  39.     Stdctrls::TLabel* CommentsLabel;
  40.     Stdctrls::TLabel* CompanyLabel;
  41.     Stdctrls::TLabel* EmailLabel;
  42.     Extctrls::TImage* MailImage;
  43.     Stdctrls::TLabel* OSBuildLabel;
  44.     Buttons::TBitBtn* OKBitBtn;
  45.     Stdctrls::TLabel* ProductLabel;
  46.     Stdctrls::TLabel* VersionLabel;
  47.     Stdctrls::TLabel* CopyrightLabel;
  48.     void __fastcall FormCreate(System::TObject* Sender);
  49.     void __fastcall FormShow(System::TObject* Sender);
  50.     void __fastcall URLLabelClick(System::TObject* Sender);
  51.     void __fastcall ProgramIconClick(System::TObject* Sender);
  52.     void __fastcall EmailLabelClick(System::TObject* Sender);
  53.     
  54. private:
  55.     Extctrls::TImage* ProgramIcon;
  56.     
  57. public:
  58.     void __fastcall DoGeometry(void);
  59.     void __fastcall DoHintsFromResource(void);
  60. public:
  61.     /* TCustomForm.Create */ __fastcall virtual TAboutBox(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  62.         ) { }
  63.     /* TCustomForm.CreateNew */ __fastcall TAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  64.         AOwner, Dummy) { }
  65.     /* TCustomForm.Destroy */ __fastcall virtual ~TAboutBox(void) { }
  66.     
  67. public:
  68.     /* TWinControl.CreateParented */ __fastcall TAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
  69.         ) { }
  70.     
  71. };
  72.  
  73. //-- var, const, procedure ---------------------------------------------------
  74. extern PACKAGE TAboutBox* AboutBox;
  75.  
  76. }    /* namespace About */
  77. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  78. using namespace About;
  79. #endif
  80. //-- end unit ----------------------------------------------------------------
  81. #endif    // About
  82.