Componentes.Terceros.DevExp.../official/x.38/ExpressDBTree Suite/Demos/CBuilder/DBTree_F/dbview.cpp
2008-08-27 11:56:15 +00:00

15 lines
509 B
C++

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