First commit 11/07/1998
This commit is contained in:
37
AcercaDe.h
Normal file
37
AcercaDe.h
Normal file
@ -0,0 +1,37 @@
|
||||
//----------------------------------------------------------------------------
|
||||
#ifndef AcercaDeH
|
||||
#define AcercaDeH
|
||||
//----------------------------------------------------------------------------
|
||||
#include <vcl\System.hpp>
|
||||
#include <vcl\Windows.hpp>
|
||||
#include <vcl\SysUtils.hpp>
|
||||
#include <vcl\Classes.hpp>
|
||||
#include <vcl\Graphics.hpp>
|
||||
#include <vcl\Forms.hpp>
|
||||
#include <vcl\Controls.hpp>
|
||||
#include <vcl\StdCtrls.hpp>
|
||||
#include <vcl\Buttons.hpp>
|
||||
#include <vcl\ExtCtrls.hpp>
|
||||
//----------------------------------------------------------------------------
|
||||
class TAboutBox : public TForm
|
||||
{
|
||||
__published:
|
||||
TPanel *Panel1;
|
||||
TLabel *ProductName;
|
||||
TLabel *Version;
|
||||
TLabel *Copyright;
|
||||
TLabel *Comments;
|
||||
TButton *OKButton;
|
||||
TLabel *Label1;
|
||||
TLabel *Label2;
|
||||
TImage *ProgramIcon;
|
||||
TShape *Shape1;
|
||||
TImage *Image1;
|
||||
private:
|
||||
public:
|
||||
virtual __fastcall TAboutBox(TComponent* AOwner);
|
||||
};
|
||||
//----------------------------------------------------------------------------
|
||||
extern TAboutBox *AboutBox;
|
||||
//----------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user