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