git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
25 lines
824 B
C++
25 lines
824 B
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "EditorsInPlaceDemoCars.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
#pragma link "cxCheckBox"
|
|
#pragma link "cxContainer"
|
|
#pragma link "cxControls"
|
|
#pragma link "cxDBEdit"
|
|
#pragma link "cxEdit"
|
|
#pragma link "cxMemo"
|
|
#pragma link "cxTextEdit"
|
|
#pragma link "cxListBox"
|
|
#pragma resource "*.dfm"
|
|
TEditorsInPlaceDemoCarsForm *EditorsInPlaceDemoCarsForm;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TEditorsInPlaceDemoCarsForm::TEditorsInPlaceDemoCarsForm(TComponent* Owner)
|
|
: TForm(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|