First commit 22/01/1999

This commit is contained in:
2021-09-12 22:09:46 +02:00
commit 4b13e5a752
14 changed files with 353 additions and 0 deletions

15
QRhdsaldo.cpp Normal file
View File

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