//--------------------------------------------------------------------------- #include #include "EasyNamespaceHandler.hpp" #pragma hdrstop #include "%ModuleIdent.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" T%FormIdent *%FormIdent; //--------------------------------------------------------------------------- __fastcall T%FormIdent::T%FormIdent(TComponent* Owner) : T%AncestorIdent(Owner) { } //---------------------------------------------------------------------------