Componentes.Terceros.DevExp.../official/x.19/ExpressBars 5/Demos/CBuilder/EBars5Demo/EBars5About.cpp
2007-09-09 11:27:22 +00:00

17 lines
572 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "EBars5About.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TEBars5AboutForm *EBars5AboutForm;
//---------------------------------------------------------------------------
__fastcall TEBars5AboutForm::TEBars5AboutForm(TComponent* Owner)
: TEBarsAboutForm(Owner)
{
}
//---------------------------------------------------------------------------