16 lines
502 B
C++
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)
|
|
{
|
|
}
|
|
//----------------------------------------------------------------------------
|