Componentes.Terceros.DevExp.../official/x.26/ExpressBars 6/Demos/CBuilder/InPlaceEditorsDemo/InPlaceEditorsDemoSplash.cpp
2007-09-09 11:27:27 +00:00

19 lines
565 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "InPlaceEditorsDemoSplash.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TfrmLoading *frmLoading;
//---------------------------------------------------------------------------
__fastcall TfrmLoading::TfrmLoading(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------