Componentes.Terceros.Mustan.../official/1.7.0/Common Library/Source/MPCommonWizardTemplates.hpp
david 778b05bf9f Importación inicial
- Mustangpeak Common Library - 1.7.0
  - EasyListview - 1.7.0

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.Mustangpeak@2 60b41242-d4b9-2247-b156-4ccd40706241
2007-09-11 08:33:06 +00:00

83 lines
4.1 KiB
C++

// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Mpcommonwizardtemplates.pas' rev: 11.00
#ifndef MpcommonwizardtemplatesHPP
#define MpcommonwizardtemplatesHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Mpcommonwizardtemplates
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
#define FILE_FORM_TEMPLATE_DELPHI "unit %ModuleIdent; "\
" \r\n "\
" \r\ninterface "\
" \r\n "\
" \r\n "\
" \r"\
"\nuses "\
" \r\n %IncludeList "\
" \r\n "\
" \r\ntype "\
" \r\n T%Form"\
"Ident= class(T%AncestorIdent) "\
"\r\n private "\
" \r\n { Private declarations } "\
" \r\n public "\
" \r\n { Public decla"\
"rations } \r\n end;"\
" "\
" \r\n "\
" \r\nvar "\
" \r\n %FormIdent: T%FormIdent; "\
" \r\n "\
" \r\nimpl"\
"ementation "\
" \r\n "\
" \r\n{$R *.dfm} "\
" \r\n "\
" \r\n "\
" \r\nend"\
". "\
" "
#define FILE_FORM_TEMPLATE_BCB "//--------------------------------------------------------"\
"--------\r\n%IncludeList "\
" \r\n#pragma hdrstop "\
" \r\n "\
" \r\n#include \""\
"%ModuleIdent.h\" \r"\
"\n//------------------------------------------------------"\
"----------\r\n#pragma package(smart_init) "\
" \r\n#pragma resource \"*.dfm\" "\
" \r\nT%FormIdent *%Form"\
"Ident; \r\n//----"\
"----------------------------------------------------------"\
"--\r\n__fastcall T%FormIdent::T%FormIdent(TComponent* Owne"\
"r) \r\n : T%AncestorIdent(Owner) "\
" \r\n{ "\
" \r\n} "\
" \r\n//--"\
"----------------------------------------------------------"\
"----"
} /* namespace Mpcommonwizardtemplates */
using namespace Mpcommonwizardtemplates;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Mpcommonwizardtemplates