This commit is contained in:
David Arranz 2007-09-09 11:06:43 +00:00
parent e9c10e67f8
commit 664a7e35bd

View File

@ -22,7 +22,7 @@ package GUISDK_D2007;
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'GUI SDK para Delphi 10'}
{$DESCRIPTION 'GUI SDK para Delphi 2007'}
{$IMPLICITBUILD OFF}
{$DEFINE DEBUG}
@ -32,13 +32,14 @@ requires
designide,
vclactnband,
vclx,
cfpack_d10,
ccpack10;
ccpackD2007,
cfpack_D2007,
xmlrtl;
contains
uCustomView in '..\Source\uCustomView.pas' {CustomView: TFrame},
uCustomEditor in '..\Source\uCustomEditor.pas' {CustomEditor},
uGUIBase in '..\Source\uGUIBase.pas',
uGUIUtils in '..\Source\uGUIUtils.pas';
uCustomView in '..\Sources\uCustomView.pas',
uCustomEditor in '..\Sources\uCustomEditor.pas',
uGUIBase in '..\Sources\uGUIBase.pas',
uGUIUtils in '..\Sources\uGUIUtils.pas';
end.