Componentes.Terceros.DevExp.../official/x.36/ExpressDBTree Suite/Demos/CBuilder/DBTree/tree.cpp
2008-06-02 17:37:37 +00:00

15 lines
508 B
C++

//---------------------------------------------------------------------------
#include <vcl\vcl.h>
#pragma hdrstop
#include "tree.h"
//---------------------------------------------------------------------------
#pragma link "dxtree"
#pragma resource "*.dfm"
TForm2 *Form2;
//---------------------------------------------------------------------------
__fastcall TForm2::TForm2(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------