HDSaldo/QRhdsaldo.cpp
2021-09-12 22:09:46 +02:00

16 lines
502 B
C++

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