First commit 11/12/1999
This commit is contained in:
30
Unit2.h
Normal file
30
Unit2.h
Normal file
@ -0,0 +1,30 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef Unit2H
|
||||
#define Unit2H
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <Db.hpp>
|
||||
#include <DBTables.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TForm2 : public TForm
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TTimer *Timer1;
|
||||
TTable *TbPrecios;
|
||||
TTable *TbHistorial;
|
||||
TLabel *Label1;
|
||||
void __fastcall Timer1Timer(TObject *Sender);
|
||||
void __fastcall TbHistorialAfterOpen(TDataSet *DataSet);
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TForm2(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TForm2 *Form2;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user