home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d12345
/
MISC.ZIP
/
Aboutdlg.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
2001-05-09
|
2KB
|
56 lines
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Aboutdlg.pas' rev: 3.00
#ifndef AboutdlgHPP
#define AboutdlgHPP
#include <About.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <Classes.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Aboutdlg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAboutDlg;
class PASCALIMPLEMENTATION TAboutDlg : public Classes::TComponent
{
typedef Classes::TComponent inherited;
private:
System::AnsiString FComments;
System::AnsiString FURL;
System::AnsiString FEmail;
public:
__fastcall virtual TAboutDlg(Classes::TComponent* AOwner);
virtual bool __fastcall Execute(void);
__published:
__property System::AnsiString Comments = {read=FComments, write=FComments};
__property System::AnsiString Email = {read=FEmail, write=FEmail};
__property System::AnsiString URL = {read=FURL, write=FURL};
public:
/* TComponent.Destroy */ __fastcall virtual ~TAboutDlg(void) { }
};
//-- var, const, procedure ---------------------------------------------------
#define TABOUTDLG_VERSION (Byte)(200)
extern PACKAGE About::TAboutBox* AboutBox;
} /* namespace Aboutdlg */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Aboutdlg;
#endif
//-- end unit ----------------------------------------------------------------
#endif // Aboutdlg