//---------------------------------------------------------------------------- #include #pragma hdrstop #include "QRhdsaldo.h" #include "hdsaldo.h" //---------------------------------------------------------------------------- #pragma resource "*.dfm" TForm1 *Form1; //---------------------------------------------------------------------------- __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) { } //----------------------------------------------------------------------------