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 >
Wrap
C/C++ Source or Header
|
2001-07-31
|
2KB
|
82 lines
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'About.pas' rev: 3.00
#ifndef AboutHPP
#define AboutHPP
#include <Misc.hpp>
#include <Fileinfo.hpp>
#include <ShellAPI.hpp>
#include <StdCtrls.hpp>
#include <Graphics.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Controls.hpp>
#include <Buttons.hpp>
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <Classes.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace About
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAboutBox;
class PASCALIMPLEMENTATION TAboutBox : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Extctrls::TPanel* Panel1;
Stdctrls::TLabel* ResourcesLabel;
Stdctrls::TLabel* OSLabel;
Stdctrls::TLabel* URLLabel;
Stdctrls::TLabel* CommentsLabel;
Stdctrls::TLabel* CompanyLabel;
Stdctrls::TLabel* EmailLabel;
Extctrls::TImage* MailImage;
Stdctrls::TLabel* OSBuildLabel;
Buttons::TBitBtn* OKBitBtn;
Stdctrls::TLabel* ProductLabel;
Stdctrls::TLabel* VersionLabel;
Stdctrls::TLabel* CopyrightLabel;
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall FormShow(System::TObject* Sender);
void __fastcall URLLabelClick(System::TObject* Sender);
void __fastcall ProgramIconClick(System::TObject* Sender);
void __fastcall EmailLabelClick(System::TObject* Sender);
private:
Extctrls::TImage* ProgramIcon;
public:
void __fastcall DoGeometry(void);
void __fastcall DoHintsFromResource(void);
public:
/* TCustomForm.Create */ __fastcall virtual TAboutBox(Classes::TComponent* AOwner) : Forms::TForm(AOwner
) { }
/* TCustomForm.CreateNew */ __fastcall TAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
AOwner, Dummy) { }
/* TCustomForm.Destroy */ __fastcall virtual ~TAboutBox(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TAboutBox* AboutBox;
} /* namespace About */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace About;
#endif
//-- end unit ----------------------------------------------------------------
#endif // About