home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
ABOUT.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
2KB
|
65 lines
//----------------------------------------------------------------------------
// about.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: about.pas
//----------------------------------------------------------------------------
#ifndef aboutHPP
#define aboutHPP
//----------------------------------------------------------------------------
#include <ExtCtrls.hpp>
#include <Buttons.hpp>
#include <StdCtrls.hpp>
#include <Controls.hpp>
#include <Forms.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <SysUtils.hpp>
#include <Windows.hpp>
#include <System.hpp>
namespace About
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TAboutBox;
class __declspec(pascalimplementation) TAboutBox : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Extctrls::TPanel* Panel1;
Extctrls::TImage* ProgramIcon;
Stdctrls::TLabel* ProductName;
Stdctrls::TLabel* Version;
Stdctrls::TLabel* Copyright;
Stdctrls::TLabel* Comments;
Stdctrls::TButton* OKButton;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label2;
void __fastcall OKButtonClick(System::TObject* Sender);
void __fastcall FormDblClick(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall ProgramIconDblClick(System::TObject* Sender);
private:
bool Footnote;
public:
/* TForm.Create */ __fastcall virtual TAboutBox(Classes::TComponent* AOwner) : Forms::TForm(AOwner)
{ }
/* TForm.CreateNew */ __fastcall TAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TAboutBox(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern TAboutBox* AboutBox;
} /* namespace About */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace About;
#endif
//-- end unit ----------------------------------------------------------------
#endif // about