61 lines
1.7 KiB
C++
61 lines
1.7 KiB
C++
//---------------------------------------------------------------------------
|
|
#ifndef AcercaDeH
|
|
#define AcercaDeH
|
|
//---------------------------------------------------------------------------
|
|
#include <Classes.hpp>
|
|
#include <Controls.hpp>
|
|
#include <StdCtrls.hpp>
|
|
#include <Forms.hpp>
|
|
#include <ComCtrls.hpp>
|
|
#include <ExtCtrls.hpp>
|
|
#include <Buttons.hpp>
|
|
#include <Graphics.hpp>
|
|
//---------------------------------------------------------------------------
|
|
class TAbout : public TForm
|
|
{
|
|
__published: // IDE-managed Components
|
|
TAnimate *Animate1;
|
|
TBevel *Bevel1;
|
|
TShape *Shape1;
|
|
TLabel *Label1;
|
|
TLabel *Label2;
|
|
TLabel *Label3;
|
|
TBevel *Bevel2;
|
|
TLabel *Label4;
|
|
TLabel *Label5;
|
|
TLabel *Label6;
|
|
TLabel *Nombre;
|
|
TLabel *Descripcion;
|
|
TImage *Icono;
|
|
TBevel *Bevel3;
|
|
TBevel *Bevel4;
|
|
TBevel *Bevel5;
|
|
TLabel *Label9;
|
|
TLabel *Registro;
|
|
TBitBtn *HowTo;
|
|
TScrollBox *ScrollBox1;
|
|
TLabel *Label11;
|
|
TImage *Image2;
|
|
TLabel *Label12;
|
|
TLabel *Label13;
|
|
TBevel *Bevel6;
|
|
TLabel *Label14;
|
|
TBevel *Bevel7;
|
|
TBevel *Bevel8;
|
|
TBevel *Bevel9;
|
|
TBevel *Bevel10;
|
|
TLabel *Label15;
|
|
TLabel *Label16;
|
|
void __fastcall FormShow(TObject *Sender);
|
|
void __fastcall Label6Click(TObject *Sender);
|
|
void __fastcall Label5Click(TObject *Sender);
|
|
|
|
private: // User declarations
|
|
public: // User declarations
|
|
__fastcall TAbout(TComponent* Owner);
|
|
};
|
|
//---------------------------------------------------------------------------
|
|
extern PACKAGE TAbout *About;
|
|
//---------------------------------------------------------------------------
|
|
#endif
|