first commit (2002-04-24)
This commit is contained in:
40
instalador/Instalador.h
Normal file
40
instalador/Instalador.h
Normal file
@ -0,0 +1,40 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#ifndef InstaladorH
|
||||
#define InstaladorH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <Graphics.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TForm1 : public TForm
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TImage *Image1;
|
||||
TBevel *Bevel1;
|
||||
TLabel *Label1;
|
||||
TLabel *Label2;
|
||||
TBevel *Bevel2;
|
||||
TButton *Button1;
|
||||
TLabel *Label3;
|
||||
TLabel *Label4;
|
||||
TBevel *Bevel3;
|
||||
TButton *Button2;
|
||||
TLabel *Label5;
|
||||
TButton *Button3;
|
||||
TLabel *Label6;
|
||||
void __fastcall Image1Click(TObject *Sender);
|
||||
void __fastcall Button2Click(TObject *Sender);
|
||||
void __fastcall Button1Click(TObject *Sender);
|
||||
void __fastcall Image2Click(TObject *Sender);
|
||||
void __fastcall Button3Click(TObject *Sender);
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TForm1(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TForm1 *Form1;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user