Adaptación a Delphi 2009 (D12)

git-svn-id: https://192.168.0.254/svn/Componentes.Internos.GUISDK/trunk@22 e3f7d858-3362-1a4e-b49c-1b1bd96e4488
This commit is contained in:
David Arranz 2009-02-28 13:50:07 +00:00
parent a896d4b4a3
commit 95a3799962
18 changed files with 410 additions and 0 deletions

BIN
Lib/D12/GUISDK_D12D.bpl Normal file

Binary file not shown.

BIN
Lib/D12/GUISDK_D12D.dcp Normal file

Binary file not shown.

BIN
Lib/D12/GUISDK_D12D.dcu Normal file

Binary file not shown.

BIN
Lib/D12/GUISDK_D12R.bpl Normal file

Binary file not shown.

BIN
Lib/D12/GUISDK_D12R.dcp Normal file

Binary file not shown.

BIN
Lib/D12/GUISDK_D12R.dcu Normal file

Binary file not shown.

BIN
Lib/D12/uCustomEditor.dcu Normal file

Binary file not shown.

BIN
Lib/D12/uCustomView.dcu Normal file

Binary file not shown.

BIN
Lib/D12/uGUIBase.dcu Normal file

Binary file not shown.

BIN
Lib/D12/uGUIRegister.dcu Normal file

Binary file not shown.

BIN
Lib/D12/uGUIUtils.dcu Normal file

Binary file not shown.

38
Packages/GUISDK_D12D.dpk Normal file
View File

@ -0,0 +1,38 @@
package GUISDK_D12D;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'GUI SDK para Delphi 2009 (Designtime)'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
{$DEFINE RELEASE}
requires
rtl,
designide,
GUISDK_D12R;
contains
uGUIRegister in '..\Source\uGUIRegister.pas';
end.

140
Packages/GUISDK_D12D.dproj Normal file
View File

@ -0,0 +1,140 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{b1ab04a7-bef8-4297-81f0-ae06b6c1d45e}</ProjectGuid>
<MainSource>GUISDK_D12D.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>..\Lib\D11\GUISDK_D11D.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>12.0</ProjectVersion>
<Config Condition="'$(Config)'==''">Release</Config>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_UnitSearchPath>..\Lib\D12;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_DependencyCheckOutputName>..\Lib\D12\GUISDK_D12D.bpl</DCC_DependencyCheckOutputName>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Description>GUI SDK para Delphi 2009 (Designtime)</DCC_Description>
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
<GenDll>true</GenDll>
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<GenPackage>true</GenPackage>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_DependencyCheckOutputName>..\Lib\D11\GUISDK_D12D.bpl</DCC_DependencyCheckOutputName>
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_DcuOutput>..\Lib\D11</DCC_DcuOutput>
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
<DCC_BplOutput>..\Lib\D11</DCC_BplOutput>
<DCC_DcpOutput>..\Lib\D11</DCC_DcpOutput>
<DCC_UnitSearchPath>..\Lib\D11;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_ResourcePath>..\Lib\D11;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>..\Lib\D11;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>..\Lib\D11;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_DependencyCheckOutputName>..\Lib\D11\GUISDK_D12D.bpl</DCC_DependencyCheckOutputName>
<Version>7.0</Version>
<DCC_DcuOutput>..\Lib\D11</DCC_DcuOutput>
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
<DCC_BplOutput>..\Lib\D11</DCC_BplOutput>
<DCC_DcpOutput>..\Lib\D11</DCC_DcpOutput>
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<DCC_UnitSearchPath>..\Lib\D11;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_ResourcePath>..\Lib\D11;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>..\Lib\D11;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>..\Lib\D11;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">2</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">3082</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName">Rodax Software S.L.</VersionInfoKeys>
<VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="FileVersion">2.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright"/>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName"/>
<VersionInfoKeys Name="ProductVersion">2.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Source>
<Source Name="MainSource">GUISDK_D12D.dpk</Source>
</Source>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
<ItemGroup>
<DelphiCompile Include="GUISDK_D12D.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="designide.dcp"/>
<DCCReference Include="GUISDK_D12R.dcp"/>
<DCCReference Include="..\Source\uGUIRegister.pas"/>
<DCCReference Include="GUISDK_D121R.dcp"/>
<DCCReference Include="GUISDK_D11R.dcp"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
</Project>

BIN
Packages/GUISDK_D12D.res Normal file

Binary file not shown.

41
Packages/GUISDK_D12R.dpk Normal file
View File

