First commit 11/12/1999
This commit is contained in:
41
ComprarBono.h
Normal file
41
ComprarBono.h
Normal file
@ -0,0 +1,41 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef ComprarBonoH
|
||||
#define ComprarBonoH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include "CoolForm.hpp"
|
||||
#include "FormularioREUSABLE.h"
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <Graphics.hpp>
|
||||
#include <Buttons.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TCBono : public TFormREUSABLE
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TLabel *Terminal;
|
||||
TLabel *Label6;
|
||||
TLabel *Label1;
|
||||
TLabel *Label2;
|
||||
TLabel *Label3;
|
||||
TLabel *Label4;
|
||||
TEdit *CosteBono;
|
||||
TComboBox *Horas;
|
||||
TShape *Shape4;
|
||||
TShape *Shape3;
|
||||
TComboBox *Min;
|
||||
TBevel *Bevel1;
|
||||
TBitBtn *BitBtn1;
|
||||
void __fastcall BitBtn1Click(TObject *Sender);
|
||||
void __fastcall Button1Click(TObject *Sender);
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TCBono(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TCBono *CBono;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user