First commit 22/01/1999
This commit is contained in:
15
QRhdsaldo.cpp
Normal file
15
QRhdsaldo.cpp
Normal 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)
|
||||
{
|
||||
}
|
||||
//----------------------------------------------------------------------------
|
Reference in New Issue
Block a user