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}
|
||||
{$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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user