//--------------------------------------------------------------------------- #include #pragma hdrstop #include "EBarsAbout.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" //--------------------------------------------------------------------------- __fastcall TEBarsAboutForm::TEBarsAboutForm(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------