@ -0,0 +1,41 @@
package GUISDK_D12R;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'GUI SDK para Delphi 2009 (Runtime)'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
{$DEFINE RELEASE}
requires
vcl,
rtl,
designide;
contains
uCustomView in '..\Source\uCustomView.pas',
uCustomEditor in '..\Source\uCustomEditor.pas',
uGUIBase in '..\Source\uGUIBase.pas',
uGUIUtils in '..\Source\uGUIUtils.pas';
end.

141
Packages/GUISDK_D12R.dproj Normal file
View File

@ -0,0 +1,141 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{559ec84b-9aef-4f3c-85e8-18113e7a29a2}</ProjectGuid>
<MainSource>GUISDK_D12R.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>..\Lib\D11\GUISDK_D11R.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>12.0</ProjectVersion>
<Config Condition="'$(Config)'==''">Release</Config>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_DependencyCheckOutputName>..\Lib\D12\GUISDK_D12R.bpl</DCC_DependencyCheckOutputName>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Description>GUI SDK para Delphi 2009 (Runtime)</DCC_Description>
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DesignOnlyPackage>false</DesignOnlyPackage>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
<GenDll>true</GenDll>
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<GenPackage>true</GenPackage>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_DependencyCheckOutputName>..\Lib\D11\GUISDK_D12R.bpl</DCC_DependencyCheckOutputName>
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_DcuOutput>..\Lib\D11</DCC_DcuOutput>
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
<DCC_BplOutput>..\Lib\D11</DCC_BplOutput>
<DCC_DcpOutput>..\Lib\D11</DCC_DcpOutput>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_DependencyCheckOutputName>..\Lib\D11\GUISDK_D12R.bpl</DCC_DependencyCheckOutputName>
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<DCC_DcuOutput>..\Lib\D11</DCC_DcuOutput>
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
<DCC_BplOutput>..\Lib\D11</DCC_BplOutput>
<DCC_DcpOutput>..\Lib\D11</DCC_DcpOutput>
<DCC_Optimize>False</DCC_Optimize>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">2</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">3082</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName">Rodax Software S.L.</VersionInfoKeys>
<VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="FileVersion">2.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright"/>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName"/>
<VersionInfoKeys Name="ProductVersion">2.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Source>
<Source Name="MainSource">GUISDK_D12R.dpk</Source>
</Source>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
<ItemGroup>
<DelphiCompile Include="GUISDK_D12R.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="designide.dcp"/>
<DCCReference Include="..\Source\uCustomView.pas"/>
<DCCReference Include="..\Source\uCustomEditor.pas"/>
<DCCReference Include="..\Source\uGUIBase.pas"/>
<DCCReference Include="..\Source\uGUIUtils.pas"/>
<DCCReference Include="..\Source\rtlvclactnband.dcp"/>
<DCCReference Include="..\Source\vclactnband.dcp"/>
<DCCReference Include="..\Source\vclx.dcp"/>
<DCCReference Include="..\Source\xmlrtl.dcp"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
</Project>

BIN
Packages/GUISDK_D12R.res Normal file

Binary file not shown.

View File

@ -0,0 +1,50 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{f49d4f85-49b4-4a27-b829-44cd7b4b70b5}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="GUISDK_D12R.dproj">
<Dependencies/>
</Projects>
<Projects Include="GUISDK_D12D.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</BorlandProject>
</ProjectExtensions>
<Target Name="GUISDK_D12R">
<MSBuild Projects="GUISDK_D12R.dproj"/>
</Target>
<Target Name="GUISDK_D12R:Clean">
<MSBuild Targets="Clean" Projects="GUISDK_D12R.dproj"/>
</Target>
<Target Name="GUISDK_D12R:Make">
<MSBuild Targets="Make" Projects="GUISDK_D12R.dproj"/>
</Target>
<Target Name="GUISDK_D12D">
<MSBuild Projects="GUISDK_D12D.dproj"/>
</Target>
<Target Name="GUISDK_D12D:Clean">
<MSBuild Targets="Clean" Projects="GUISDK_D12D.dproj"/>
</Target>
<Target Name="GUISDK_D12D:Make">
<MSBuild Targets="Make" Projects="GUISDK_D12D.dproj"/>
</Target>
<Target Name="Build">
<CallTarget Targets="GUISDK_D12R;GUISDK_D12D"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="GUISDK_D12R:Clean;GUISDK_D12D:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="GUISDK_D12R:Make;GUISDK_D12D:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>