Componentes.Terceros.DevExp.../official/x.26/ExpressBars 6/Demos/CBuilder/InPlaceEditorsDemo/InPlaceEditorsDemoSplash.cpp

19 lines
565 B
C++
Raw Normal View History

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