git-svn-id: https://192.168.0.254/svn/Componentes.Internos.GUISDK/trunk@5 e3f7d858-3362-1a4e-b49c-1b1bd96e4488
This commit is contained in:
parent
e9c10e67f8
commit
664a7e35bd
@ -22,7 +22,7 @@ package GUISDK_D2007;
|
|||||||
{$WRITEABLECONST OFF}
|
{$WRITEABLECONST OFF}
|
||||||
{$MINENUMSIZE 1}
|
{$MINENUMSIZE 1}
|
||||||
{$IMAGEBASE $400000}
|
{$IMAGEBASE $400000}
|
||||||
{$DESCRIPTION 'GUI SDK para Delphi 10'}
|
{$DESCRIPTION 'GUI SDK para Delphi 2007'}
|
||||||
{$IMPLICITBUILD OFF}
|
{$IMPLICITBUILD OFF}
|
||||||
{$DEFINE DEBUG}
|
{$DEFINE DEBUG}
|
||||||
|
|
||||||
@ -32,13 +32,14 @@ requires
|
|||||||
designide,
|
designide,
|
||||||
vclactnband,
|
vclactnband,
|
||||||
vclx,
|
vclx,
|
||||||
cfpack_d10,
|
ccpackD2007,
|
||||||
ccpack10;
|
cfpack_D2007,
|
||||||
|
xmlrtl;
|
||||||
|
|
||||||
contains
|
contains
|
||||||
uCustomView in '..\Source\uCustomView.pas' {CustomView: TFrame},
|
uCustomView in '..\Sources\uCustomView.pas',
|
||||||
uCustomEditor in '..\Source\uCustomEditor.pas' {CustomEditor},
|
uCustomEditor in '..\Sources\uCustomEditor.pas',
|
||||||
uGUIBase in '..\Source\uGUIBase.pas',
|
uGUIBase in '..\Sources\uGUIBase.pas',
|
||||||
uGUIUtils in '..\Source\uGUIUtils.pas';
|
uGUIUtils in '..\Sources\uGUIUtils.pas';
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user