git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
17 lines
598 B
C++
17 lines
598 B
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "RibbonDemoAbout.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
#pragma resource "*.dfm"
|
|
TRibbonDemoAboutForm *RibbonDemoAboutForm;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TRibbonDemoAboutForm::TRibbonDemoAboutForm(TComponent* Owner)
|
|
: TEBarsAboutForm(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|