Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48af7105e7 | |||
| 49ecb88ab0 | |||
| 31b180cadf | |||
| 95a3799962 | |||
| a896d4b4a3 | |||
| 358ea897e1 | |||
| 01dcfa68b4 |
@ -1,13 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="BuildAll">
|
|
||||||
<ItemGroup>
|
|
||||||
<Projects Include="GUISDK.proj"/>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<Target Name="BuildAll">
|
|
||||||
<MSBuild Projects="@(Projects)" Targets="ReBuild"/>
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
<Target Name="Clean">
|
|
||||||
<MSBuild Projects="@(Projects)" Targets="Clean"/>
|
|
||||||
</Target>
|
|
||||||
</Project>
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<!-- Project Folders -->
|
|
||||||
<PropertyGroup>
|
|
||||||
<BaseFolder>$(MSBuildProjectDirectory)\..</BaseFolder>
|
|
||||||
<SourceFolder>$(BaseFolder)\Sources</SourceFolder>
|
|
||||||
<PackageFolder>$(BaseFolder)\Packages</PackageFolder>
|
|
||||||
<OutputFolder>$(BaseFolder)\Lib\$(DelphiVersion)</OutputFolder>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
@ -1,58 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
|
|
||||||
<Import Project="$(BUILDTOOLS)\RodaxSoftware.Delphi.Targets"/>
|
|
||||||
<Import Project="$(MSBuildProjectDirectory)\Build.properties"/>
|
|
||||||
|
|
||||||
<!-- Environment Settings -->
|
|
||||||
<PropertyGroup>
|
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
||||||
<DCC_DependencyCheckOutputName>$(OutputFolder)\GUISDK_$(DelphiVersion).bpl</DCC_DependencyCheckOutputName>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!-- 3rd Party Library Settings -->
|
|
||||||
<PropertyGroup>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!-- Project Settings -->
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
||||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
|
||||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
|
||||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
||||||
<DCC_MapFile>0</DCC_MapFile>
|
|
||||||
<DCC_BplOutput>$(OutputFolder)</DCC_BplOutput>
|
|
||||||
<DCC_DcpOutput>$(OutputFolder)</DCC_DcpOutput>
|
|
||||||
<DCC_DcuOutput>$(OutputFolder)</DCC_DcuOutput>
|
|
||||||
<DCC_ObjOutput>$(OutputFolder)</DCC_ObjOutput>
|
|
||||||
<DCC_UnitSearchPath>$(OutputFolder);$(SourceFolder)</DCC_UnitSearchPath>
|
|
||||||
<DCC_ResourcePath>$(OutputFolder)</DCC_ResourcePath>
|
|
||||||
<DCC_ObjPath>$(OutputFolder)</DCC_ObjPath>
|
|
||||||
<DCC_IncludePath>$(OutputFolder)</DCC_IncludePath>
|
|
||||||
<DCC_BuildAllUnits>False</DCC_BuildAllUnits>
|
|
||||||
<DCC_Define>RELEASE</DCC_Define>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!-- Project's Packages -->
|
|
||||||
<ItemGroup>
|
|
||||||
<Packages Include="$(PackageFolder)\GUISDK_$(DelphiVersion).dpk" />
|
|
||||||
<DelphiCompile Include="@(Packages)"/>
|
|
||||||
<DCCReference Include="$(SourceFolder)\uCustomEditor.pas">
|
|
||||||
<Form>CustomEditor</Form>
|
|
||||||
</DCCReference>
|
|
||||||
<DCCReference Include="$(SourceFolder)\uCustomView.pas">
|
|
||||||
<Form>CustomView</Form>
|
|
||||||
</DCCReference>
|
|
||||||
<DCCReference Include="$(SourceFolder)\Source\uGUIBase.pas" />
|
|
||||||
<DCCReference Include="$(SourceFolder)\Source\uGUIUtils.pas" />
|
|
||||||
<DCCReference Include="ccpack$(DelphiVersion).dcp" />
|
|
||||||
<DCCReference Include="cfpack_$(DelphiVersion).dcp" />
|
|
||||||
<DCCReference Include="designide.dcp" />
|
|
||||||
<DCCReference Include="JvAppFrm$(DelphiVersion)R.dcp" />
|
|
||||||
<DCCReference Include="JvCore$(DelphiVersion)R.dcp" />
|
|
||||||
<DCCReference Include="rtl.dcp" />
|
|
||||||
<DCCReference Include="vcl.dcp" />
|
|
||||||
<DCCReference Include="vclactnband.dcp" />
|
|
||||||
<DCCReference Include="vclx.dcp" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Lib/D11/GUISDK_D11D.bpl
Normal file
BIN
Lib/D11/GUISDK_D11D.bpl
Normal file
Binary file not shown.
BIN
Lib/D11/GUISDK_D11D.dcp
Normal file
BIN
Lib/D11/GUISDK_D11D.dcp
Normal file
Binary file not shown.
BIN
Lib/D11/GUISDK_D11D.dcu
Normal file
BIN
Lib/D11/GUISDK_D11D.dcu
Normal file
Binary file not shown.
BIN
Lib/D11/GUISDK_D11R.bpl
Normal file
BIN
Lib/D11/GUISDK_D11R.bpl
Normal file
Binary file not shown.
BIN
Lib/D11/GUISDK_D11R.dcp
Normal file
BIN
Lib/D11/GUISDK_D11R.dcp
Normal file
Binary file not shown.
BIN
Lib/D11/GUISDK_D11R.dcu
Normal file
BIN
Lib/D11/GUISDK_D11R.dcu
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Lib/D11/uGUIRegister.dcu
Normal file
BIN
Lib/D11/uGUIRegister.dcu
Normal file
Binary file not shown.
Binary file not shown.
BIN
Lib/D12/GUISDK_D12D.bpl
Normal file
BIN
Lib/D12/GUISDK_D12D.bpl
Normal file
Binary file not shown.
BIN
Lib/D12/GUISDK_D12D.dcp
Normal file
BIN
Lib/D12/GUISDK_D12D.dcp
Normal file
Binary file not shown.
BIN
Lib/D12/GUISDK_D12D.dcu
Normal file
BIN
Lib/D12/GUISDK_D12D.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/GUISDK_D12R.bpl
Normal file
BIN
Lib/D12/GUISDK_D12R.bpl
Normal file
Binary file not shown.
BIN
Lib/D12/GUISDK_D12R.dcp
Normal file
BIN
Lib/D12/GUISDK_D12R.dcp
Normal file
Binary file not shown.
BIN
Lib/D12/GUISDK_D12R.dcu
Normal file
BIN
Lib/D12/GUISDK_D12R.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uCustomEditor.dcu
Normal file
BIN
Lib/D12/uCustomEditor.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uCustomView.dcu
Normal file
BIN
Lib/D12/uCustomView.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uGUIBase.dcu
Normal file
BIN
Lib/D12/uGUIBase.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uGUIRegister.dcu
Normal file
BIN
Lib/D12/uGUIRegister.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uGUIUtils.dcu
Normal file
BIN
Lib/D12/uGUIUtils.dcu
Normal file
Binary file not shown.
BIN
Lib/D14/GUISDK_D14D.bpl
Normal file
BIN
Lib/D14/GUISDK_D14D.bpl
Normal file
Binary file not shown.
BIN
Lib/D14/GUISDK_D14D.dcp
Normal file
BIN
Lib/D14/GUISDK_D14D.dcp
Normal file
Binary file not shown.
BIN
Lib/D14/GUISDK_D14D.dcu
Normal file
BIN
Lib/D14/GUISDK_D14D.dcu
Normal file
Binary file not shown.
BIN
Lib/D14/GUISDK_D14R.bpl
Normal file
BIN
Lib/D14/GUISDK_D14R.bpl
Normal file
Binary file not shown.
BIN
Lib/D14/GUISDK_D14R.dcp
Normal file
BIN
Lib/D14/GUISDK_D14R.dcp
Normal file
Binary file not shown.
BIN
Lib/D14/GUISDK_D14R.dcu
Normal file
BIN
Lib/D14/GUISDK_D14R.dcu
Normal file
Binary file not shown.
BIN
Lib/D14/uCustomEditor.dcu
Normal file
BIN
Lib/D14/uCustomEditor.dcu
Normal file
Binary file not shown.
BIN
Lib/D14/uCustomView.dcu
Normal file
BIN
Lib/D14/uCustomView.dcu
Normal file
Binary file not shown.
BIN
Lib/D14/uGUIBase.dcu
Normal file
BIN
Lib/D14/uGUIBase.dcu
Normal file
Binary file not shown.
BIN
Lib/D14/uGUIRegister.dcu
Normal file
BIN
Lib/D14/uGUIRegister.dcu
Normal file
Binary file not shown.
BIN
Lib/D14/uGUIUtils.dcu
Normal file
BIN
Lib/D14/uGUIUtils.dcu
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,41 +0,0 @@
|
|||||||
-$A8
|
|
||||||
-$B-
|
|
||||||
-$C+
|
|
||||||
-$D+
|
|
||||||
-$E-
|
|
||||||
-$F-
|
|
||||||
-$G+
|
|
||||||
-$H+
|
|
||||||
-$I+
|
|
||||||
-$J-
|
|
||||||
-$K-
|
|
||||||
-$L+
|
|
||||||
-$M-
|
|
||||||
-$N+
|
|
||||||
-$O+
|
|
||||||
-$P+
|
|
||||||
-$Q-
|
|
||||||
-$R-
|
|
||||||
-$S-
|
|
||||||
-$T-
|
|
||||||
-$U-
|
|
||||||
-$V+
|
|
||||||
-$W-
|
|
||||||
-$X+
|
|
||||||
-$YD
|
|
||||||
-$Z1
|
|
||||||
-GD
|
|
||||||
-cg
|
|
||||||
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
|
||||||
-H+
|
|
||||||
-W+
|
|
||||||
-M
|
|
||||||
-$M16384,1048576
|
|
||||||
-K$00400000
|
|
||||||
-N0"..\Lib\D10"
|
|
||||||
-LE"C:\Documents and Settings\David\Mis documentos\Borland Studio Projects\Bpl"
|
|
||||||
-LN"C:\Documents and Settings\David\Mis documentos\Borland Studio Projects\Bpl"
|
|
||||||
-Z
|
|
||||||
-w-UNSAFE_TYPE
|
|
||||||
-w-UNSAFE_CODE
|
|
||||||
-w-UNSAFE_CAST
|
|
||||||
@ -1,146 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<ProjectGuid>{957a24e2-b568-44eb-9e8b-639f1a9628ab}</ProjectGuid>
|
|
||||||
<MainSource>GUISDK_D10.dpk</MainSource>
|
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
||||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
|
||||||
<DCC_DependencyCheckOutputName>..\Lib\D10\GUISDK_D10.bpl</DCC_DependencyCheckOutputName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
||||||
<Version>7.0</Version>
|
|
||||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
|
||||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
|
||||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
||||||
<DCC_MapFile>3</DCC_MapFile>
|
|
||||||
<DCC_DcuOutput>..\Lib\D10</DCC_DcuOutput>
|
|
||||||
<DCC_ObjOutput>..\Lib\D10</DCC_ObjOutput>
|
|
||||||
<DCC_HppOutput>..\Lib\D10</DCC_HppOutput>
|
|
||||||
<DCC_BplOutput>..\Lib\D10</DCC_BplOutput>
|
|
||||||
<DCC_DcpOutput>..\Lib\D10</DCC_DcpOutput>
|
|
||||||
<DCC_UnitSearchPath>..\Lib\D10;..\Source</DCC_UnitSearchPath>
|
|
||||||
<DCC_ResourcePath>..\Lib\D10;..\Source</DCC_ResourcePath>
|
|
||||||
<DCC_ObjPath>..\Lib\D10;..\Source</DCC_ObjPath>
|
|
||||||
<DCC_IncludePath>..\Lib\D10;..\Source</DCC_IncludePath>
|
|
||||||
<DCC_Define>RELEASE</DCC_Define>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
||||||
<Version>7.0</Version>
|
|
||||||
<DCC_MapFile>3</DCC_MapFile>
|
|
||||||
<DCC_DcuOutput>..\Lib\D10</DCC_DcuOutput>
|
|
||||||
<DCC_ObjOutput>..\Lib\D10</DCC_ObjOutput>
|
|
||||||
<DCC_HppOutput>..\Lib\D10</DCC_HppOutput>
|
|
||||||
<DCC_BplOutput>..\Lib\D10</DCC_BplOutput>
|
|
||||||
<DCC_DcpOutput>..\Lib\D10</DCC_DcpOutput>
|
|
||||||
<DCC_UnitSearchPath>..\Lib\D10;..\Source</DCC_UnitSearchPath>
|
|
||||||
<DCC_ResourcePath>..\Lib\D10;..\Source</DCC_ResourcePath>
|
|
||||||
<DCC_ObjPath>..\Lib\D10;..\Source</DCC_ObjPath>
|
|
||||||
<DCC_IncludePath>..\Lib\D10;..\Source</DCC_IncludePath>
|
|
||||||
<DCC_Define>DEBUG</DCC_Define>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ProjectExtensions>
|
|
||||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
|
||||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
|
||||||
<BorlandProject>
|
|
||||||
<BorlandProject xmlns=""> <Delphi.Personality> <Parameters>
|
|
||||||
<Parameters Name="UseLauncher">False</Parameters>
|
|
||||||
<Parameters Name="LoadAllSymbols">True</Parameters>
|
|
||||||
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
|
||||||
</Parameters>
|
|
||||||
<Package_Options>
|
|
||||||
<Package_Options Name="PackageDescription">GUI SDK para Delphi 10</Package_Options>
|
|
||||||
<Package_Options Name="ImplicitBuild">False</Package_Options>
|
|
||||||
<Package_Options Name="DesigntimeOnly">False</Package_Options>
|
|
||||||
<Package_Options Name="RuntimeOnly">False</Package_Options>
|
|
||||||
</Package_Options>
|
|
||||||
<VersionInfo>
|
|
||||||
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
|
||||||
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
||||||
<VersionInfo Name="MajorVer">1</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"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="ProductName"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
|
|
||||||
</VersionInfoKeys>
|
|
||||||
<Excluded_Packages>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarD10.bpl">ExpressBars by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxComnD10.bpl">ExpressCommonLibrary by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarDBNavD10.bpl">ExpressBars DBNavigator by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarExtDBItemsD10.bpl">ExpressBars extended DB items by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarExtItemsD10.bpl">ExpressBars extended items by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxDockingD10.bpl">ExpressDocking Library by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxLayoutControlD10.bpl">ExpressLayout Control by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxNavBarD10.bpl">ExpressNavBar by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxGDIPlusD10.bpl">ExpressGDI+ Library by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxPSCoreD10.bpl">ExpressPrinting System by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxsbD10.bpl">ExpressSideBar by Developer Express Inc.</Excluded_Packages>
|
|
||||||
</Excluded_Packages>
|
|
||||||
<Source>
|
|
||||||
<Source Name="MainSource">GUISDK_D10.dpk</Source>
|
|
||||||
</Source>
|
|
||||||
</Delphi.Personality> </BorlandProject></BorlandProject>
|
|
||||||
</ProjectExtensions>
|
|
||||||
<ItemGroup />
|
|
||||||
<ItemGroup>
|
|
||||||
<DelphiCompile Include="GUISDK_D10.dpk">
|
|
||||||
<MainSource>MainSource</MainSource>
|
|
||||||
</DelphiCompile>
|
|
||||||
<DCCReference Include="..\Source\uCustomEditor.pas">
|
|
||||||
<Form>CustomEditor</Form>
|
|
||||||
</DCCReference>
|
|
||||||
<DCCReference Include="..\Source\uCustomView.pas">
|
|
||||||
<Form>CustomView</Form>
|
|
||||||
<DesignClass>TFrame</DesignClass>
|
|
||||||
</DCCReference>
|
|
||||||
<DCCReference Include="..\Source\uGUIBase.pas" />
|
|
||||||
<DCCReference Include="..\Source\uGUIUtils.pas" />
|
|
||||||
<DCCReference Include="ccpack10.dcp" />
|
|
||||||
<DCCReference Include="cfpack_d10.dcp" />
|
|
||||||
<DCCReference Include="designide.dcp" />
|
|
||||||
<DCCReference Include="rtl.dcp" />
|
|
||||||
<DCCReference Include="vcl.dcp" />
|
|
||||||
<DCCReference Include="vclactnband.dcp" />
|
|
||||||
<DCCReference Include="vclx.dcp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
|
||||||
</Project>
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
/* VER180
|
|
||||||
Generated by the Borland Delphi Pascal Compiler
|
|
||||||
because -GD or --drc was supplied to the compiler.
|
|
||||||
|
|
||||||
This file contains compiler-generated resources that
|
|
||||||
were bound to the executable.
|
|
||||||
If this file is empty, then no compiler-generated
|
|
||||||
resources were bound to the produced executable.
|
|
||||||
*/
|
|
||||||
|
|
||||||
STRINGTABLE
|
|
||||||
BEGIN
|
|
||||||
END
|
|
||||||
|
|
||||||
@ -1,98 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<ProjectGuid>{559ec84b-9aef-4f3c-85e8-18113e7a29a2}</ProjectGuid>
|
|
||||||
<MainSource>GUISDK_D11.dpk</MainSource>
|
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
||||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
|
||||||
<DCC_DependencyCheckOutputName>..\Lib\D11\GUISDK_D11.bpl</DCC_DependencyCheckOutputName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
||||||
<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_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=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
||||||
<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_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>
|
|
||||||
<ProjectExtensions>
|
|
||||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
|
||||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
|
||||||
<BorlandProject>
|
|
||||||
<BorlandProject xmlns=""> <Delphi.Personality> <Parameters>
|
|
||||||
<Parameters Name="UseLauncher">False</Parameters>
|
|
||||||
<Parameters Name="LoadAllSymbols">True</Parameters>
|
|
||||||
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
|
||||||
</Parameters>
|
|
||||||
<Package_Options>
|
|
||||||
<Package_Options Name="PackageDescription">GUI SDK para Delphi 2007</Package_Options>
|
|
||||||
<Package_Options Name="ImplicitBuild">False</Package_Options>
|
|
||||||
<Package_Options Name="DesigntimeOnly">False</Package_Options>
|
|
||||||
<Package_Options Name="RuntimeOnly">False</Package_Options>
|
|
||||||
</Package_Options>
|
|
||||||
<VersionInfo>
|
|
||||||
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
|
||||||
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
||||||
<VersionInfo Name="MajorVer">1</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"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="ProductName"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
|
|
||||||
</VersionInfoKeys>
|
|
||||||
<Source>
|
|
||||||
<Source Name="MainSource">GUISDK_D11.dpk</Source>
|
|
||||||
</Source>
|
|
||||||
</Delphi.Personality> </BorlandProject></BorlandProject>
|
|
||||||
</ProjectExtensions>
|
|
||||||
<ItemGroup />
|
|
||||||
<ItemGroup>
|
|
||||||
<DelphiCompile Include="GUISDK_D11.dpk">
|
|
||||||
<MainSource>MainSource</MainSource>
|
|
||||||
</DelphiCompile>
|
|
||||||
<DCCReference Include="..\Source\uCustomEditor.pas" />
|
|
||||||
<DCCReference Include="..\Source\uCustomView.pas" />
|
|
||||||
<DCCReference Include="..\Source\uGUIBase.pas" />
|
|
||||||
<DCCReference Include="..\Source\uGUIUtils.pas" />
|
|
||||||
<DCCReference Include="designide.dcp" />
|
|
||||||
<DCCReference Include="rtl.dcp" />
|
|
||||||
<DCCReference Include="vcl.dcp" />
|
|
||||||
<DCCReference Include="vclactnband.dcp" />
|
|
||||||
<DCCReference Include="vclx.dcp" />
|
|
||||||
<DCCReference Include="xmlrtl.dcp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
|
||||||
</Project>
|
|
||||||
BIN
Packages/GUISDK_D11D.dcu
Normal file
BIN
Packages/GUISDK_D11D.dcu
Normal file
Binary file not shown.
38
Packages/GUISDK_D11D.dpk
Normal file
38
Packages/GUISDK_D11D.dpk
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
package GUISDK_D11D;
|
||||||
|
|
||||||
|
{$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 2007 (Designtime)'}
|
||||||
|
{$DESIGNONLY}
|
||||||
|
{$IMPLICITBUILD OFF}
|
||||||
|
{$DEFINE RELEASE}
|
||||||
|
|
||||||
|
requires
|
||||||
|
rtl,
|
||||||
|
designide,
|
||||||
|
GUISDK_D11R;
|
||||||
|
|
||||||
|
contains
|
||||||
|
uGUIRegister in '..\Source\uGUIRegister.pas';
|
||||||
|
|
||||||
|
end.
|
||||||
@ -1,207 +1,75 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<BorlandProject>
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PersonalityInfo>
|
<PropertyGroup>
|
||||||
<Option>
|
<ProjectGuid>{b1ab04a7-bef8-4297-81f0-ae06b6c1d45e}</ProjectGuid>
|
||||||
<Option Name="Personality">Delphi.Personality</Option>
|
<MainSource>GUISDK_D11D.dpk</MainSource>
|
||||||
<Option Name="ProjectType">VCLApplication</Option>
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
||||||
<Option Name="Version">1.0</Option>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<Option Name="GUID">{957A24E2-B568-44EB-9E8B-639F1A9628AB}</Option>
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
</Option>
|
<DCC_DependencyCheckOutputName>..\Lib\D11\GUISDK_D11D.bpl</DCC_DependencyCheckOutputName>
|
||||||
</PersonalityInfo>
|
</PropertyGroup>
|
||||||
<Delphi.Personality>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<Source>
|
<Version>7.0</Version>
|
||||||
<Source Name="MainSource">GUISDK_D10.dpk</Source>
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||||
</Source>
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||||
<FileVersion>
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
<FileVersion Name="Version">7.0</FileVersion>
|
<DCC_Define>RELEASE</DCC_Define>
|
||||||
</FileVersion>
|
<DCC_DcuOutput>..\Lib\D11</DCC_DcuOutput>
|
||||||
<Compiler>
|
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
|
||||||
<Compiler Name="A">8</Compiler>
|
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
|
||||||
<Compiler Name="B">0</Compiler>
|
<DCC_BplOutput>..\Lib\D11</DCC_BplOutput>
|
||||||
<Compiler Name="C">1</Compiler>
|
<DCC_DcpOutput>..\Lib\D11</DCC_DcpOutput>
|
||||||
<Compiler Name="D">1</Compiler>
|
<DCC_UnitSearchPath>..\Lib\D11</DCC_UnitSearchPath>
|
||||||
<Compiler Name="E">0</Compiler>
|
<DCC_ResourcePath>..\Lib\D11</DCC_ResourcePath>
|
||||||
<Compiler Name="F">0</Compiler>
|
<DCC_ObjPath>..\Lib\D11</DCC_ObjPath>
|
||||||
<Compiler Name="G">1</Compiler>
|
<DCC_IncludePath>..\Lib\D11</DCC_IncludePath>
|
||||||
<Compiler Name="H">1</Compiler>
|
</PropertyGroup>
|
||||||
<Compiler Name="I">1</Compiler>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<Compiler Name="J">0</Compiler>
|
<Version>7.0</Version>
|
||||||
<Compiler Name="K">0</Compiler>
|
<DCC_DcuOutput>..\Lib\D11</DCC_DcuOutput>
|
||||||
<Compiler Name="L">1</Compiler>
|
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
|
||||||
<Compiler Name="M">0</Compiler>
|
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
|
||||||
<Compiler Name="N">1</Compiler>
|
<DCC_BplOutput>..\Lib\D11</DCC_BplOutput>
|
||||||
<Compiler Name="O">1</Compiler>
|
<DCC_DcpOutput>..\Lib\D11</DCC_DcpOutput>
|
||||||
<Compiler Name="P">1</Compiler>
|
<DCC_Define>DEBUG</DCC_Define>
|
||||||
<Compiler Name="Q">0</Compiler>
|
<DCC_UnitSearchPath>..\Lib\D11</DCC_UnitSearchPath>
|
||||||
<Compiler Name="R">0</Compiler>
|
<DCC_ResourcePath>..\Lib\D11</DCC_ResourcePath>
|
||||||
<Compiler Name="S">0</Compiler>
|
<DCC_ObjPath>..\Lib\D11</DCC_ObjPath>
|
||||||
<Compiler Name="T">0</Compiler>
|
<DCC_IncludePath>..\Lib\D11</DCC_IncludePath>
|
||||||
<Compiler Name="U">0</Compiler>
|
</PropertyGroup>
|
||||||
<Compiler Name="V">1</Compiler>
|
<ProjectExtensions>
|
||||||
<Compiler Name="W">0</Compiler>
|
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||||
<Compiler Name="X">1</Compiler>
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
<Compiler Name="Y">1</Compiler>
|
<BorlandProject>
|
||||||
<Compiler Name="Z">1</Compiler>
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">True</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options><Package_Options Name="PackageDescription">GUI SDK para Delphi 2007 (Designtime)</Package_Options></Package_Options><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><VersionInfoKeys Name="FileVersion">2.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">2.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">GUISDK_D11D.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||||
<Compiler Name="ShowHints">True</Compiler>
|
</ProjectExtensions>
|
||||||
<Compiler Name="ShowWarnings">True</Compiler>
|
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||||
<Compiler Name="UnitAliases">WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;</Compiler>
|
<ItemGroup>
|
||||||
<Compiler Name="NamespacePrefix"></Compiler>
|
<DelphiCompile Include="GUISDK_D11D.dpk">
|
||||||
<Compiler Name="GenerateDocumentation">False</Compiler>
|
<MainSource>MainSource</MainSource>
|
||||||
<Compiler Name="DefaultNamespace"></Compiler>
|
</DelphiCompile>
|
||||||
<Compiler Name="SymbolDeprecated">True</Compiler>
|
<DCCReference Include="..\Source\uGUIRegister.pas" />
|
||||||
<Compiler Name="SymbolLibrary">True</Compiler>
|
<DCCReference Include="C:\Documents and Settings\Usuario\designide.dcp" />
|
||||||
<Compiler Name="SymbolPlatform">True</Compiler>
|
<DCCReference Include="C:\Documents and Settings\Usuario\GUISDK_D11R.dcp" />
|
||||||
<Compiler Name="SymbolExperimental">True</Compiler>
|
<DCCReference Include="C:\Documents and Settings\Usuario\rtl.dcp" />
|
||||||
<Compiler Name="UnitLibrary">True</Compiler>
|
</ItemGroup>
|
||||||
<Compiler Name="UnitPlatform">True</Compiler>
|
</Project>
|
||||||
<Compiler Name="UnitDeprecated">True</Compiler>
|
|
||||||
<Compiler Name="UnitExperimental">True</Compiler>
|
|
||||||
<Compiler Name="HResultCompat">True</Compiler>
|
|
||||||
<Compiler Name="HidingMember">True</Compiler>
|
|
||||||
<Compiler Name="HiddenVirtual">True</Compiler>
|
|
||||||
<Compiler Name="Garbage">True</Compiler>
|
|
||||||
<Compiler Name="BoundsError">True</Compiler>
|
|
||||||
<Compiler Name="ZeroNilCompat">True</Compiler>
|
|
||||||
<Compiler Name="StringConstTruncated">True</Compiler>
|
|
||||||
<Compiler Name="ForLoopVarVarPar">True</Compiler>
|
|
||||||
<Compiler Name="TypedConstVarPar">True</Compiler>
|
|
||||||
<Compiler Name="AsgToTypedConst">True</Compiler>
|
|
||||||
<Compiler Name="CaseLabelRange">True</Compiler>
|
|
||||||
<Compiler Name="ForVariable">True</Compiler>
|
|
||||||
<Compiler Name="ConstructingAbstract">True</Compiler>
|
|
||||||
<Compiler Name="ComparisonFalse">True</Compiler>
|
|
||||||
<Compiler Name="ComparisonTrue">True</Compiler>
|
|
||||||
<Compiler Name="ComparingSignedUnsigned">True</Compiler>
|
|
||||||
<Compiler Name="CombiningSignedUnsigned">True</Compiler>
|
|
||||||
<Compiler Name="UnsupportedConstruct">True</Compiler>
|
|
||||||
<Compiler Name="FileOpen">True</Compiler>
|
|
||||||
<Compiler Name="FileOpenUnitSrc">True</Compiler>
|
|
||||||
<Compiler Name="BadGlobalSymbol">True</Compiler>
|
|
||||||
<Compiler Name="DuplicateConstructorDestructor">True</Compiler>
|
|
||||||
<Compiler Name="InvalidDirective">True</Compiler>
|
|
||||||
<Compiler Name="PackageNoLink">True</Compiler>
|
|
||||||
<Compiler Name="PackageThreadVar">True</Compiler>
|
|
||||||
<Compiler Name="ImplicitImport">True</Compiler>
|
|
||||||
<Compiler Name="HPPEMITIgnored">True</Compiler>
|
|
||||||
<Compiler Name="NoRetVal">True</Compiler>
|
|
||||||
<Compiler Name="UseBeforeDef">True</Compiler>
|
|
||||||
<Compiler Name="ForLoopVarUndef">True</Compiler>
|
|
||||||
<Compiler Name="UnitNameMismatch">True</Compiler>
|
|
||||||
<Compiler Name="NoCFGFileFound">True</Compiler>
|
|
||||||
<Compiler Name="ImplicitVariants">True</Compiler>
|
|
||||||
<Compiler Name="UnicodeToLocale">True</Compiler>
|
|
||||||
<Compiler Name="LocaleToUnicode">True</Compiler>
|
|
||||||
<Compiler Name="ImagebaseMultiple">True</Compiler>
|
|
||||||
<Compiler Name="SuspiciousTypecast">True</Compiler>
|
|
||||||
<Compiler Name="PrivatePropAccessor">True</Compiler>
|
|
||||||
<Compiler Name="UnsafeType">False</Compiler>
|
|
||||||
<Compiler Name="UnsafeCode">False</Compiler>
|
|
||||||
<Compiler Name="UnsafeCast">False</Compiler>
|
|
||||||
<Compiler Name="OptionTruncated">True</Compiler>
|
|
||||||
<Compiler Name="WideCharReduced">True</Compiler>
|
|
||||||
<Compiler Name="DuplicatesIgnored">True</Compiler>
|
|
||||||
<Compiler Name="UnitInitSeq">True</Compiler>
|
|
||||||
<Compiler Name="LocalPInvoke">True</Compiler>
|
|
||||||
<Compiler Name="MessageDirective">True</Compiler>
|
|
||||||
<Compiler Name="CodePage"></Compiler>
|
|
||||||
</Compiler>
|
|
||||||
<Linker>
|
|
||||||
<Linker Name="MapFile">3</Linker>
|
|
||||||
<Linker Name="OutputObjs">0</Linker>
|
|
||||||
<Linker Name="GenerateHpps">False</Linker>
|
|
||||||
<Linker Name="ConsoleApp">1</Linker>
|
|
||||||
<Linker Name="DebugInfo">False</Linker>
|
|
||||||
<Linker Name="RemoteSymbols">False</Linker>
|
|
||||||
<Linker Name="GenerateDRC">False</Linker>
|
|
||||||
<Linker Name="MinStackSize">16384</Linker>
|
|
||||||
<Linker Name="MaxStackSize">1048576</Linker>
|
|
||||||
<Linker Name="ImageBase">4194304</Linker>
|
|
||||||
<Linker Name="ExeDescription">GUI SDK para Delphi 10</Linker>
|
|
||||||
</Linker>
|
|
||||||
<Directories>
|
|
||||||
<Directories Name="OutputDir"></Directories>
|
|
||||||
<Directories Name="UnitOutputDir">..\Lib\D10</Directories>
|
|
||||||
<Directories Name="PackageDLLOutputDir">..\Lib\D10</Directories>
|
|
||||||
<Directories Name="PackageDCPOutputDir">..\Lib\D10</Directories>
|
|
||||||
<Directories Name="SearchPath">..\Lib\D10;..\Source</Directories>
|
|
||||||
<Directories Name="Packages"></Directories>
|
|
||||||
<Directories Name="Conditionals"></Directories>
|
|
||||||
<Directories Name="DebugSourceDirs"></Directories>
|
|
||||||
<Directories Name="UsePackages">False</Directories>
|
|
||||||
</Directories>
|
|
||||||
<Parameters>
|
|
||||||
<Parameters Name="RunParams"></Parameters>
|
|
||||||
<Parameters Name="HostApplication"></Parameters>
|
|
||||||
<Parameters Name="Launcher"></Parameters>
|
|
||||||
<Parameters Name="UseLauncher">False</Parameters>
|
|
||||||
<Parameters Name="DebugCWD"></Parameters>
|
|
||||||
<Parameters Name="Debug Symbols Search Path"></Parameters>
|
|
||||||
<Parameters Name="LoadAllSymbols">True</Parameters>
|
|
||||||
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
|
||||||
</Parameters>
|
|
||||||
<Language>
|
|
||||||
<Language Name="ActiveLang"></Language>
|
|
||||||
<Language Name="ProjectLang">$00000000</Language>
|
|
||||||
<Language Name="RootDir"></Language>
|
|
||||||
</Language>
|
|
||||||
<VersionInfo>
|
|
||||||
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
|
||||||
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
||||||
<VersionInfo Name="MajorVer">1</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"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="ProductName"></VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
|
||||||
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
|
|
||||||
</VersionInfoKeys> <Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarD10.bpl">ExpressBars by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxComnD10.bpl">ExpressCommonLibrary by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarDBNavD10.bpl">ExpressBars DBNavigator by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarExtDBItemsD10.bpl">ExpressBars extended DB items by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarExtItemsD10.bpl">ExpressBars extended items by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxDockingD10.bpl">ExpressDocking Library by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxLayoutControlD10.bpl">ExpressLayout Control by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxNavBarD10.bpl">ExpressNavBar by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxGDIPlusD10.bpl">ExpressGDI+ Library by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxPSCoreD10.bpl">ExpressPrinting System by Developer Express Inc.</Excluded_Packages>
|
|
||||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxsbD10.bpl">ExpressSideBar by Developer Express Inc.</Excluded_Packages>
|
|
||||||
</Excluded_Packages>
|
|
||||||
</Delphi.Personality>
|
|
||||||
<!-- EurekaLog First Line
|
<!-- EurekaLog First Line
|
||||||
[Exception Log]
|
[Exception Log]
|
||||||
EurekaLog Version=6006
|
EurekaLog Version=6006
|
||||||
Activate=1
|
Activate=0
|
||||||
Activate Handle=1
|
Activate Handle=1
|
||||||
Save Log File=1
|
Save Log File=1
|
||||||
Foreground Tab=0
|
Foreground Tab=0
|
||||||
Freeze Activate=0
|
Freeze Activate=0
|
||||||
Freeze Timeout=0
|
Freeze Timeout=60
|
||||||
Freeze Message=The application seems to be frozen.
|
|
||||||
SMTP From=eurekalog@email.com
|
SMTP From=eurekalog@email.com
|
||||||
SMTP Host=
|
SMTP Host=
|
||||||
SMTP Port=25
|
SMTP Port=25
|
||||||
SMTP UserID=
|
SMTP UserID=
|
||||||
SMTP Password=
|
SMTP Password=
|
||||||
Append to Log=0
|
Append to Log=0
|
||||||
Show TerminateBtn=1
|
TerminateBtn Operation=2
|
||||||
TerminateBtn Operation=1
|
|
||||||
Errors Number=32
|
Errors Number=32
|
||||||
Errors Terminate=3
|
Errors Terminate=3
|
||||||
Email Address=
|
Email Address=
|
||||||
@ -228,7 +96,7 @@ HTMLLine11=" %3C/tr%3E"
|
|||||||
HTMLLine12=" %3C/table%3E"
|
HTMLLine12=" %3C/table%3E"
|
||||||
HTMLLine13=" %3C/body%3E"
|
HTMLLine13=" %3C/body%3E"
|
||||||
HTMLLine14="%3C/html%3E"
|
HTMLLine14="%3C/html%3E"
|
||||||
AutoCrashOperation=1
|
AutoCrashOperation=2
|
||||||
AutoCrashNumber=10
|
AutoCrashNumber=10
|
||||||
AutoCrashMinutes=1
|
AutoCrashMinutes=1
|
||||||
WebURL=
|
WebURL=
|
||||||
@ -236,30 +104,55 @@ WebUserID=
|
|||||||
WebPassword=
|
WebPassword=
|
||||||
WebPort=0
|
WebPort=0
|
||||||
AttachedFiles=
|
AttachedFiles=
|
||||||
|
ProxyURL=
|
||||||
|
ProxyUser=
|
||||||
|
ProxyPassword=
|
||||||
|
ProxyPort=8080
|
||||||
|
TrakerUser=
|
||||||
|
TrakerPassword=
|
||||||
|
TrakerAssignTo=
|
||||||
|
TrakerProject=
|
||||||
|
TrakerCategory=
|
||||||
|
TrakerTrialID=
|
||||||
|
ZipPassword=
|
||||||
|
PreBuildEvent=
|
||||||
|
PostSuccessfulBuildEvent=
|
||||||
|
PostFailureBuildEvent=
|
||||||
|
ExceptionDialogType=2
|
||||||
Count=0
|
Count=0
|
||||||
EMail Message Line Count=0
|
EMail Message Line Count=0
|
||||||
loNoDuplicateErrors=0
|
loNoDuplicateErrors=0
|
||||||
loAppendReproduceText=0
|
loAppendReproduceText=0
|
||||||
loDeleteLogAtVersionChange=0
|
loDeleteLogAtVersionChange=0
|
||||||
loAddComputerNameInLogFileName=0
|
loAddComputerNameInLogFileName=0
|
||||||
loSaveModulesSection=1
|
loSaveModulesAndProcessesSections=1
|
||||||
loSaveCPUSection=1
|
loSaveAssemblerAndCPUSections=1
|
||||||
soAppStartDate=1
|
soAppStartDate=1
|
||||||
soAppName=1
|
soAppName=1
|
||||||
soAppVersionNumber=1
|
soAppVersionNumber=1
|
||||||
soAppParameters=1
|
soAppParameters=1
|
||||||
soAppCompilationDate=1
|
soAppCompilationDate=1
|
||||||
|
soAppUpTime=1
|
||||||
soExcDate=1
|
soExcDate=1
|
||||||
soExcAddress=1
|
soExcAddress=1
|
||||||
soExcModule=1
|
soExcModuleName=1
|
||||||
|
soExcModuleVersion=1
|
||||||
soExcType=1
|
soExcType=1
|
||||||
soExcMessage=1
|
soExcMessage=1
|
||||||
|
soExcID=1
|
||||||
|
soExcCount=1
|
||||||
|
soExcStatus=1
|
||||||
|
soExcNote=1
|
||||||
|
soUserID=1
|
||||||
|
soUserName=1
|
||||||
|
soUserEmail=1
|
||||||
|
soUserPrivileges=1
|
||||||
|
soUserCompany=1
|
||||||
soActCtlsFormClass=1
|
soActCtlsFormClass=1
|
||||||
soActCtlsFormText=1
|
soActCtlsFormText=1
|
||||||
soActCtlsControlClass=1
|
soActCtlsControlClass=1
|
||||||
soActCtlsControlText=1
|
soActCtlsControlText=1
|
||||||
soCmpName=1
|
soCmpName=1
|
||||||
soCmpUser=1
|
|
||||||
soCmpTotalMemory=1
|
soCmpTotalMemory=1
|
||||||
soCmpFreeMemory=1
|
soCmpFreeMemory=1
|
||||||
soCmpTotalDisk=1
|
soCmpTotalDisk=1
|
||||||
@ -267,52 +160,70 @@ soCmpFreeDisk=1
|
|||||||
soCmpSysUpTime=1
|
soCmpSysUpTime=1
|
||||||
soCmpProcessor=1
|
soCmpProcessor=1
|
||||||
soCmpDisplayMode=1
|
soCmpDisplayMode=1
|
||||||
|
soCmpDisplayDPI=1
|
||||||
|
soCmpVideoCard=1
|
||||||
|
soCmpPrinter=1
|
||||||
soOSType=1
|
soOSType=1
|
||||||
soOSBuildN=1
|
soOSBuildN=1
|
||||||
soOSUpdate=1
|
soOSUpdate=1
|
||||||
soOSLanguage=1
|
soOSLanguage=1
|
||||||
|
soOSCharset=1
|
||||||
soNetIP=1
|
soNetIP=1
|
||||||
soNetSubmask=1
|
soNetSubmask=1
|
||||||
soNetGateway=1
|
soNetGateway=1
|
||||||
soNetDNS1=1
|
soNetDNS1=1
|
||||||
soNetDNS2=1
|
soNetDNS2=1
|
||||||
soNetDHCP=1
|
soNetDHCP=1
|
||||||
|
soCustomData=1
|
||||||
sndShowSendDialog=1
|
sndShowSendDialog=1
|
||||||
sndShowSuccessFailureMsg=0
|
sndShowSuccessFailureMsg=0
|
||||||
sndSendEntireLog=0
|
sndSendEntireLog=0
|
||||||
sndSendXMLLogCopy=0
|
sndSendXMLLogCopy=0
|
||||||
sndSendScreenshot=0
|
sndSendScreenshot=1
|
||||||
sndUseOnlyActiveWindow=0
|
sndUseOnlyActiveWindow=0
|
||||||
sndSendLastHTMLPage=1
|
sndSendLastHTMLPage=1
|
||||||
sndSendInSeparatedThread=0
|
sndSendInSeparatedThread=0
|
||||||
sndAddDateInFileName=0
|
sndAddDateInFileName=0
|
||||||
sndCompressAllFiles=0
|
sndAddComputerNameInFileName=0
|
||||||
edoShowExceptionDialog=1
|
edoSendErrorReportChecked=1
|
||||||
edoSendEmailChecked=1
|
|
||||||
edoAttachScreenshotChecked=1
|
edoAttachScreenshotChecked=1
|
||||||
edoShowCopyToClipOption=1
|
edoShowCopyToClipOption=1
|
||||||
edoShowDetailsButton=1
|
edoShowDetailsButton=1
|
||||||
edoShowInDetailedMode=0
|
edoShowInDetailedMode=0
|
||||||
edoShowInTopMostMode=0
|
edoShowInTopMostMode=0
|
||||||
edoUseEurekaLogLookAndFeel=1
|
edoUseEurekaLogLookAndFeel=0
|
||||||
|
edoShowSendErrorReportOption=1
|
||||||
|
edoShowAttachScreenshotOption=1
|
||||||
|
edoShowCustomButton=0
|
||||||
csoShowDLLs=1
|
csoShowDLLs=1
|
||||||
csoShowBPLs=1
|
csoShowBPLs=1
|
||||||
csoShowBorlandThreads=1
|
csoShowBorlandThreads=1
|
||||||
csoShowWindowsThreads=1
|
csoShowWindowsThreads=1
|
||||||
csoShowProcedureOffset=0
|
csoDoNotStoreProcNames=0
|
||||||
boActivateCrashDetection=0
|
|
||||||
boPauseBorlandThreads=0
|
boPauseBorlandThreads=0
|
||||||
boDoNotPauseMainThread=0
|
boDoNotPauseMainThread=0
|
||||||
boPauseWindowsThreads=0
|
boPauseWindowsThreads=0
|
||||||
boUseMainModuleOptions=1
|
boUseMainModuleOptions=1
|
||||||
boCopyLogInCaseOfError=1
|
boCopyLogInCaseOfError=1
|
||||||
boSaveCompressedCopyInCaseOfError=0
|
boSaveCompressedCopyInCaseOfError=0
|
||||||
|
boHandleSafeCallExceptions=1
|
||||||
|
boCallRTLExceptionEvent=0
|
||||||
|
boCatchHandledExceptions=0
|
||||||
|
loCatchLeaks=0
|
||||||
|
loGroupsSonLeaks=1
|
||||||
|
loHideBorlandLeaks=1
|
||||||
|
loFreeAllLeaks=1
|
||||||
|
loCatchLeaksExceptions=1
|
||||||
|
cfoReduceFileSize=1
|
||||||
|
cfoCheckFileCorruption=0
|
||||||
Count mtInformationMsgCaption=1
|
Count mtInformationMsgCaption=1
|
||||||
mtInformationMsgCaption0="Information."
|
mtInformationMsgCaption0="Information."
|
||||||
Count mtQuestionMsgCaption=1
|
Count mtQuestionMsgCaption=1
|
||||||
mtQuestionMsgCaption0="Question."
|
mtQuestionMsgCaption0="Question."
|
||||||
|
Count mtErrorMsgCaption=1
|
||||||
|
mtErrorMsgCaption0="Error."
|
||||||
Count mtDialog_Caption=1
|
Count mtDialog_Caption=1
|
||||||
mtDialog_Caption0="Error."
|
mtDialog_Caption0="Error occurred"
|
||||||
Count mtDialog_ErrorMsgCaption=2
|
Count mtDialog_ErrorMsgCaption=2
|
||||||
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
|
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
|
||||||
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
|
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
|
||||||
@ -328,14 +239,18 @@ Count mtDialog_ModulesCaption=1
|
|||||||
mtDialog_ModulesCaption0="Modules"
|
mtDialog_ModulesCaption0="Modules"
|
||||||
Count mtDialog_ModulesHeader=1
|
Count mtDialog_ModulesHeader=1
|
||||||
mtDialog_ModulesHeader0="Modules Information"
|
mtDialog_ModulesHeader0="Modules Information"
|
||||||
|
Count mtDialog_ProcessesCaption=1
|
||||||
|
mtDialog_ProcessesCaption0="Processes"
|
||||||
|
Count mtDialog_ProcessesHeader=1
|
||||||
|
mtDialog_ProcessesHeader0="Processes Information"
|
||||||
|
Count mtDialog_AsmCaption=1
|
||||||
|
mtDialog_AsmCaption0="Assembler"
|
||||||
|
Count mtDialog_AsmHeader=1
|
||||||
|
mtDialog_AsmHeader0="Assembler Information"
|
||||||
Count mtDialog_CPUCaption=1
|
Count mtDialog_CPUCaption=1
|
||||||
mtDialog_CPUCaption0="CPU"
|
mtDialog_CPUCaption0="CPU"
|
||||||
Count mtDialog_CPUHeader=1
|
Count mtDialog_CPUHeader=1
|
||||||
mtDialog_CPUHeader0="CPU Information"
|
mtDialog_CPUHeader0="CPU Information"
|
||||||
Count mtDialog_CustomDataCaption=1
|
|
||||||
mtDialog_CustomDataCaption0="Other"
|
|
||||||
Count mtDialog_CustomDataHeader=1
|
|
||||||
mtDialog_CustomDataHeader0="Other Information"
|
|
||||||
Count mtDialog_OKButtonCaption=1
|
Count mtDialog_OKButtonCaption=1
|
||||||
mtDialog_OKButtonCaption0="%26OK"
|
mtDialog_OKButtonCaption0="%26OK"
|
||||||
Count mtDialog_TerminateButtonCaption=1
|
Count mtDialog_TerminateButtonCaption=1
|
||||||
@ -344,6 +259,8 @@ Count mtDialog_RestartButtonCaption=1
|
|||||||
mtDialog_RestartButtonCaption0="%26Restart"
|
mtDialog_RestartButtonCaption0="%26Restart"
|
||||||
Count mtDialog_DetailsButtonCaption=1
|
Count mtDialog_DetailsButtonCaption=1
|
||||||
mtDialog_DetailsButtonCaption0="%26Details"
|
mtDialog_DetailsButtonCaption0="%26Details"
|
||||||
|
Count mtDialog_CustomButtonCaption=1
|
||||||
|
mtDialog_CustomButtonCaption0="%26Help"
|
||||||
Count mtDialog_SendMessage=1
|
Count mtDialog_SendMessage=1
|
||||||
mtDialog_SendMessage0="%26Send this error via Internet"
|
mtDialog_SendMessage0="%26Send this error via Internet"
|
||||||
Count mtDialog_ScreenshotMessage=1
|
Count mtDialog_ScreenshotMessage=1
|
||||||
@ -352,6 +269,28 @@ Count mtDialog_CopyMessage=1
|
|||||||
mtDialog_CopyMessage0="%26Copy to Clipboard"
|
mtDialog_CopyMessage0="%26Copy to Clipboard"
|
||||||
Count mtDialog_SupportMessage=1
|
Count mtDialog_SupportMessage=1
|
||||||
mtDialog_SupportMessage0="Go to the Support Page"
|
mtDialog_SupportMessage0="Go to the Support Page"
|
||||||
|
Count mtMSDialog_ErrorMsgCaption=1
|
||||||
|
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
|
||||||
|
Count mtMSDialog_RestartCaption=1
|
||||||
|
mtMSDialog_RestartCaption0="Restart application."
|
||||||
|
Count mtMSDialog_TerminateCaption=1
|
||||||
|
mtMSDialog_TerminateCaption0="Terminate application."
|
||||||
|
Count mtMSDialog_PleaseCaption=1
|
||||||
|
mtMSDialog_PleaseCaption0="Please tell us about this problem."
|
||||||
|
Count mtMSDialog_DescriptionCaption=1
|
||||||
|
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
|
||||||
|
Count mtMSDialog_SeeDetailsCaption=1
|
||||||
|
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
|
||||||
|
Count mtMSDialog_SeeClickCaption=1
|
||||||
|
mtMSDialog_SeeClickCaption0="click here."
|
||||||
|
Count mtMSDialog_HowToReproduceCaption=1
|
||||||
|
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happened (optional)?"
|
||||||
|
Count mtMSDialog_EmailCaption=1
|
||||||
|
mtMSDialog_EmailCaption0="Email address (optional):"
|
||||||
|
Count mtMSDialog_SendButtonCaption=1
|
||||||
|
mtMSDialog_SendButtonCaption0="%26Send Error Report"
|
||||||
|
Count mtMSDialog_NoSendButtonCaption=1
|
||||||
|
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
|
||||||
Count mtLog_AppHeader=1
|
Count mtLog_AppHeader=1
|
||||||
mtLog_AppHeader0="Application"
|
mtLog_AppHeader0="Application"
|
||||||
Count mtLog_AppStartDate=1
|
Count mtLog_AppStartDate=1
|
||||||
@ -364,18 +303,42 @@ Count mtLog_AppParameters=1
|
|||||||
mtLog_AppParameters0="Parameters"
|
mtLog_AppParameters0="Parameters"
|
||||||
Count mtLog_AppCompilationDate=1
|
Count mtLog_AppCompilationDate=1
|
||||||
mtLog_AppCompilationDate0="Compilation Date"
|
mtLog_AppCompilationDate0="Compilation Date"
|
||||||
|
Count mtLog_AppUpTime=1
|
||||||
|
mtLog_AppUpTime0="Up Time"
|
||||||
Count mtLog_ExcHeader=1
|
Count mtLog_ExcHeader=1
|
||||||
mtLog_ExcHeader0="Exception"
|
mtLog_ExcHeader0="Exception"
|
||||||
Count mtLog_ExcDate=1
|
Count mtLog_ExcDate=1
|
||||||
mtLog_ExcDate0="Date"
|
mtLog_ExcDate0="Date"
|
||||||
Count mtLog_ExcAddress=1
|
Count mtLog_ExcAddress=1
|
||||||
mtLog_ExcAddress0="Address"
|
mtLog_ExcAddress0="Address"
|
||||||
Count mtLog_ExcModule=1
|
Count mtLog_ExcModuleName=1
|
||||||
mtLog_ExcModule0="Module"
|
mtLog_ExcModuleName0="Module Name"
|
||||||
|
Count mtLog_ExcModuleVersion=1
|
||||||
|
mtLog_ExcModuleVersion0="Module Version"
|
||||||
Count mtLog_ExcType=1
|
Count mtLog_ExcType=1
|
||||||
mtLog_ExcType0="Type"
|
mtLog_ExcType0="Type"
|
||||||
Count mtLog_ExcMessage=1
|
Count mtLog_ExcMessage=1
|
||||||
mtLog_ExcMessage0="Message"
|
mtLog_ExcMessage0="Message"
|
||||||
|
Count mtLog_ExcID=1
|
||||||
|
mtLog_ExcID0="ID"
|
||||||
|
Count mtLog_ExcCount=1
|
||||||
|
mtLog_ExcCount0="Count"
|
||||||
|
Count mtLog_ExcStatus=1
|
||||||
|
mtLog_ExcStatus0="Status"
|
||||||
|
Count mtLog_ExcNote=1
|
||||||
|
mtLog_ExcNote0="Note"
|
||||||
|
Count mtLog_UserHeader=1
|
||||||
|
mtLog_UserHeader0="User"
|
||||||
|
Count mtLog_UserID=1
|
||||||
|
mtLog_UserID0="ID"
|
||||||
|
Count mtLog_UserName=1
|
||||||
|
mtLog_UserName0="Name"
|
||||||
|
Count mtLog_UserEmail=1
|
||||||
|
mtLog_UserEmail0="Email"
|
||||||
|
Count mtLog_UserCompany=1
|
||||||
|
mtLog_UserCompany0="Company"
|
||||||
|
Count mtLog_UserPrivileges=1
|
||||||
|
mtLog_UserPrivileges0="Privileges"
|
||||||
Count mtLog_ActCtrlsHeader=1
|
Count mtLog_ActCtrlsHeader=1
|
||||||
mtLog_ActCtrlsHeader0="Active Controls"
|
mtLog_ActCtrlsHeader0="Active Controls"
|
||||||
Count mtLog_ActCtrlsFormClass=1
|
Count mtLog_ActCtrlsFormClass=1
|
||||||
@ -390,8 +353,6 @@ Count mtLog_CmpHeader=1
|
|||||||
mtLog_CmpHeader0="Computer"
|
mtLog_CmpHeader0="Computer"
|
||||||
Count mtLog_CmpName=1
|
Count mtLog_CmpName=1
|
||||||
mtLog_CmpName0="Name"
|
mtLog_CmpName0="Name"
|
||||||
Count mtLog_CmpUser=1
|
|
||||||
mtLog_CmpUser0="User"
|
|
||||||
Count mtLog_CmpTotalMemory=1
|
Count mtLog_CmpTotalMemory=1
|
||||||
mtLog_CmpTotalMemory0="Total Memory"
|
mtLog_CmpTotalMemory0="Total Memory"
|
||||||
Count mtLog_CmpFreeMemory=1
|
Count mtLog_CmpFreeMemory=1
|
||||||
@ -406,6 +367,12 @@ Count mtLog_CmpProcessor=1
|
|||||||
mtLog_CmpProcessor0="Processor"
|
mtLog_CmpProcessor0="Processor"
|
||||||
Count mtLog_CmpDisplayMode=1
|
Count mtLog_CmpDisplayMode=1
|
||||||
mtLog_CmpDisplayMode0="Display Mode"
|
mtLog_CmpDisplayMode0="Display Mode"
|
||||||
|
Count mtLog_CmpDisplayDPI=1
|
||||||
|
mtLog_CmpDisplayDPI0="Display DPI"
|
||||||
|
Count mtLog_CmpVideoCard=1
|
||||||
|
mtLog_CmpVideoCard0="Video Card"
|
||||||
|
Count mtLog_CmpPrinter=1
|
||||||
|
mtLog_CmpPrinter0="Printer"
|
||||||
Count mtLog_OSHeader=1
|
Count mtLog_OSHeader=1
|
||||||
mtLog_OSHeader0="Operating System"
|
mtLog_OSHeader0="Operating System"
|
||||||
Count mtLog_OSType=1
|
Count mtLog_OSType=1
|
||||||
@ -416,6 +383,8 @@ Count mtLog_OSUpdate=1
|
|||||||
mtLog_OSUpdate0="Update"
|
mtLog_OSUpdate0="Update"
|
||||||
Count mtLog_OSLanguage=1
|
Count mtLog_OSLanguage=1
|
||||||
mtLog_OSLanguage0="Language"
|
mtLog_OSLanguage0="Language"
|
||||||
|
Count mtLog_OSCharset=1
|
||||||
|
mtLog_OSCharset0="Charset"
|
||||||
Count mtLog_NetHeader=1
|
Count mtLog_NetHeader=1
|
||||||
mtLog_NetHeader0="Network"
|
mtLog_NetHeader0="Network"
|
||||||
Count mtLog_NetIP=1
|
Count mtLog_NetIP=1
|
||||||
@ -458,18 +427,42 @@ Count mtCallStack_ThreadPriority=1
|
|||||||
mtCallStack_ThreadPriority0="Priority"
|
mtCallStack_ThreadPriority0="Priority"
|
||||||
Count mtCallStack_ThreadClass=1
|
Count mtCallStack_ThreadClass=1
|
||||||
mtCallStack_ThreadClass0="Class"
|
mtCallStack_ThreadClass0="Class"
|
||||||
|
Count mtCallStack_LeakCaption=1
|
||||||
|
mtCallStack_LeakCaption0="Memory Leak"
|
||||||
|
Count mtCallStack_LeakData=1
|
||||||
|
mtCallStack_LeakData0="Data"
|
||||||
|
Count mtCallStack_LeakType=1
|
||||||
|
mtCallStack_LeakType0="Type"
|
||||||
|
Count mtCallStack_LeakSize=1
|
||||||
|
mtCallStack_LeakSize0="Total size"
|
||||||
|
Count mtCallStack_LeakCount=1
|
||||||
|
mtCallStack_LeakCount0="Count"
|
||||||
Count mtSendDialog_Caption=1
|
Count mtSendDialog_Caption=1
|
||||||
mtSendDialog_Caption0="Send."
|
mtSendDialog_Caption0="Send."
|
||||||
Count mtSendDialog_Message=1
|
Count mtSendDialog_Message=1
|
||||||
mtSendDialog_Message0="Message"
|
mtSendDialog_Message0="Message"
|
||||||
Count mtSendDialog_Resolving=1
|
Count mtSendDialog_Resolving=1
|
||||||
mtSendDialog_Resolving0="Resolving DNS..."
|
mtSendDialog_Resolving0="Resolving DNS..."
|
||||||
|
Count mtSendDialog_Login=1
|
||||||
|
mtSendDialog_Login0="Login..."
|
||||||
Count mtSendDialog_Connecting=1
|
Count mtSendDialog_Connecting=1
|
||||||
mtSendDialog_Connecting0="Connecting with server..."
|
mtSendDialog_Connecting0="Connecting with server..."
|
||||||
Count mtSendDialog_Connected=1
|
Count mtSendDialog_Connected=1
|
||||||
mtSendDialog_Connected0="Connected with server."
|
mtSendDialog_Connected0="Connected with server."
|
||||||
Count mtSendDialog_Sending=1
|
Count mtSendDialog_Sending=1
|
||||||
mtSendDialog_Sending0="Sending message..."
|
mtSendDialog_Sending0="Sending message..."
|
||||||
|
Count mtSendDialog_Sent=1
|
||||||
|
mtSendDialog_Sent0="Message sent."
|
||||||
|
Count mtSendDialog_SelectProject=1
|
||||||
|
mtSendDialog_SelectProject0="Select project..."
|
||||||
|
Count mtSendDialog_Searching=1
|
||||||
|
mtSendDialog_Searching0="Searching..."
|
||||||
|
Count mtSendDialog_Modifying=1
|
||||||
|
mtSendDialog_Modifying0="Modifying..."
|
||||||
|
Count mtSendDialog_Disconnecting=1
|
||||||
|
mtSendDialog_Disconnecting0="Disconnecting..."
|
||||||
|
Count mtSendDialog_Disconnected=1
|
||||||
|
mtSendDialog_Disconnected0="Disconnected."
|
||||||
Count mtReproduceDialog_Caption=1
|
Count mtReproduceDialog_Caption=1
|
||||||
mtReproduceDialog_Caption0="Request"
|
mtReproduceDialog_Caption0="Request"
|
||||||
Count mtReproduceDialog_Request=1
|
Count mtReproduceDialog_Request=1
|
||||||
@ -490,158 +483,6 @@ Count mtModules_LastModified=1
|
|||||||
mtModules_LastModified0="Modified"
|
mtModules_LastModified0="Modified"
|
||||||
Count mtModules_Path=1
|
Count mtModules_Path=1
|
||||||
mtModules_Path0="Path"
|
mtModules_Path0="Path"
|
||||||
Count mtCPU_Registers=1
|
|
||||||
mtCPU_Registers0="Registers"
|
|
||||||
Count mtCPU_Stack=1
|
|
||||||
mtCPU_Stack0="Stack"
|
|
||||||
Count mtCPU_MemoryDump=1
|
|
||||||
mtCPU_MemoryDump0="Memory Dump"
|
|
||||||
Count mtSend_SuccessMsg=1
|
|
||||||
mtSend_SuccessMsg0="The message was sent successfully."
|
|
||||||
Count mtSend_FailureMsg=1
|
|
||||||
mtSend_FailureMsg0="Sorry, sending the message didn't work."
|
|
||||||
ProxyURL=
|
|
||||||
ProxyUser=
|
|
||||||
ProxyPassword=
|
|
||||||
ProxyPort=8080
|
|
||||||
TrakerUser=
|
|
||||||
TrakerPassword=
|
|
||||||
TrakerAssignTo=
|
|
||||||
TrakerProject=
|
|
||||||
TrakerCategory=
|
|
||||||
TrakerTrialID=
|
|
||||||
ZipPassword=
|
|
||||||
PreBuildEvent=
|
|
||||||
PostSuccessfulBuildEvent=
|
|
||||||
PostFailureBuildEvent=
|
|
||||||
ExceptionDialogType=2
|
|
||||||
loSaveModulesAndProcessesSections=1
|
|
||||||
loSaveAssemblerAndCPUSections=1
|
|
||||||
soAppUpTime=1
|
|
||||||
soExcModuleName=1
|
|
||||||
soExcModuleVersion=1
|
|
||||||
soExcID=1
|
|
||||||
soExcCount=1
|
|
||||||
soExcStatus=1
|
|
||||||
soExcNote=1
|
|
||||||
soUserID=1
|
|
||||||
soUserName=1
|
|
||||||
soUserEmail=1
|
|
||||||
soUserPrivileges=1
|
|
||||||
soUserCompany=1
|
|
||||||
soCmpDisplayDPI=1
|
|
||||||
soCmpVideoCard=1
|
|
||||||
soCmpPrinter=1
|
|
||||||
soOSCharset=1
|
|
||||||
soCustomData=1
|
|
||||||
sndAddComputerNameInFileName=0
|
|
||||||
edoSendErrorReportChecked=1
|
|
||||||
edoShowSendErrorReportOption=1
|
|
||||||
edoShowAttachScreenshotOption=1
|
|
||||||
edoShowCustomButton=0
|
|
||||||
csoDoNotStoreProcNames=0
|
|
||||||
boHandleSafeCallExceptions=1
|
|
||||||
boCallRTLExceptionEvent=0
|
|
||||||
boCatchHandledExceptions=0
|
|
||||||
loCatchLeaks=0
|
|
||||||
loGroupsSonLeaks=1
|
|
||||||
loHideBorlandLeaks=1
|
|
||||||
loFreeAllLeaks=1
|
|
||||||
loCatchLeaksExceptions=1
|
|
||||||
cfoReduceFileSize=1
|
|
||||||
cfoCheckFileCorruption=0
|
|
||||||
Count mtErrorMsgCaption=1
|
|
||||||
mtErrorMsgCaption0="Error."
|
|
||||||
Count mtDialog_ProcessesCaption=1
|
|
||||||
mtDialog_ProcessesCaption0="Processes"
|
|
||||||
Count mtDialog_ProcessesHeader=1
|
|
||||||
mtDialog_ProcessesHeader0="Processes Information"
|
|
||||||
Count mtDialog_AsmCaption=1
|
|
||||||
mtDialog_AsmCaption0="Assembler"
|
|
||||||
Count mtDialog_AsmHeader=1
|
|
||||||
mtDialog_AsmHeader0="Assembler Information"
|
|
||||||
Count mtDialog_CustomButtonCaption=1
|
|
||||||
mtDialog_CustomButtonCaption0="%26Help"
|
|
||||||
Count mtMSDialog_ErrorMsgCaption=1
|
|
||||||
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
|
|
||||||
Count mtMSDialog_RestartCaption=1
|
|
||||||
mtMSDialog_RestartCaption0="Restart application."
|
|
||||||
Count mtMSDialog_TerminateCaption=1
|
|
||||||
mtMSDialog_TerminateCaption0="Terminate application."
|
|
||||||
Count mtMSDialog_PleaseCaption=1
|
|
||||||
mtMSDialog_PleaseCaption0="Please tell us about this problem."
|
|
||||||
Count mtMSDialog_DescriptionCaption=1
|
|
||||||
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
|
|
||||||
Count mtMSDialog_SeeDetailsCaption=1
|
|
||||||
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
|
|
||||||
Count mtMSDialog_SeeClickCaption=1
|
|
||||||
mtMSDialog_SeeClickCaption0="click here."
|
|
||||||
Count mtMSDialog_HowToReproduceCaption=1
|
|
||||||
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happended (optional)?"
|
|
||||||
Count mtMSDialog_EmailCaption=1
|
|
||||||
mtMSDialog_EmailCaption0="Email address (optional):"
|
|
||||||
Count mtMSDialog_SendButtonCaption=1
|
|
||||||
mtMSDialog_SendButtonCaption0="%26Send Error Report"
|
|
||||||
Count mtMSDialog_NoSendButtonCaption=1
|
|
||||||
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
|
|
||||||
Count mtLog_AppUpTime=1
|
|
||||||
mtLog_AppUpTime0="Up Time"
|
|
||||||
Count mtLog_ExcModuleName=1
|
|
||||||
mtLog_ExcModuleName0="Module Name"
|
|
||||||
Count mtLog_ExcModuleVersion=1
|
|
||||||
mtLog_ExcModuleVersion0="Module Version"
|
|
||||||
Count mtLog_ExcID=1
|
|
||||||
mtLog_ExcID0="ID"
|
|
||||||
Count mtLog_ExcCount=1
|
|
||||||
mtLog_ExcCount0="Count"
|
|
||||||
Count mtLog_ExcStatus=1
|
|
||||||
mtLog_ExcStatus0="Status"
|
|
||||||
Count mtLog_ExcNote=1
|
|
||||||
mtLog_ExcNote0="Note"
|
|
||||||
Count mtLog_UserHeader=1
|
|
||||||
mtLog_UserHeader0="User"
|
|
||||||
Count mtLog_UserID=1
|
|
||||||
mtLog_UserID0="ID"
|
|
||||||
Count mtLog_UserName=1
|
|
||||||
mtLog_UserName0="Name"
|
|
||||||
Count mtLog_UserEmail=1
|
|
||||||
mtLog_UserEmail0="Email"
|
|
||||||
Count mtLog_UserCompany=1
|
|
||||||
mtLog_UserCompany0="Company"
|
|
||||||
Count mtLog_UserPrivileges=1
|
|
||||||
mtLog_UserPrivileges0="Privileges"
|
|
||||||
Count mtLog_CmpDisplayDPI=1
|
|
||||||
mtLog_CmpDisplayDPI0="Display DPI"
|
|
||||||
Count mtLog_CmpVideoCard=1
|
|
||||||
mtLog_CmpVideoCard0="Video Card"
|
|
||||||
Count mtLog_CmpPrinter=1
|
|
||||||
mtLog_CmpPrinter0="Printer"
|
|
||||||
Count mtLog_OSCharset=1
|
|
||||||
mtLog_OSCharset0="Charset"
|
|
||||||
Count mtCallStack_LeakCaption=1
|
|
||||||
mtCallStack_LeakCaption0="Memory Leak"
|
|
||||||
Count mtCallStack_LeakData=1
|
|
||||||
mtCallStack_LeakData0="Data"
|
|
||||||
Count mtCallStack_LeakType=1
|
|
||||||
mtCallStack_LeakType0="Type"
|
|
||||||
Count mtCallStack_LeakSize=1
|
|
||||||
mtCallStack_LeakSize0="Total size"
|
|
||||||
Count mtCallStack_LeakCount=1
|
|
||||||
mtCallStack_LeakCount0="Count"
|
|
||||||
Count mtSendDialog_Login=1
|
|
||||||
mtSendDialog_Login0="Login..."
|
|
||||||
Count mtSendDialog_Sent=1
|
|
||||||
mtSendDialog_Sent0="Message sent."
|
|
||||||
Count mtSendDialog_SelectProject=1
|
|
||||||
mtSendDialog_SelectProject0="Select project..."
|
|
||||||
Count mtSendDialog_Searching=1
|
|
||||||
mtSendDialog_Searching0="Searching..."
|
|
||||||
Count mtSendDialog_Modifying=1
|
|
||||||
mtSendDialog_Modifying0="Modifying..."
|
|
||||||
Count mtSendDialog_Disconnecting=1
|
|
||||||
mtSendDialog_Disconnecting0="Disconnecting..."
|
|
||||||
Count mtSendDialog_Disconnected=1
|
|
||||||
mtSendDialog_Disconnected0="Disconnected."
|
|
||||||
Count mtProcesses_ID=1
|
Count mtProcesses_ID=1
|
||||||
mtProcesses_ID0="ID"
|
mtProcesses_ID0="ID"
|
||||||
Count mtProcesses_Name=1
|
Count mtProcesses_Name=1
|
||||||
@ -658,6 +499,16 @@ Count mtProcesses_Threads=1
|
|||||||
mtProcesses_Threads0="Threads"
|
mtProcesses_Threads0="Threads"
|
||||||
Count mtProcesses_Path=1
|
Count mtProcesses_Path=1
|
||||||
mtProcesses_Path0="Path"
|
mtProcesses_Path0="Path"
|
||||||
|
Count mtCPU_Registers=1
|
||||||
|
mtCPU_Registers0="Registers"
|
||||||
|
Count mtCPU_Stack=1
|
||||||
|
mtCPU_Stack0="Stack"
|
||||||
|
Count mtCPU_MemoryDump=1
|
||||||
|
mtCPU_MemoryDump0="Memory Dump"
|
||||||
|
Count mtSend_SuccessMsg=1
|
||||||
|
mtSend_SuccessMsg0="The message was sent successfully."
|
||||||
|
Count mtSend_FailureMsg=1
|
||||||
|
mtSend_FailureMsg0="Sorry, sending the message didn't work."
|
||||||
Count mtSend_BugClosedMsg=2
|
Count mtSend_BugClosedMsg=2
|
||||||
mtSend_BugClosedMsg0="These BUG is just closed."
|
mtSend_BugClosedMsg0="These BUG is just closed."
|
||||||
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
|
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
|
||||||
@ -686,4 +537,3 @@ Count mtInvalidEmailMsg=1
|
|||||||
mtInvalidEmailMsg0="Invalid email."
|
mtInvalidEmailMsg0="Invalid email."
|
||||||
TextsCollection=English
|
TextsCollection=English
|
||||||
EurekaLog Last Line -->
|
EurekaLog Last Line -->
|
||||||
</BorlandProject>
|
|
||||||
BIN
Packages/GUISDK_D11D.res
Normal file
BIN
Packages/GUISDK_D11D.res
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
package GUISDK_D11;
|
package GUISDK_D11R;
|
||||||
|
|
||||||
{$R *.res}
|
{$R *.res}
|
||||||
{$ALIGN 8}
|
{$ALIGN 8}
|
||||||
@ -22,19 +22,15 @@ package GUISDK_D11;
|
|||||||
{$WRITEABLECONST OFF}
|
{$WRITEABLECONST OFF}
|
||||||
{$MINENUMSIZE 1}
|
{$MINENUMSIZE 1}
|
||||||
{$IMAGEBASE $400000}
|
{$IMAGEBASE $400000}
|
||||||
{$DESCRIPTION 'GUI SDK para Delphi 2007'}
|
{$DESCRIPTION 'GUI SDK para Delphi 2007 (Runtime)'}
|
||||||
|
{$RUNONLY}
|
||||||
{$IMPLICITBUILD OFF}
|
{$IMPLICITBUILD OFF}
|
||||||
{$DEFINE DEBUG}
|
{$DEFINE RELEASE}
|
||||||
|
|
||||||
requires
|
requires
|
||||||
vcl,
|
vcl,
|
||||||
rtl,
|
rtl,
|
||||||
designide,
|
designide;
|
||||||
vclactnband,
|
|
||||||
vclx,
|
|
||||||
ccpackD11,
|
|
||||||
cfpack_D11,
|
|
||||||
xmlrtl;
|
|
||||||
|
|
||||||
contains
|
contains
|
||||||
uCustomView in '..\Source\uCustomView.pas',
|
uCustomView in '..\Source\uCustomView.pas',
|
||||||
541
Packages/GUISDK_D11R.dproj
Normal file
541
Packages/GUISDK_D11R.dproj
Normal file
@ -0,0 +1,541 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{559ec84b-9aef-4f3c-85e8-18113e7a29a2}</ProjectGuid>
|
||||||
|
<MainSource>GUISDK_D11R.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>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<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_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=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<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_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</Borland.Personality>
|
||||||
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
|
<BorlandProject>
|
||||||
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">GUI SDK para Delphi 2007 (Runtime)</Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">True</Package_Options></Package_Options><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><VersionInfoKeys Name="FileVersion">2.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">2.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">GUISDK_D11R.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||||
|
<ItemGroup>
|
||||||
|
<DelphiCompile Include="GUISDK_D11R.dpk">
|
||||||
|
<MainSource>MainSource</MainSource>
|
||||||
|
</DelphiCompile>
|
||||||
|
<DCCReference Include="..\Source\rtlvclactnband.dcp" />
|
||||||
|
<DCCReference Include="..\Source\uCustomEditor.pas" />
|
||||||
|
<DCCReference Include="..\Source\uCustomView.pas" />
|
||||||
|
<DCCReference Include="..\Source\uGUIBase.pas" />
|
||||||
|
<DCCReference Include="..\Source\uGUIUtils.pas" />
|
||||||
|
<DCCReference Include="..\Source\vclactnband.dcp" />
|
||||||
|
<DCCReference Include="..\Source\vclx.dcp" />
|
||||||
|
<DCCReference Include="..\Source\xmlrtl.dcp" />
|
||||||
|
<DCCReference Include="designide.dcp" />
|
||||||
|
<DCCReference Include="rtl.dcp" />
|
||||||
|
<DCCReference Include="vcl.dcp" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
|
<!-- EurekaLog First Line
|
||||||
|
[Exception Log]
|
||||||
|
EurekaLog Version=6011
|
||||||
|
Activate=0
|
||||||
|
Activate Handle=1
|
||||||
|
Save Log File=1
|
||||||
|
Foreground Tab=0
|
||||||
|
Freeze Activate=0
|
||||||
|
Freeze Timeout=60
|
||||||
|
SMTP From=eurekalog@email.com
|
||||||
|
SMTP Host=
|
||||||
|
SMTP Port=25
|
||||||
|
SMTP UserID=
|
||||||
|
SMTP Password=
|
||||||
|
Append to Log=0
|
||||||
|
TerminateBtn Operation=2
|
||||||
|
Errors Number=32
|
||||||
|
Errors Terminate=3
|
||||||
|
Email Address=
|
||||||
|
Email Object=
|
||||||
|
Email Send Options=0
|
||||||
|
Output Path=
|
||||||
|
Encrypt Password=
|
||||||
|
AutoCloseDialogSecs=0
|
||||||
|
WebSendMode=0
|
||||||
|
SupportULR=
|
||||||
|
HTMLLayout Count=15
|
||||||
|
HTMLLine0="%3Chtml%3E"
|
||||||
|
HTMLLine1=" %3Chead%3E"
|
||||||
|
HTMLLine2=" %3C/head%3E"
|
||||||
|
HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
|
||||||
|
HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
|
||||||
|
HTMLLine5=" %3Ctr%3E"
|
||||||
|
HTMLLine6=" %3Ctd nowrap%3E"
|
||||||
|
HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
|
||||||
|
HTMLLine8=" %3C%%HTML_TAG%%%3E"
|
||||||
|
HTMLLine9=" %3C/font%3E"
|
||||||
|
HTMLLine10=" %3C/td%3E"
|
||||||
|
HTMLLine11=" %3C/tr%3E"
|
||||||
|
HTMLLine12=" %3C/table%3E"
|
||||||
|
HTMLLine13=" %3C/body%3E"
|
||||||
|
HTMLLine14="%3C/html%3E"
|
||||||
|
AutoCrashOperation=2
|
||||||
|
AutoCrashNumber=10
|
||||||
|
AutoCrashMinutes=1
|
||||||
|
WebURL=
|
||||||
|
WebUserID=
|
||||||
|
WebPassword=
|
||||||
|
WebPort=0
|
||||||
|
AttachedFiles=
|
||||||
|
ProxyURL=
|
||||||
|
ProxyUser=
|
||||||
|
ProxyPassword=
|
||||||
|
ProxyPort=8080
|
||||||
|
TrakerUser=
|
||||||
|
TrakerPassword=
|
||||||
|
TrakerAssignTo=
|
||||||
|
TrakerProject=
|
||||||
|
TrakerCategory=
|
||||||
|
TrakerTrialID=
|
||||||
|
ZipPassword=
|
||||||
|
PreBuildEvent=
|
||||||
|
PostSuccessfulBuildEvent=
|
||||||
|
PostFailureBuildEvent=
|
||||||
|
ExceptionDialogType=2
|
||||||
|
Count=0
|
||||||
|
EMail Message Line Count=0
|
||||||
|
loNoDuplicateErrors=0
|
||||||
|
loAppendReproduceText=0
|
||||||
|
loDeleteLogAtVersionChange=0
|
||||||
|
loAddComputerNameInLogFileName=0
|
||||||
|
loSaveModulesAndProcessesSections=1
|
||||||
|
loSaveAssemblerAndCPUSections=1
|
||||||
|
soAppStartDate=1
|
||||||
|
soAppName=1
|
||||||
|
soAppVersionNumber=1
|
||||||
|
soAppParameters=1
|
||||||
|
soAppCompilationDate=1
|
||||||
|
soAppUpTime=1
|
||||||
|
soExcDate=1
|
||||||
|
soExcAddress=1
|
||||||
|
soExcModuleName=1
|
||||||
|
soExcModuleVersion=1
|
||||||
|
soExcType=1
|
||||||
|
soExcMessage=1
|
||||||
|
soExcID=1
|
||||||
|
soExcCount=1
|
||||||
|
soExcStatus=1
|
||||||
|
soExcNote=1
|
||||||
|
soUserID=1
|
||||||
|
soUserName=1
|
||||||
|
soUserEmail=1
|
||||||
|
soUserPrivileges=1
|
||||||
|
soUserCompany=1
|
||||||
|
soActCtlsFormClass=1
|
||||||
|
soActCtlsFormText=1
|
||||||
|
soActCtlsControlClass=1
|
||||||
|
soActCtlsControlText=1
|
||||||
|
soCmpName=1
|
||||||
|
soCmpTotalMemory=1
|
||||||
|
soCmpFreeMemory=1
|
||||||
|
soCmpTotalDisk=1
|
||||||
|
soCmpFreeDisk=1
|
||||||
|
soCmpSysUpTime=1
|
||||||
|
soCmpProcessor=1
|
||||||
|
soCmpDisplayMode=1
|
||||||
|
soCmpDisplayDPI=1
|
||||||
|
soCmpVideoCard=1
|
||||||
|
soCmpPrinter=1
|
||||||
|
soOSType=1
|
||||||
|
soOSBuildN=1
|
||||||
|
soOSUpdate=1
|
||||||
|
soOSLanguage=1
|
||||||
|
soOSCharset=1
|
||||||
|
soNetIP=1
|
||||||
|
soNetSubmask=1
|
||||||
|
soNetGateway=1
|
||||||
|
soNetDNS1=1
|
||||||
|
soNetDNS2=1
|
||||||
|
soNetDHCP=1
|
||||||
|
soCustomData=1
|
||||||
|
sndShowSendDialog=1
|
||||||
|
sndShowSuccessFailureMsg=0
|
||||||
|
sndSendEntireLog=0
|
||||||
|
sndSendXMLLogCopy=0
|
||||||
|
sndSendScreenshot=1
|
||||||
|
sndUseOnlyActiveWindow=0
|
||||||
|
sndSendLastHTMLPage=1
|
||||||
|
sndSendInSeparatedThread=0
|
||||||
|
sndAddDateInFileName=0
|
||||||
|
sndAddComputerNameInFileName=0
|
||||||
|
edoSendErrorReportChecked=1
|
||||||
|
edoAttachScreenshotChecked=1
|
||||||
|
edoShowCopyToClipOption=1
|
||||||
|
edoShowDetailsButton=1
|
||||||
|
edoShowInDetailedMode=0
|
||||||
|
edoShowInTopMostMode=0
|
||||||
|
edoUseEurekaLogLookAndFeel=0
|
||||||
|
edoShowSendErrorReportOption=1
|
||||||
|
edoShowAttachScreenshotOption=1
|
||||||
|
edoShowCustomButton=0
|
||||||
|
csoShowDLLs=1
|
||||||
|
csoShowBPLs=1
|
||||||
|
csoShowBorlandThreads=1
|
||||||
|
csoShowWindowsThreads=1
|
||||||
|
csoDoNotStoreProcNames=0
|
||||||
|
boPauseBorlandThreads=0
|
||||||
|
boDoNotPauseMainThread=0
|
||||||
|
boPauseWindowsThreads=0
|
||||||
|
boUseMainModuleOptions=1
|
||||||
|
boCopyLogInCaseOfError=1
|
||||||
|
boSaveCompressedCopyInCaseOfError=0
|
||||||
|
boHandleSafeCallExceptions=1
|
||||||
|
boCallRTLExceptionEvent=0
|
||||||
|
boCatchHandledExceptions=0
|
||||||
|
loCatchLeaks=0
|
||||||
|
loGroupsSonLeaks=1
|
||||||
|
loHideBorlandLeaks=1
|
||||||
|
loFreeAllLeaks=1
|
||||||
|
loCatchLeaksExceptions=1
|
||||||
|
cfoReduceFileSize=1
|
||||||
|
cfoCheckFileCorruption=0
|
||||||
|
Count mtInformationMsgCaption=1
|
||||||
|
mtInformationMsgCaption0="Information."
|
||||||
|
Count mtQuestionMsgCaption=1
|
||||||
|
mtQuestionMsgCaption0="Question."
|
||||||
|
Count mtErrorMsgCaption=1
|
||||||
|
mtErrorMsgCaption0="Error."
|
||||||
|
Count mtDialog_Caption=1
|
||||||
|
mtDialog_Caption0="Error occurred"
|
||||||
|
Count mtDialog_ErrorMsgCaption=2
|
||||||
|
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
|
||||||
|
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
|
||||||
|
Count mtDialog_GeneralCaption=1
|
||||||
|
mtDialog_GeneralCaption0="General"
|
||||||
|
Count mtDialog_GeneralHeader=1
|
||||||
|
mtDialog_GeneralHeader0="General Information"
|
||||||
|
Count mtDialog_CallStackCaption=1
|
||||||
|
mtDialog_CallStackCaption0="Call Stack"
|
||||||
|
Count mtDialog_CallStackHeader=1
|
||||||
|
mtDialog_CallStackHeader0="Call Stack Information"
|
||||||
|
Count mtDialog_ModulesCaption=1
|
||||||
|
mtDialog_ModulesCaption0="Modules"
|
||||||
|
Count mtDialog_ModulesHeader=1
|
||||||
|
mtDialog_ModulesHeader0="Modules Information"
|
||||||
|
Count mtDialog_ProcessesCaption=1
|
||||||
|
mtDialog_ProcessesCaption0="Processes"
|
||||||
|
Count mtDialog_ProcessesHeader=1
|
||||||
|
mtDialog_ProcessesHeader0="Processes Information"
|
||||||
|
Count mtDialog_AsmCaption=1
|
||||||
|
mtDialog_AsmCaption0="Assembler"
|
||||||
|
Count mtDialog_AsmHeader=1
|
||||||
|
mtDialog_AsmHeader0="Assembler Information"
|
||||||
|
Count mtDialog_CPUCaption=1
|
||||||
|
mtDialog_CPUCaption0="CPU"
|
||||||
|
Count mtDialog_CPUHeader=1
|
||||||
|
mtDialog_CPUHeader0="CPU Information"
|
||||||
|
Count mtDialog_OKButtonCaption=1
|
||||||
|
mtDialog_OKButtonCaption0="%26OK"
|
||||||
|
Count mtDialog_TerminateButtonCaption=1
|
||||||
|
mtDialog_TerminateButtonCaption0="%26Terminate"
|
||||||
|
Count mtDialog_RestartButtonCaption=1
|
||||||
|
mtDialog_RestartButtonCaption0="%26Restart"
|
||||||
|
Count mtDialog_DetailsButtonCaption=1
|
||||||
|
mtDialog_DetailsButtonCaption0="%26Details"
|
||||||
|
Count mtDialog_CustomButtonCaption=1
|
||||||
|
mtDialog_CustomButtonCaption0="%26Help"
|
||||||
|
Count mtDialog_SendMessage=1
|
||||||
|
mtDialog_SendMessage0="%26Send this error via Internet"
|
||||||
|
Count mtDialog_ScreenshotMessage=1
|
||||||
|
mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
|
||||||
|
Count mtDialog_CopyMessage=1
|
||||||
|
mtDialog_CopyMessage0="%26Copy to Clipboard"
|
||||||
|
Count mtDialog_SupportMessage=1
|
||||||
|
mtDialog_SupportMessage0="Go to the Support Page"
|
||||||
|
Count mtMSDialog_ErrorMsgCaption=1
|
||||||
|
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
|
||||||
|
Count mtMSDialog_RestartCaption=1
|
||||||
|
mtMSDialog_RestartCaption0="Restart application."
|
||||||
|
Count mtMSDialog_TerminateCaption=1
|
||||||
|
mtMSDialog_TerminateCaption0="Terminate application."
|
||||||
|
Count mtMSDialog_PleaseCaption=1
|
||||||
|
mtMSDialog_PleaseCaption0="Please tell us about this problem."
|
||||||
|
Count mtMSDialog_DescriptionCaption=1
|
||||||
|
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
|
||||||
|
Count mtMSDialog_SeeDetailsCaption=1
|
||||||
|
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
|
||||||
|
Count mtMSDialog_SeeClickCaption=1
|
||||||
|
mtMSDialog_SeeClickCaption0="click here."
|
||||||
|
Count mtMSDialog_HowToReproduceCaption=1
|
||||||
|
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happened (optional)?"
|
||||||
|
Count mtMSDialog_EmailCaption=1
|
||||||
|
mtMSDialog_EmailCaption0="Email address (optional):"
|
||||||
|
Count mtMSDialog_SendButtonCaption=1
|
||||||
|
mtMSDialog_SendButtonCaption0="%26Send Error Report"
|
||||||
|
Count mtMSDialog_NoSendButtonCaption=1
|
||||||
|
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
|
||||||
|
Count mtLog_AppHeader=1
|
||||||
|
mtLog_AppHeader0="Application"
|
||||||
|
Count mtLog_AppStartDate=1
|
||||||
|
mtLog_AppStartDate0="Start Date"
|
||||||
|
Count mtLog_AppName=1
|
||||||
|
mtLog_AppName0="Name/Description"
|
||||||
|
Count mtLog_AppVersionNumber=1
|
||||||
|
mtLog_AppVersionNumber0="Version Number"
|
||||||
|
Count mtLog_AppParameters=1
|
||||||
|
mtLog_AppParameters0="Parameters"
|
||||||
|
Count mtLog_AppCompilationDate=1
|
||||||
|
mtLog_AppCompilationDate0="Compilation Date"
|
||||||
|
Count mtLog_AppUpTime=1
|
||||||
|
mtLog_AppUpTime0="Up Time"
|
||||||
|
Count mtLog_ExcHeader=1
|
||||||
|
mtLog_ExcHeader0="Exception"
|
||||||
|
Count mtLog_ExcDate=1
|
||||||
|
mtLog_ExcDate0="Date"
|
||||||
|
Count mtLog_ExcAddress=1
|
||||||
|
mtLog_ExcAddress0="Address"
|
||||||
|
Count mtLog_ExcModuleName=1
|
||||||
|
mtLog_ExcModuleName0="Module Name"
|
||||||
|
Count mtLog_ExcModuleVersion=1
|
||||||
|
mtLog_ExcModuleVersion0="Module Version"
|
||||||
|
Count mtLog_ExcType=1
|
||||||
|
mtLog_ExcType0="Type"
|
||||||
|
Count mtLog_ExcMessage=1
|
||||||
|
mtLog_ExcMessage0="Message"
|
||||||
|
Count mtLog_ExcID=1
|
||||||
|
mtLog_ExcID0="ID"
|
||||||
|
Count mtLog_ExcCount=1
|
||||||
|
mtLog_ExcCount0="Count"
|
||||||
|
Count mtLog_ExcStatus=1
|
||||||
|
mtLog_ExcStatus0="Status"
|
||||||
|
Count mtLog_ExcNote=1
|
||||||
|
mtLog_ExcNote0="Note"
|
||||||
|
Count mtLog_UserHeader=1
|
||||||
|
mtLog_UserHeader0="User"
|
||||||
|
Count mtLog_UserID=1
|
||||||
|
mtLog_UserID0="ID"
|
||||||
|
Count mtLog_UserName=1
|
||||||
|
mtLog_UserName0="Name"
|
||||||
|
Count mtLog_UserEmail=1
|
||||||
|
mtLog_UserEmail0="Email"
|
||||||
|
Count mtLog_UserCompany=1
|
||||||
|
mtLog_UserCompany0="Company"
|
||||||
|
Count mtLog_UserPrivileges=1
|
||||||
|
mtLog_UserPrivileges0="Privileges"
|
||||||
|
Count mtLog_ActCtrlsHeader=1
|
||||||
|
mtLog_ActCtrlsHeader0="Active Controls"
|
||||||
|
Count mtLog_ActCtrlsFormClass=1
|
||||||
|
mtLog_ActCtrlsFormClass0="Form Class"
|
||||||
|
Count mtLog_ActCtrlsFormText=1
|
||||||
|
mtLog_ActCtrlsFormText0="Form Text"
|
||||||
|
Count mtLog_ActCtrlsControlClass=1
|
||||||
|
mtLog_ActCtrlsControlClass0="Control Class"
|
||||||
|
Count mtLog_ActCtrlsControlText=1
|
||||||
|
mtLog_ActCtrlsControlText0="Control Text"
|
||||||
|
Count mtLog_CmpHeader=1
|
||||||
|
mtLog_CmpHeader0="Computer"
|
||||||
|
Count mtLog_CmpName=1
|
||||||
|
mtLog_CmpName0="Name"
|
||||||
|
Count mtLog_CmpTotalMemory=1
|
||||||
|
mtLog_CmpTotalMemory0="Total Memory"
|
||||||
|
Count mtLog_CmpFreeMemory=1
|
||||||
|
mtLog_CmpFreeMemory0="Free Memory"
|
||||||
|
Count mtLog_CmpTotalDisk=1
|
||||||
|
mtLog_CmpTotalDisk0="Total Disk"
|
||||||
|
Count mtLog_CmpFreeDisk=1
|
||||||
|
mtLog_CmpFreeDisk0="Free Disk"
|
||||||
|
Count mtLog_CmpSystemUpTime=1
|
||||||
|
mtLog_CmpSystemUpTime0="System Up Time"
|
||||||
|
Count mtLog_CmpProcessor=1
|
||||||
|
mtLog_CmpProcessor0="Processor"
|
||||||
|
Count mtLog_CmpDisplayMode=1
|
||||||
|
mtLog_CmpDisplayMode0="Display Mode"
|
||||||
|
Count mtLog_CmpDisplayDPI=1
|
||||||
|
mtLog_CmpDisplayDPI0="Display DPI"
|
||||||
|
Count mtLog_CmpVideoCard=1
|
||||||
|
mtLog_CmpVideoCard0="Video Card"
|
||||||
|
Count mtLog_CmpPrinter=1
|
||||||
|
mtLog_CmpPrinter0="Printer"
|
||||||
|
Count mtLog_OSHeader=1
|
||||||
|
mtLog_OSHeader0="Operating System"
|
||||||
|
Count mtLog_OSType=1
|
||||||
|
mtLog_OSType0="Type"
|
||||||
|
Count mtLog_OSBuildN=1
|
||||||
|
mtLog_OSBuildN0="Build #"
|
||||||
|
Count mtLog_OSUpdate=1
|
||||||
|
mtLog_OSUpdate0="Update"
|
||||||
|
Count mtLog_OSLanguage=1
|
||||||
|
mtLog_OSLanguage0="Language"
|
||||||
|
Count mtLog_OSCharset=1
|
||||||
|
mtLog_OSCharset0="Charset"
|
||||||
|
Count mtLog_NetHeader=1
|
||||||
|
mtLog_NetHeader0="Network"
|
||||||
|
Count mtLog_NetIP=1
|
||||||
|
mtLog_NetIP0="IP Address"
|
||||||
|
Count mtLog_NetSubmask=1
|
||||||
|
mtLog_NetSubmask0="Submask"
|
||||||
|
Count mtLog_NetGateway=1
|
||||||
|
mtLog_NetGateway0="Gateway"
|
||||||
|
Count mtLog_NetDNS1=1
|
||||||
|
mtLog_NetDNS10="DNS 1"
|
||||||
|
Count mtLog_NetDNS2=1
|
||||||
|
mtLog_NetDNS20="DNS 2"
|
||||||
|
Count mtLog_NetDHCP=1
|
||||||
|
mtLog_NetDHCP0="DHCP"
|
||||||
|
Count mtLog_CustInfoHeader=1
|
||||||
|
mtLog_CustInfoHeader0="Custom Information"
|
||||||
|
Count mtCallStack_Address=1
|
||||||
|
mtCallStack_Address0="Address"
|
||||||
|
Count mtCallStack_Name=1
|
||||||
|
mtCallStack_Name0="Module"
|
||||||
|
Count mtCallStack_Unit=1
|
||||||
|
mtCallStack_Unit0="Unit"
|
||||||
|
Count mtCallStack_Class=1
|
||||||
|
mtCallStack_Class0="Class"
|
||||||
|
Count mtCallStack_Procedure=1
|
||||||
|
mtCallStack_Procedure0="Procedure/Method"
|
||||||
|
Count mtCallStack_Line=1
|
||||||
|
mtCallStack_Line0="Line"
|
||||||
|
Count mtCallStack_MainThread=1
|
||||||
|
mtCallStack_MainThread0="Main"
|
||||||
|
Count mtCallStack_ExceptionThread=1
|
||||||
|
mtCallStack_ExceptionThread0="Exception Thread"
|
||||||
|
Count mtCallStack_RunningThread=1
|
||||||
|
mtCallStack_RunningThread0="Running Thread"
|
||||||
|
Count mtCallStack_CallingThread=1
|
||||||
|
mtCallStack_CallingThread0="Calling Thread"
|
||||||
|
Count mtCallStack_ThreadID=1
|
||||||
|
mtCallStack_ThreadID0="ID"
|
||||||
|
Count mtCallStack_ThreadPriority=1
|
||||||
|
mtCallStack_ThreadPriority0="Priority"
|
||||||
|
Count mtCallStack_ThreadClass=1
|
||||||
|
mtCallStack_ThreadClass0="Class"
|
||||||
|
Count mtCallStack_LeakCaption=1
|
||||||
|
mtCallStack_LeakCaption0="Memory Leak"
|
||||||
|
Count mtCallStack_LeakData=1
|
||||||
|
mtCallStack_LeakData0="Data"
|
||||||
|
Count mtCallStack_LeakType=1
|
||||||
|
mtCallStack_LeakType0="Type"
|
||||||
|
Count mtCallStack_LeakSize=1
|
||||||
|
mtCallStack_LeakSize0="Total size"
|
||||||
|
Count mtCallStack_LeakCount=1
|
||||||
|
mtCallStack_LeakCount0="Count"
|
||||||
|
Count mtSendDialog_Caption=1
|
||||||
|
mtSendDialog_Caption0="Send."
|
||||||
|
Count mtSendDialog_Message=1
|
||||||
|
mtSendDialog_Message0="Message"
|
||||||
|
Count mtSendDialog_Resolving=1
|
||||||
|
mtSendDialog_Resolving0="Resolving DNS..."
|
||||||
|
Count mtSendDialog_Login=1
|
||||||
|
mtSendDialog_Login0="Login..."
|
||||||
|
Count mtSendDialog_Connecting=1
|
||||||
|
mtSendDialog_Connecting0="Connecting with server..."
|
||||||
|
Count mtSendDialog_Connected=1
|
||||||
|
mtSendDialog_Connected0="Connected with server."
|
||||||
|
Count mtSendDialog_Sending=1
|
||||||
|
mtSendDialog_Sending0="Sending message..."
|
||||||
|
Count mtSendDialog_Sent=1
|
||||||
|
mtSendDialog_Sent0="Message sent."
|
||||||
|
Count mtSendDialog_SelectProject=1
|
||||||
|
mtSendDialog_SelectProject0="Select project..."
|
||||||
|
Count mtSendDialog_Searching=1
|
||||||
|
mtSendDialog_Searching0="Searching..."
|
||||||
|
Count mtSendDialog_Modifying=1
|
||||||
|
mtSendDialog_Modifying0="Modifying..."
|
||||||
|
Count mtSendDialog_Disconnecting=1
|
||||||
|
mtSendDialog_Disconnecting0="Disconnecting..."
|
||||||
|
Count mtSendDialog_Disconnected=1
|
||||||
|
mtSendDialog_Disconnected0="Disconnected."
|
||||||
|
Count mtReproduceDialog_Caption=1
|
||||||
|
mtReproduceDialog_Caption0="Request"
|
||||||
|
Count mtReproduceDialog_Request=1
|
||||||
|
mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
|
||||||
|
Count mtReproduceDialog_OKButtonCaption=1
|
||||||
|
mtReproduceDialog_OKButtonCaption0="%26OK"
|
||||||
|
Count mtModules_Handle=1
|
||||||
|
mtModules_Handle0="Handle"
|
||||||
|
Count mtModules_Name=1
|
||||||
|
mtModules_Name0="Name"
|
||||||
|
Count mtModules_Description=1
|
||||||
|
mtModules_Description0="Description"
|
||||||
|
Count mtModules_Version=1
|
||||||
|
mtModules_Version0="Version"
|
||||||
|
Count mtModules_Size=1
|
||||||
|
mtModules_Size0="Size"
|
||||||
|
Count mtModules_LastModified=1
|
||||||
|
mtModules_LastModified0="Modified"
|
||||||
|
Count mtModules_Path=1
|
||||||
|
mtModules_Path0="Path"
|
||||||
|
Count mtProcesses_ID=1
|
||||||
|
mtProcesses_ID0="ID"
|
||||||
|
Count mtProcesses_Name=1
|
||||||
|
mtProcesses_Name0="Name"
|
||||||
|
Count mtProcesses_Description=1
|
||||||
|
mtProcesses_Description0="Description"
|
||||||
|
Count mtProcesses_Version=1
|
||||||
|
mtProcesses_Version0="Version"
|
||||||
|
Count mtProcesses_Memory=1
|
||||||
|
mtProcesses_Memory0="Memory"
|
||||||
|
Count mtProcesses_Priority=1
|
||||||
|
mtProcesses_Priority0="Priority"
|
||||||
|
Count mtProcesses_Threads=1
|
||||||
|
mtProcesses_Threads0="Threads"
|
||||||
|
Count mtProcesses_Path=1
|
||||||
|
mtProcesses_Path0="Path"
|
||||||
|
Count mtCPU_Registers=1
|
||||||
|
mtCPU_Registers0="Registers"
|
||||||
|
Count mtCPU_Stack=1
|
||||||
|
mtCPU_Stack0="Stack"
|
||||||
|
Count mtCPU_MemoryDump=1
|
||||||
|
mtCPU_MemoryDump0="Memory Dump"
|
||||||
|
Count mtSend_SuccessMsg=1
|
||||||
|
mtSend_SuccessMsg0="The message was sent successfully."
|
||||||
|
Count mtSend_FailureMsg=1
|
||||||
|
mtSend_FailureMsg0="Sorry, sending the message didn't work."
|
||||||
|
Count mtSend_BugClosedMsg=2
|
||||||
|
mtSend_BugClosedMsg0="These BUG is just closed."
|
||||||
|
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
|
||||||
|
Count mtSend_UnknownErrorMsg=1
|
||||||
|
mtSend_UnknownErrorMsg0="Unknown error."
|
||||||
|
Count mtSend_InvalidLoginMsg=1
|
||||||
|
mtSend_InvalidLoginMsg0="Invalid login request."
|
||||||
|
Count mtSend_InvalidSearchMsg=1
|
||||||
|
mtSend_InvalidSearchMsg0="Invalid search request."
|
||||||
|
Count mtSend_InvalidSelectionMsg=1
|
||||||
|
mtSend_InvalidSelectionMsg0="Invalid selection request."
|
||||||
|
Count mtSend_InvalidInsertMsg=1
|
||||||
|
mtSend_InvalidInsertMsg0="Invalid insert request."
|
||||||
|
Count mtSend_InvalidModifyMsg=1
|
||||||
|
mtSend_InvalidModifyMsg0="Invalid modify request."
|
||||||
|
Count mtFileCrackedMsg=2
|
||||||
|
mtFileCrackedMsg0="This file is cracked."
|
||||||
|
mtFileCrackedMsg1="The application will be closed."
|
||||||
|
Count mtException_LeakMultiFree=1
|
||||||
|
mtException_LeakMultiFree0="Multi Free memory leak."
|
||||||
|
Count mtException_LeakMemoryOverrun=1
|
||||||
|
mtException_LeakMemoryOverrun0="Memory Overrun leak."
|
||||||
|
Count mtException_AntiFreeze=1
|
||||||
|
mtException_AntiFreeze0="The application seems to be frozen."
|
||||||
|
Count mtInvalidEmailMsg=1
|
||||||
|
mtInvalidEmailMsg0="Invalid email."
|
||||||
|
TextsCollection=English
|
||||||
|
EurekaLog Last Line -->
|
||||||
Binary file not shown.
44
Packages/GUISDK_D11_Group.groupproj
Normal file
44
Packages/GUISDK_D11_Group.groupproj
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{f49d4f85-49b4-4a27-b829-44cd7b4b70b5}</ProjectGuid>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup />
|
||||||
|
<ItemGroup>
|
||||||
|
<Projects Include="GUISDK_D11D.dproj" />
|
||||||
|
<Projects Include="GUISDK_D11R.dproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ProjectExtensions>
|
||||||
|
<Borland.Personality>Default.Personality</Borland.Personality>
|
||||||
|
<Borland.ProjectType />
|
||||||
|
<BorlandProject>
|
||||||
|
<BorlandProject xmlns=""> <Default.Personality> </Default.Personality> </BorlandProject></BorlandProject>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<Target Name="GUISDK_D11R">
|
||||||
|
<MSBuild Projects="GUISDK_D11R.dproj" Targets="" />
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D11R:Clean">
|
||||||
|
<MSBuild Projects="GUISDK_D11R.dproj" Targets="Clean" />
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D11R:Make">
|
||||||
|
<MSBuild Projects="GUISDK_D11R.dproj" Targets="Make" />
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D11D">
|
||||||
|
<MSBuild Projects="GUISDK_D11D.dproj" Targets="" />
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D11D:Clean">
|
||||||
|
<MSBuild Projects="GUISDK_D11D.dproj" Targets="Clean" />
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D11D:Make">
|
||||||
|
<MSBuild Projects="GUISDK_D11D.dproj" Targets="Make" />
|
||||||
|
</Target>
|
||||||
|
<Target Name="Build">
|
||||||
|
<CallTarget Targets="GUISDK_D11R;GUISDK_D11D" />
|
||||||
|
</Target>
|
||||||
|
<Target Name="Clean">
|
||||||
|
<CallTarget Targets="GUISDK_D11R:Clean;GUISDK_D11D:Clean" />
|
||||||
|
</Target>
|
||||||
|
<Target Name="Make">
|
||||||
|
<CallTarget Targets="GUISDK_D11R:Make;GUISDK_D11D:Make" />
|
||||||
|
</Target>
|
||||||
|
<Import Condition="Exists('$(MSBuildBinPath)\Borland.Group.Targets')" Project="$(MSBuildBinPath)\Borland.Group.Targets" />
|
||||||
|
</Project>
|
||||||
38
Packages/GUISDK_D12D.dpk
Normal file
38
Packages/GUISDK_D12D.dpk
Normal 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
140
Packages/GUISDK_D12D.dproj
Normal 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
BIN
Packages/GUISDK_D12D.res
Normal file
Binary file not shown.
@ -1,20 +1,20 @@
|
|||||||
package GUISDK_D10;
|
package GUISDK_D12R;
|
||||||
|
|
||||||
{$R *.res}
|
{$R *.res}
|
||||||
{$ALIGN 8}
|
{$ALIGN 8}
|
||||||
{$ASSERTIONS ON}
|
{$ASSERTIONS ON}
|
||||||
{$BOOLEVAL OFF}
|
{$BOOLEVAL OFF}
|
||||||
{$DEBUGINFO ON}
|
{$DEBUGINFO OFF}
|
||||||
{$EXTENDEDSYNTAX ON}
|
{$EXTENDEDSYNTAX ON}
|
||||||
{$IMPORTEDDATA ON}
|
{$IMPORTEDDATA ON}
|
||||||
{$IOCHECKS ON}
|
{$IOCHECKS ON}
|
||||||
{$LOCALSYMBOLS ON}
|
{$LOCALSYMBOLS OFF}
|
||||||
{$LONGSTRINGS ON}
|
{$LONGSTRINGS ON}
|
||||||
{$OPENSTRINGS ON}
|
{$OPENSTRINGS ON}
|
||||||
{$OPTIMIZATION ON}
|
{$OPTIMIZATION ON}
|
||||||
{$OVERFLOWCHECKS OFF}
|
{$OVERFLOWCHECKS OFF}
|
||||||
{$RANGECHECKS OFF}
|
{$RANGECHECKS OFF}
|
||||||
{$REFERENCEINFO ON}
|
{$REFERENCEINFO OFF}
|
||||||
{$SAFEDIVIDE OFF}
|
{$SAFEDIVIDE OFF}
|
||||||
{$STACKFRAMES OFF}
|
{$STACKFRAMES OFF}
|
||||||
{$TYPEDADDRESS OFF}
|
{$TYPEDADDRESS OFF}
|
||||||
@ -22,21 +22,19 @@ package GUISDK_D10;
|
|||||||
{$WRITEABLECONST OFF}
|
{$WRITEABLECONST OFF}
|
||||||
{$MINENUMSIZE 1}
|
{$MINENUMSIZE 1}
|
||||||
{$IMAGEBASE $400000}
|
{$IMAGEBASE $400000}
|
||||||
{$DESCRIPTION 'GUI SDK para Delphi 10'}
|
{$DESCRIPTION 'GUI SDK para Delphi 2009 (Runtime)'}
|
||||||
|
{$RUNONLY}
|
||||||
{$IMPLICITBUILD OFF}
|
{$IMPLICITBUILD OFF}
|
||||||
|
{$DEFINE RELEASE}
|
||||||
|
|
||||||
requires
|
requires
|
||||||
vcl,
|
vcl,
|
||||||
rtl,
|
rtl,
|
||||||
designide,
|
designide;
|
||||||
vclactnband,
|
|
||||||
vclx,
|
|
||||||
cfpack_d10,
|
|
||||||
ccpack10;
|
|
||||||
|
|
||||||
contains
|
contains
|
||||||
uCustomView in '..\Source\uCustomView.pas' {CustomView: TFrame},
|
uCustomView in '..\Source\uCustomView.pas',
|
||||||
uCustomEditor in '..\Source\uCustomEditor.pas' {CustomEditor},
|
uCustomEditor in '..\Source\uCustomEditor.pas',
|
||||||
uGUIBase in '..\Source\uGUIBase.pas',
|
uGUIBase in '..\Source\uGUIBase.pas',
|
||||||
uGUIUtils in '..\Source\uGUIUtils.pas';
|
uGUIUtils in '..\Source\uGUIUtils.pas';
|
||||||
|
|
||||||
141
Packages/GUISDK_D12R.dproj
Normal file
141
Packages/GUISDK_D12R.dproj
Normal 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>
|
||||||
Binary file not shown.
50
Packages/GUISDK_D12_Group.groupproj
Normal file
50
Packages/GUISDK_D12_Group.groupproj
Normal 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>
|
||||||
37
Packages/GUISDK_D14D.dpk
Normal file
37
Packages/GUISDK_D14D.dpk
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
package GUISDK_D14D;
|
||||||
|
|
||||||
|
{$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 2010 (Designtime)'}
|
||||||
|
{$DESIGNONLY}
|
||||||
|
{$IMPLICITBUILD OFF}
|
||||||
|
|
||||||
|
requires
|
||||||
|
rtl,
|
||||||
|
designide,
|
||||||
|
GUISDK_D14R;
|
||||||
|
|
||||||
|
contains
|
||||||
|
uGUIRegister in '..\Source\uGUIRegister.pas';
|
||||||
|
|
||||||
|
end.
|
||||||
127
Packages/GUISDK_D14D.dproj
Normal file
127
Packages/GUISDK_D14D.dproj
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{b1ab04a7-bef8-4297-81f0-ae06b6c1d45e}</ProjectGuid>
|
||||||
|
<MainSource>GUISDK_D14D.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\D14;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||||
|
<DCC_DependencyCheckOutputName>..\Lib\D14\GUISDK_D14D.bpl</DCC_DependencyCheckOutputName>
|
||||||
|
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||||
|
<DCC_Description>GUI SDK para Delphi 2010 (Designtime)</DCC_Description>
|
||||||
|
<DCC_BplOutput>..\Lib\D14</DCC_BplOutput>
|
||||||
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||||
|
<DesignOnlyPackage>true</DesignOnlyPackage>
|
||||||
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||||
|
<DCC_DcpOutput>..\Lib\D14</DCC_DcpOutput>
|
||||||
|
<GenDll>true</GenDll>
|
||||||
|
<DCC_DcuOutput>..\Lib\D14</DCC_DcuOutput>
|
||||||
|
<DCC_DebugInformation>false</DCC_DebugInformation>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<GenPackage>true</GenPackage>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||||
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||||
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
|
||||||
|
<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)'!=''">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
|
||||||
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||||
|
<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_D14D.dpk</Source>
|
||||||
|
</Source>
|
||||||
|
</Delphi.Personality>
|
||||||
|
</BorlandProject>
|
||||||
|
<ProjectFileVersion>12</ProjectFileVersion>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<ItemGroup>
|
||||||
|
<DelphiCompile Include="GUISDK_D14D.dpk">
|
||||||
|
<MainSource>MainSource</MainSource>
|
||||||
|
</DelphiCompile>
|
||||||
|
<DCCReference Include="rtl.dcp"/>
|
||||||
|
<DCCReference Include="designide.dcp"/>
|
||||||
|
<DCCReference Include="GUISDK_D14R.dcp"/>
|
||||||
|
<DCCReference Include="..\Source\uGUIRegister.pas"/>
|
||||||
|
<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_D14D.res
Normal file
BIN
Packages/GUISDK_D14D.res
Normal file
Binary file not shown.
@ -1,20 +1,20 @@
|
|||||||
package GUISDK_D7;
|
package GUISDK_D14R;
|
||||||
|
|
||||||
{$R *.res}
|
{$R *.res}
|
||||||
{$ALIGN 8}
|
{$ALIGN 8}
|
||||||
{$ASSERTIONS ON}
|
{$ASSERTIONS ON}
|
||||||
{$BOOLEVAL OFF}
|
{$BOOLEVAL OFF}
|
||||||
{$DEBUGINFO ON}
|
{$DEBUGINFO OFF}
|
||||||
{$EXTENDEDSYNTAX ON}
|
{$EXTENDEDSYNTAX ON}
|
||||||
{$IMPORTEDDATA ON}
|
{$IMPORTEDDATA ON}
|
||||||
{$IOCHECKS ON}
|
{$IOCHECKS ON}
|
||||||
{$LOCALSYMBOLS ON}
|
{$LOCALSYMBOLS OFF}
|
||||||
{$LONGSTRINGS ON}
|
{$LONGSTRINGS ON}
|
||||||
{$OPENSTRINGS ON}
|
{$OPENSTRINGS ON}
|
||||||
{$OPTIMIZATION OFF}
|
{$OPTIMIZATION ON}
|
||||||
{$OVERFLOWCHECKS OFF}
|
{$OVERFLOWCHECKS OFF}
|
||||||
{$RANGECHECKS OFF}
|
{$RANGECHECKS OFF}
|
||||||
{$REFERENCEINFO ON}
|
{$REFERENCEINFO OFF}
|
||||||
{$SAFEDIVIDE OFF}
|
{$SAFEDIVIDE OFF}
|
||||||
{$STACKFRAMES OFF}
|
{$STACKFRAMES OFF}
|
||||||
{$TYPEDADDRESS OFF}
|
{$TYPEDADDRESS OFF}
|
||||||
@ -22,21 +22,18 @@ package GUISDK_D7;
|
|||||||
{$WRITEABLECONST OFF}
|
{$WRITEABLECONST OFF}
|
||||||
{$MINENUMSIZE 1}
|
{$MINENUMSIZE 1}
|
||||||
{$IMAGEBASE $400000}
|
{$IMAGEBASE $400000}
|
||||||
{$DESCRIPTION 'GUI SDK para Delphi 7'}
|
{$DESCRIPTION 'GUI SDK para Delphi 2010 (Runtime)'}
|
||||||
|
{$RUNONLY}
|
||||||
{$IMPLICITBUILD OFF}
|
{$IMPLICITBUILD OFF}
|
||||||
|
|
||||||
requires
|
requires
|
||||||
vcl,
|
vcl,
|
||||||
rtl,
|
rtl,
|
||||||
designide,
|
designide;
|
||||||
vclactnband,
|
|
||||||
vclx,
|
|
||||||
cfpack,
|
|
||||||
ccpack70;
|
|
||||||
|
|
||||||
contains
|
contains
|
||||||
uCustomView in '..\Source\uCustomView.pas' {CustomView: TFrame},
|
uCustomView in '..\Source\uCustomView.pas',
|
||||||
uCustomEditor in '..\Source\uCustomEditor.pas' {CustomEditor},
|
uCustomEditor in '..\Source\uCustomEditor.pas',
|
||||||
uGUIBase in '..\Source\uGUIBase.pas',
|
uGUIBase in '..\Source\uGUIBase.pas',
|
||||||
uGUIUtils in '..\Source\uGUIUtils.pas';
|
uGUIUtils in '..\Source\uGUIUtils.pas';
|
||||||
|
|
||||||
128
Packages/GUISDK_D14R.dproj
Normal file
128
Packages/GUISDK_D14R.dproj
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{559ec84b-9aef-4f3c-85e8-18113e7a29a2}</ProjectGuid>
|
||||||
|
<MainSource>GUISDK_D14R.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\D14\GUISDK_D14R.bpl</DCC_DependencyCheckOutputName>
|
||||||
|
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||||
|
<DCC_Description>GUI SDK para Delphi 2010 (Runtime)</DCC_Description>
|
||||||
|
<DCC_BplOutput>..\Lib\D14</DCC_BplOutput>
|
||||||
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||||
|
<DesignOnlyPackage>false</DesignOnlyPackage>
|
||||||
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||||
|
<DCC_DcpOutput>..\Lib\D14</DCC_DcpOutput>
|
||||||
|
<GenDll>true</GenDll>
|
||||||
|
<DCC_DcuOutput>..\Lib\D14</DCC_DcuOutput>
|
||||||
|
<DCC_DebugInformation>false</DCC_DebugInformation>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<GenPackage>true</GenPackage>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||||
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||||
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||||
|
<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_ObjOutput>..\Lib\D11</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
|
||||||
|
<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_D14R.dpk</Source>
|
||||||
|
</Source>
|
||||||
|
</Delphi.Personality>
|
||||||
|
</BorlandProject>
|
||||||
|
<ProjectFileVersion>12</ProjectFileVersion>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<ItemGroup>
|
||||||
|
<DelphiCompile Include="GUISDK_D14R.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"/>
|
||||||
|
<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_D14R.res
Normal file
BIN
Packages/GUISDK_D14R.res
Normal file
Binary file not shown.
50
Packages/GUISDK_D14_Group.groupproj
Normal file
50
Packages/GUISDK_D14_Group.groupproj
Normal 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_D14R.dproj">
|
||||||
|
<Dependencies/>
|
||||||
|
</Projects>
|
||||||
|
<Projects Include="GUISDK_D14D.dproj">
|
||||||
|
<Dependencies/>
|
||||||
|
</Projects>
|
||||||
|
</ItemGroup>
|
||||||
|
<ProjectExtensions>
|
||||||
|
<Borland.Personality>Default.Personality.12</Borland.Personality>
|
||||||
|
<Borland.ProjectType/>
|
||||||
|
<BorlandProject>
|
||||||
|
<BorlandProject>
|
||||||
|
<Default.Personality/>
|
||||||
|
</BorlandProject>
|
||||||
|
</BorlandProject>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<Target Name="GUISDK_D14R">
|
||||||
|
<MSBuild Projects="GUISDK_D14R.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D14R:Clean">
|
||||||
|
<MSBuild Targets="Clean" Projects="GUISDK_D14R.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D14R:Make">
|
||||||
|
<MSBuild Targets="Make" Projects="GUISDK_D14R.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D14D">
|
||||||
|
<MSBuild Projects="GUISDK_D14D.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D14D:Clean">
|
||||||
|
<MSBuild Targets="Clean" Projects="GUISDK_D14D.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="GUISDK_D14D:Make">
|
||||||
|
<MSBuild Targets="Make" Projects="GUISDK_D14D.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="Build">
|
||||||
|
<CallTarget Targets="GUISDK_D14R;GUISDK_D14D"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="Clean">
|
||||||
|
<CallTarget Targets="GUISDK_D14R:Clean;GUISDK_D14D:Clean"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="Make">
|
||||||
|
<CallTarget Targets="GUISDK_D14R:Make;GUISDK_D14D:Make"/>
|
||||||
|
</Target>
|
||||||
|
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
|
||||||
|
</Project>
|
||||||
@ -1,42 +0,0 @@
|
|||||||
-$A8
|
|
||||||
-$B-
|
|
||||||
-$C+
|
|
||||||
-$D+
|
|
||||||
-$E-
|
|
||||||
-$F-
|
|
||||||
-$G+
|
|
||||||
-$H+
|
|
||||||
-$I+
|
|
||||||
-$J-
|
|
||||||
-$K-
|
|
||||||
-$L+
|
|
||||||
-$M-
|
|
||||||
-$N+
|
|
||||||
-$O-
|
|
||||||
-$P+
|
|
||||||
-$Q-
|
|
||||||
-$R-
|
|
||||||
-$S-
|
|
||||||
-$T-
|
|
||||||
-$U-
|
|
||||||
-$V+
|
|
||||||
-$W-
|
|
||||||
-$X+
|
|
||||||
-$YD
|
|
||||||
-$Z1
|
|
||||||
-GD
|
|
||||||
-cg
|
|
||||||
-vn
|
|
||||||
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
|
||||||
-H+
|
|
||||||
-W+
|
|
||||||
-M
|
|
||||||
-$M16384,1048576
|
|
||||||
-K$00400000
|
|
||||||
-N"..\Lib\D7"
|
|
||||||
-LE"c:\archivos de programa\borland\delphi7\Projects\Bpl"
|
|
||||||
-LN"c:\archivos de programa\borland\delphi7\Projects\Bpl"
|
|
||||||
-Z
|
|
||||||
-w-UNSAFE_TYPE
|
|
||||||
-w-UNSAFE_CODE
|
|
||||||
-w-UNSAFE_CAST
|
|
||||||
@ -1,495 +0,0 @@
|
|||||||
[FileVersion]
|
|
||||||
Version=7.0
|
|
||||||
[Compiler]
|
|
||||||
A=8
|
|
||||||
B=0
|
|
||||||
C=1
|
|
||||||
D=1
|
|
||||||
E=0
|
|
||||||
F=0
|
|
||||||
G=1
|
|
||||||
H=1
|
|
||||||
I=1
|
|
||||||
J=0
|
|
||||||
K=0
|
|
||||||
L=1
|
|
||||||
M=0
|
|
||||||
N=1
|
|
||||||
O=0
|
|
||||||
P=1
|
|
||||||
Q=0
|
|
||||||
R=0
|
|
||||||
S=0
|
|
||||||
T=0
|
|
||||||
U=0
|
|
||||||
V=1
|
|
||||||
W=0
|
|
||||||
X=1
|
|
||||||
Y=1
|
|
||||||
Z=1
|
|
||||||
ShowHints=1
|
|
||||||
ShowWarnings=1
|
|
||||||
UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
|
||||||
NamespacePrefix=
|
|
||||||
SymbolDeprecated=1
|
|
||||||
SymbolLibrary=1
|
|
||||||
SymbolPlatform=1
|
|
||||||
UnitLibrary=1
|
|
||||||
UnitPlatform=1
|
|
||||||
UnitDeprecated=1
|
|
||||||
HResultCompat=1
|
|
||||||
HidingMember=1
|
|
||||||
HiddenVirtual=1
|
|
||||||
Garbage=1
|
|
||||||
BoundsError=1
|
|
||||||
ZeroNilCompat=1
|
|
||||||
StringConstTruncated=1
|
|
||||||
ForLoopVarVarPar=1
|
|
||||||
TypedConstVarPar=1
|
|
||||||
AsgToTypedConst=1
|
|
||||||
CaseLabelRange=1
|
|
||||||
ForVariable=1
|
|
||||||
ConstructingAbstract=1
|
|
||||||
ComparisonFalse=1
|
|
||||||
ComparisonTrue=1
|
|
||||||
ComparingSignedUnsigned=1
|
|
||||||
CombiningSignedUnsigned=1
|
|
||||||
UnsupportedConstruct=1
|
|
||||||
FileOpen=1
|
|
||||||
FileOpenUnitSrc=1
|
|
||||||
BadGlobalSymbol=1
|
|
||||||
DuplicateConstructorDestructor=1
|
|
||||||
InvalidDirective=1
|
|
||||||
PackageNoLink=1
|
|
||||||
PackageThreadVar=1
|
|
||||||
ImplicitImport=1
|
|
||||||
HPPEMITIgnored=1
|
|
||||||
NoRetVal=1
|
|
||||||
UseBeforeDef=1
|
|
||||||
ForLoopVarUndef=1
|
|
||||||
UnitNameMismatch=1
|
|
||||||
NoCFGFileFound=1
|
|
||||||
MessageDirective=1
|
|
||||||
ImplicitVariants=1
|
|
||||||
UnicodeToLocale=1
|
|
||||||
LocaleToUnicode=1
|
|
||||||
ImagebaseMultiple=1
|
|
||||||
SuspiciousTypecast=1
|
|
||||||
PrivatePropAccessor=1
|
|
||||||
UnsafeType=0
|
|
||||||
UnsafeCode=0
|
|
||||||
UnsafeCast=0
|
|
||||||
[Linker]
|
|
||||||
MapFile=3
|
|
||||||
OutputObjs=0
|
|
||||||
ConsoleApp=1
|
|
||||||
DebugInfo=1
|
|
||||||
RemoteSymbols=0
|
|
||||||
MinStackSize=16384
|
|
||||||
MaxStackSize=1048576
|
|
||||||
ImageBase=4194304
|
|
||||||
ExeDescription=GUI SDK para Delphi 7
|
|
||||||
[Directories]
|
|
||||||
OutputDir=
|
|
||||||
UnitOutputDir=..\Lib\D7
|
|
||||||
PackageDLLOutputDir=..\Lib\D7
|
|
||||||
PackageDCPOutputDir=..\Lib\D7
|
|
||||||
SearchPath=..\Source
|
|
||||||
Packages=vcl;rtl;vclx;indy;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;dclOfficeXP;CEToolsPkgd7;FR7;FRIBX7;Hydra_Core_D7;Hydra_RO_D7
|
|
||||||
Conditionals=
|
|
||||||
DebugSourceDirs=
|
|
||||||
UsePackages=0
|
|
||||||
[Parameters]
|
|
||||||
RunParams=
|
|
||||||
HostApplication=
|
|
||||||
Launcher=
|
|
||||||
UseLauncher=0
|
|
||||||
DebugCWD=
|
|
||||||
[Language]
|
|
||||||
ActiveLang=
|
|
||||||
ProjectLang=
|
|
||||||
RootDir=C:\Archivos de programa\Borland\Delphi7\Bin\
|
|
||||||
[Version Info]
|
|
||||||
IncludeVerInfo=1
|
|
||||||
AutoIncBuild=0
|
|
||||||
MajorVer=1
|
|
||||||
MinorVer=0
|
|
||||||
Release=0
|
|
||||||
Build=0
|
|
||||||
Debug=0
|
|
||||||
PreRelease=0
|
|
||||||
Special=0
|
|
||||||
Private=0
|
|
||||||
DLL=0
|
|
||||||
Locale=3082
|
|
||||||
CodePage=1252
|
|
||||||
[Version Info Keys]
|
|
||||||
CompanyName=
|
|
||||||
FileDescription=
|
|
||||||
FileVersion=1.0.0.0
|
|
||||||
InternalName=
|
|
||||||
LegalCopyright=
|
|
||||||
LegalTrademarks=
|
|
||||||
OriginalFilename=
|
|
||||||
ProductName=
|
|
||||||
ProductVersion=1.0.0.0
|
|
||||||
Comments=
|
|
||||||
[Excluded Packages]
|
|
||||||
c:\archivos de programa\borland\delphi7\Bin\designdgm70.bpl=Borland Module Diagram Editview
|
|
||||||
[HistoryLists\hlUnitAliases]
|
|
||||||
Count=1
|
|
||||||
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
|
||||||
[HistoryLists\hlSearchPath]
|
|
||||||
Count=13
|
|
||||||
Item0=..\Source
|
|
||||||
Item1=..\Lib\D7
|
|
||||||
Item2=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor
|
|
||||||
Item3=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;D:\Proyectos\FactuGES (Arribas)\Codigo\Base;D:\Proyectos\FactuGES (Arribas)\Codigo\Modulos\Contactos\Cliente;D:\Proyectos\FactuGES (Arribas)\Codigo\Modulos\Contactos\Reglas
|
|
||||||
Item4=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;D:\Proyectos\Componentes\GUISDK\Lib\D7;..\Servidor
|
|
||||||
Item5=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug
|
|
||||||
Item6=.
|
|
||||||
Item7=C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Dcu\D7;C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source;
|
|
||||||
Item8=C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Dcu\D7;C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source;..\Output
|
|
||||||
Item9=C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Dcu\D7
|
|
||||||
Item10=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\
|
|
||||||
Item11=C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Dcu\D7;C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source
|
|
||||||
Item12=http://delphi.hostmos.ru;C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Dcu\D7
|
|
||||||
[HistoryLists\hlUnitOutputDirectory]
|
|
||||||
Count=5
|
|
||||||
Item0=..\Lib\D7
|
|
||||||
Item1=.\
|
|
||||||
Item2=.
|
|
||||||
Item3=..\Output
|
|
||||||
Item4=..\
|
|
||||||
[HistoryLists\hlBPLOutput]
|
|
||||||
Count=6
|
|
||||||
Item0=..\Lib\D7
|
|
||||||
Item1=..\..\..\Output\Cliente\Modules
|
|
||||||
Item2=..\Output\Cliente
|
|
||||||
Item3=..\..\Output\Cliente
|
|
||||||
Item4=..\Output
|
|
||||||
Item5=..\
|
|
||||||
[HistoryLists\hlDCPOutput]
|
|
||||||
Count=5
|
|
||||||
Item0=..\Lib\D7
|
|
||||||
Item1=.\
|
|
||||||
Item2=.
|
|
||||||
Item3=..\Output
|
|
||||||
Item4=..\
|
|
||||||
[Exception Log]
|
|
||||||
EurekaLog Version=519
|
|
||||||
Activate=1
|
|
||||||
Activate Handle=1
|
|
||||||
Save Log File=1
|
|
||||||
Foreground Tab=0
|
|
||||||
Freeze Activate=0
|
|
||||||
Freeze Timeout=60
|
|
||||||
Freeze Message=The application seems to be frozen.
|
|
||||||
SMTP From=eurekalog@email.com
|
|
||||||
SMTP Host=
|
|
||||||
SMTP Port=25
|
|
||||||
SMTP UserID=
|
|
||||||
SMTP Password=
|
|
||||||
Append to Log=0
|
|
||||||
Show TerminateBtn=1
|
|
||||||
TerminateBtn Operation=1
|
|
||||||
Errors Number=32
|
|
||||||
Errors Terminate=3
|
|
||||||
Email Address=
|
|
||||||
Email Object=
|
|
||||||
Email Send Options=0
|
|
||||||
Output Path=
|
|
||||||
Encrypt Password=
|
|
||||||
AutoCloseDialogSecs=0
|
|
||||||
WebSendMode=0
|
|
||||||
SupportULR=
|
|
||||||
HTMLLayout Count=15
|
|
||||||
HTMLLine0="%3Chtml%3E"
|
|
||||||
HTMLLine1=" %3Chead%3E"
|
|
||||||
HTMLLine2=" %3C/head%3E"
|
|
||||||
HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
|
|
||||||
HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
|
|
||||||
HTMLLine5=" %3Ctr%3E"
|
|
||||||
HTMLLine6=" %3Ctd nowrap%3E"
|
|
||||||
HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
|
|
||||||
HTMLLine8=" %3C%%HTML_TAG%%%3E"
|
|
||||||
HTMLLine9=" %3C/font%3E"
|
|
||||||
HTMLLine10=" %3C/td%3E"
|
|
||||||
HTMLLine11=" %3C/tr%3E"
|
|
||||||
HTMLLine12=" %3C/table%3E"
|
|
||||||
HTMLLine13=" %3C/body%3E"
|
|
||||||
HTMLLine14="%3C/html%3E"
|
|
||||||
AutoCrashOperation=1
|
|
||||||
AutoCrashNumber=10
|
|
||||||
AutoCrashMinutes=1
|
|
||||||
WebURL=
|
|
||||||
WebUserID=
|
|
||||||
WebPassword=
|
|
||||||
WebPort=0
|
|
||||||
AttachedFiles=
|
|
||||||
Count=0
|
|
||||||
EMail Message Line Count=0
|
|
||||||
loNoDuplicateErrors=0
|
|
||||||
loAppendReproduceText=0
|
|
||||||
loDeleteLogAtVersionChange=0
|
|
||||||
loAddComputerNameInLogFileName=0
|
|
||||||
loSaveModulesSection=1
|
|
||||||
loSaveCPUSection=1
|
|
||||||
soAppStartDate=1
|
|
||||||
soAppName=1
|
|
||||||
soAppVersionNumber=1
|
|
||||||
soAppParameters=1
|
|
||||||
soAppCompilationDate=1
|
|
||||||
soExcDate=1
|
|
||||||
soExcAddress=1
|
|
||||||
soExcModule=1
|
|
||||||
soExcType=1
|
|
||||||
soExcMessage=1
|
|
||||||
soActCtlsFormClass=1
|
|
||||||
soActCtlsFormText=1
|
|
||||||
soActCtlsControlClass=1
|
|
||||||
soActCtlsControlText=1
|
|
||||||
soCmpName=1
|
|
||||||
soCmpUser=1
|
|
||||||
soCmpTotalMemory=1
|
|
||||||
soCmpFreeMemory=1
|
|
||||||
soCmpTotalDisk=1
|
|
||||||
soCmpFreeDisk=1
|
|
||||||
soCmpSysUpTime=1
|
|
||||||
soCmpProcessor=1
|
|
||||||
soCmpDisplayMode=1
|
|
||||||
soOSType=1
|
|
||||||
soOSBuildN=1
|
|
||||||
soOSUpdate=1
|
|
||||||
soOSLanguage=1
|
|
||||||
soNetIP=1
|
|
||||||
soNetSubmask=1
|
|
||||||
soNetGateway=1
|
|
||||||
soNetDNS1=1
|
|
||||||
soNetDNS2=1
|
|
||||||
soNetDHCP=1
|
|
||||||
sndShowSendDialog=1
|
|
||||||
sndShowSuccessFailureMsg=0
|
|
||||||
sndSendEntireLog=0
|
|
||||||
sndSendXMLLogCopy=0
|
|
||||||
sndSendScreenshot=1
|
|
||||||
sndUseOnlyActiveWindow=0
|
|
||||||
sndSendLastHTMLPage=1
|
|
||||||
sndSendInSeparatedThread=0
|
|
||||||
sndAddDateInFileName=0
|
|
||||||
sndCompressAllFiles=0
|
|
||||||
edoShowExceptionDialog=1
|
|
||||||
edoSendEmailChecked=1
|
|
||||||
edoAttachScreenshotChecked=1
|
|
||||||
edoShowCopyToClipOption=1
|
|
||||||
edoShowDetailsButton=1
|
|
||||||
edoShowInDetailedMode=0
|
|
||||||
edoShowInTopMostMode=0
|
|
||||||
edoUseEurekaLogLookAndFeel=0
|
|
||||||
csoShowDLLs=1
|
|
||||||
csoShowBPLs=1
|
|
||||||
csoShowBorlandThreads=1
|
|
||||||
csoShowWindowsThreads=1
|
|
||||||
csoShowProcedureOffset=0
|
|
||||||
boActivateCrashDetection=0
|
|
||||||
boPauseBorlandThreads=0
|
|
||||||
boDoNotPauseMainThread=0
|
|
||||||
boPauseWindowsThreads=0
|
|
||||||
boUseMainModuleOptions=1
|
|
||||||
boCopyLogInCaseOfError=1
|
|
||||||
boSaveCompressedCopyInCaseOfError=0
|
|
||||||
Count mtInformationMsgCaption=1
|
|
||||||
mtInformationMsgCaption0="Information."
|
|
||||||
Count mtQuestionMsgCaption=1
|
|
||||||
mtQuestionMsgCaption0="Question."
|
|
||||||
Count mtDialog_Caption=1
|
|
||||||
mtDialog_Caption0="Error."
|
|
||||||
Count mtDialog_ErrorMsgCaption=2
|
|
||||||
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
|
|
||||||
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
|
|
||||||
Count mtDialog_GeneralCaption=1
|
|
||||||
mtDialog_GeneralCaption0="General"
|
|
||||||
Count mtDialog_GeneralHeader=1
|
|
||||||
mtDialog_GeneralHeader0="General Information"
|
|
||||||
Count mtDialog_CallStackCaption=1
|
|
||||||
mtDialog_CallStackCaption0="Call Stack"
|
|
||||||
Count mtDialog_CallStackHeader=1
|
|
||||||
mtDialog_CallStackHeader0="Call Stack Information"
|
|
||||||
Count mtDialog_ModulesCaption=1
|
|
||||||
mtDialog_ModulesCaption0="Modules"
|
|
||||||
Count mtDialog_ModulesHeader=1
|
|
||||||
mtDialog_ModulesHeader0="Modules Information"
|
|
||||||
Count mtDialog_CPUCaption=1
|
|
||||||
mtDialog_CPUCaption0="CPU"
|
|
||||||
Count mtDialog_CPUHeader=1
|
|
||||||
mtDialog_CPUHeader0="CPU Information"
|
|
||||||
Count mtDialog_CustomDataCaption=1
|
|
||||||
mtDialog_CustomDataCaption0="Other"
|
|
||||||
Count mtDialog_CustomDataHeader=1
|
|
||||||
mtDialog_CustomDataHeader0="Other Information"
|
|
||||||
Count mtDialog_OKButtonCaption=1
|
|
||||||
mtDialog_OKButtonCaption0="%26OK"
|
|
||||||
Count mtDialog_TerminateButtonCaption=1
|
|
||||||
mtDialog_TerminateButtonCaption0="%26Terminate"
|
|
||||||
Count mtDialog_RestartButtonCaption=1
|
|
||||||
mtDialog_RestartButtonCaption0="%26Restart"
|
|
||||||
Count mtDialog_DetailsButtonCaption=1
|
|
||||||
mtDialog_DetailsButtonCaption0="%26Details"
|
|
||||||
Count mtDialog_SendMessage=1
|
|
||||||
mtDialog_SendMessage0="%26Send this error via Internet"
|
|
||||||
Count mtDialog_ScreenshotMessage=1
|
|
||||||
mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
|
|
||||||
Count mtDialog_CopyMessage=1
|
|
||||||
mtDialog_CopyMessage0="%26Copy to Clipboard"
|
|
||||||
Count mtDialog_SupportMessage=1
|
|
||||||
mtDialog_SupportMessage0="Go to the Support Page"
|
|
||||||
Count mtLog_AppHeader=1
|
|
||||||
mtLog_AppHeader0="Application"
|
|
||||||
Count mtLog_AppStartDate=1
|
|
||||||
mtLog_AppStartDate0="Start Date"
|
|
||||||
Count mtLog_AppName=1
|
|
||||||
mtLog_AppName0="Name/Description"
|
|
||||||
Count mtLog_AppVersionNumber=1
|
|
||||||
mtLog_AppVersionNumber0="Version Number"
|
|
||||||
Count mtLog_AppParameters=1
|
|
||||||
mtLog_AppParameters0="Parameters"
|
|
||||||
Count mtLog_AppCompilationDate=1
|
|
||||||
mtLog_AppCompilationDate0="Compilation Date"
|
|
||||||
Count mtLog_ExcHeader=1
|
|
||||||
mtLog_ExcHeader0="Exception"
|
|
||||||
Count mtLog_ExcDate=1
|
|
||||||
mtLog_ExcDate0="Date"
|
|
||||||
Count mtLog_ExcAddress=1
|
|
||||||
mtLog_ExcAddress0="Address"
|
|
||||||
Count mtLog_ExcModule=1
|
|
||||||
mtLog_ExcModule0="Module"
|
|
||||||
Count mtLog_ExcType=1
|
|
||||||
mtLog_ExcType0="Type"
|
|
||||||
Count mtLog_ExcMessage=1
|
|
||||||
mtLog_ExcMessage0="Message"
|
|
||||||
Count mtLog_ActCtrlsHeader=1
|
|
||||||
mtLog_ActCtrlsHeader0="Active Controls"
|
|
||||||
Count mtLog_ActCtrlsFormClass=1
|
|
||||||
mtLog_ActCtrlsFormClass0="Form Class"
|
|
||||||
Count mtLog_ActCtrlsFormText=1
|
|
||||||
mtLog_ActCtrlsFormText0="Form Text"
|
|
||||||
Count mtLog_ActCtrlsControlClass=1
|
|
||||||
mtLog_ActCtrlsControlClass0="Control Class"
|
|
||||||
Count mtLog_ActCtrlsControlText=1
|
|
||||||
mtLog_ActCtrlsControlText0="Control Text"
|
|
||||||
Count mtLog_CmpHeader=1
|
|
||||||
mtLog_CmpHeader0="Computer"
|
|
||||||
Count mtLog_CmpName=1
|
|
||||||
mtLog_CmpName0="Name"
|
|
||||||
Count mtLog_CmpUser=1
|
|
||||||
mtLog_CmpUser0="User"
|
|
||||||
Count mtLog_CmpTotalMemory=1
|
|
||||||
mtLog_CmpTotalMemory0="Total Memory"
|
|
||||||
Count mtLog_CmpFreeMemory=1
|
|
||||||
mtLog_CmpFreeMemory0="Free Memory"
|
|
||||||
Count mtLog_CmpTotalDisk=1
|
|
||||||
mtLog_CmpTotalDisk0="Total Disk"
|
|
||||||
Count mtLog_CmpFreeDisk=1
|
|
||||||
mtLog_CmpFreeDisk0="Free Disk"
|
|
||||||
Count mtLog_CmpSystemUpTime=1
|
|
||||||
mtLog_CmpSystemUpTime0="System Up Time"
|
|
||||||
Count mtLog_CmpProcessor=1
|
|
||||||
mtLog_CmpProcessor0="Processor"
|
|
||||||
Count mtLog_CmpDisplayMode=1
|
|
||||||
mtLog_CmpDisplayMode0="Display Mode"
|
|
||||||
Count mtLog_OSHeader=1
|
|
||||||
mtLog_OSHeader0="Operating System"
|
|
||||||
Count mtLog_OSType=1
|
|
||||||
mtLog_OSType0="Type"
|
|
||||||
Count mtLog_OSBuildN=1
|
|
||||||
mtLog_OSBuildN0="Build #"
|
|
||||||
Count mtLog_OSUpdate=1
|
|
||||||
mtLog_OSUpdate0="Update"
|
|
||||||
Count mtLog_OSLanguage=1
|
|
||||||
mtLog_OSLanguage0="Language"
|
|
||||||
Count mtLog_NetHeader=1
|
|
||||||
mtLog_NetHeader0="Network"
|
|
||||||
Count mtLog_NetIP=1
|
|
||||||
mtLog_NetIP0="IP Address"
|
|
||||||
Count mtLog_NetSubmask=1
|
|
||||||
mtLog_NetSubmask0="Submask"
|
|
||||||
Count mtLog_NetGateway=1
|
|
||||||
mtLog_NetGateway0="Gateway"
|
|
||||||
Count mtLog_NetDNS1=1
|
|
||||||
mtLog_NetDNS10="DNS 1"
|
|
||||||
Count mtLog_NetDNS2=1
|
|
||||||
mtLog_NetDNS20="DNS 2"
|
|
||||||
Count mtLog_NetDHCP=1
|
|
||||||
mtLog_NetDHCP0="DHCP"
|
|
||||||
Count mtLog_CustInfoHeader=1
|
|
||||||
mtLog_CustInfoHeader0="Custom Information"
|
|
||||||
Count mtCallStack_Address=1
|
|
||||||
mtCallStack_Address0="Address"
|
|
||||||
Count mtCallStack_Name=1
|
|
||||||
mtCallStack_Name0="Module"
|
|
||||||
Count mtCallStack_Unit=1
|
|
||||||
mtCallStack_Unit0="Unit"
|
|
||||||
Count mtCallStack_Class=1
|
|
||||||
mtCallStack_Class0="Class"
|
|
||||||
Count mtCallStack_Procedure=1
|
|
||||||
mtCallStack_Procedure0="Procedure/Method"
|
|
||||||
Count mtCallStack_Line=1
|
|
||||||
mtCallStack_Line0="Line"
|
|
||||||
Count mtCallStack_MainThread=1
|
|
||||||
mtCallStack_MainThread0="Main"
|
|
||||||
Count mtCallStack_ExceptionThread=1
|
|
||||||
mtCallStack_ExceptionThread0="Exception Thread"
|
|
||||||
Count mtCallStack_RunningThread=1
|
|
||||||
mtCallStack_RunningThread0="Running Thread"
|
|
||||||
Count mtCallStack_CallingThread=1
|
|
||||||
mtCallStack_CallingThread0="Calling Thread"
|
|
||||||
Count mtCallStack_ThreadID=1
|
|
||||||
mtCallStack_ThreadID0="ID"
|
|
||||||
Count mtCallStack_ThreadPriority=1
|
|
||||||
mtCallStack_ThreadPriority0="Priority"
|
|
||||||
Count mtCallStack_ThreadClass=1
|
|
||||||
mtCallStack_ThreadClass0="Class"
|
|
||||||
Count mtSendDialog_Caption=1
|
|
||||||
mtSendDialog_Caption0="Send."
|
|
||||||
Count mtSendDialog_Message=1
|
|
||||||
mtSendDialog_Message0="Message"
|
|
||||||
Count mtSendDialog_Resolving=1
|
|
||||||
mtSendDialog_Resolving0="Resolving DNS..."
|
|
||||||
Count mtSendDialog_Connecting=1
|
|
||||||
mtSendDialog_Connecting0="Connecting with server..."
|
|
||||||
Count mtSendDialog_Connected=1
|
|
||||||
mtSendDialog_Connected0="Connected with server."
|
|
||||||
Count mtSendDialog_Sending=1
|
|
||||||
mtSendDialog_Sending0="Sending message..."
|
|
||||||
Count mtReproduceDialog_Caption=1
|
|
||||||
mtReproduceDialog_Caption0="Request"
|
|
||||||
Count mtReproduceDialog_Request=1
|
|
||||||
mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
|
|
||||||
Count mtReproduceDialog_OKButtonCaption=1
|
|
||||||
mtReproduceDialog_OKButtonCaption0="%26OK"
|
|
||||||
Count mtModules_Handle=1
|
|
||||||
mtModules_Handle0="Handle"
|
|
||||||
Count mtModules_Name=1
|
|
||||||
mtModules_Name0="Name"
|
|
||||||
Count mtModules_Description=1
|
|
||||||
mtModules_Description0="Description"
|
|
||||||
Count mtModules_Version=1
|
|
||||||
mtModules_Version0="Version"
|
|
||||||
Count mtModules_Size=1
|
|
||||||
mtModules_Size0="Size"
|
|
||||||
Count mtModules_LastModified=1
|
|
||||||
mtModules_LastModified0="Modified"
|
|
||||||
Count mtModules_Path=1
|
|
||||||
mtModules_Path0="Path"
|
|
||||||
Count mtCPU_Registers=1
|
|
||||||
mtCPU_Registers0="Registers"
|
|
||||||
Count mtCPU_Stack=1
|
|
||||||
mtCPU_Stack0="Stack"
|
|
||||||
Count mtCPU_MemoryDump=1
|
|
||||||
mtCPU_MemoryDump0="Memory Dump"
|
|
||||||
Count mtSend_SuccessMsg=1
|
|
||||||
mtSend_SuccessMsg0="The message was sent successfully."
|
|
||||||
Count mtSend_FailureMsg=1
|
|
||||||
mtSend_FailureMsg0="Sorry, sending the message didn't work."
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
/* VER150
|
|
||||||
Generated by the Borland Delphi Pascal Compiler
|
|
||||||
because -GD or --drc was supplied to the compiler.
|
|
||||||
|
|
||||||
This file contains compiler-generated resources that
|
|
||||||
were bound to the executable.
|
|
||||||
If this file is empty, then no compiler-generated
|
|
||||||
resources were bound to the produced executable.
|
|
||||||
*/
|
|
||||||
|
|
||||||
STRINGTABLE
|
|
||||||
BEGIN
|
|
||||||
END
|
|
||||||
|
|
||||||
Binary file not shown.
@ -1,9 +1,9 @@
|
|||||||
object CustomEditor: TCustomEditor
|
object CustomEditor: TCustomEditor
|
||||||
Left = 486
|
Left = 486
|
||||||
Top = 435
|
Top = 435
|
||||||
Width = 518
|
|
||||||
Height = 324
|
|
||||||
Caption = 'CustomEditor'
|
Caption = 'CustomEditor'
|
||||||
|
ClientHeight = 290
|
||||||
|
ClientWidth = 510
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
@ -11,8 +11,6 @@ object CustomEditor: TCustomEditor
|
|||||||
Font.Name = 'MS Sans Serif'
|
Font.Name = 'MS Sans Serif'
|
||||||
Font.Style = []
|
Font.Style = []
|
||||||
OldCreateOrder = False
|
OldCreateOrder = False
|
||||||
OnActivate = FormActivate
|
|
||||||
OnClose = FormClose
|
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
TextHeight = 13
|
TextHeight = 13
|
||||||
end
|
end
|
||||||
|
|||||||
@ -48,17 +48,12 @@ type
|
|||||||
|
|
||||||
TCustomEditorClass = class of TCustomEditor;
|
TCustomEditorClass = class of TCustomEditor;
|
||||||
|
|
||||||
procedure Register;
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
{$R *.dfm}
|
||||||
CustFrms, uGUIUtils;
|
|
||||||
|
|
||||||
procedure Register;
|
uses
|
||||||
begin
|
uGUIUtils;
|
||||||
RegisterCustomFormClass(TCustomEditor);
|
|
||||||
end;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
******************************** TCustomEditor *********************************
|
******************************** TCustomEditor *********************************
|
||||||
@ -285,7 +280,25 @@ procedure TCustomEditor.UpdateActions;
|
|||||||
var
|
var
|
||||||
I: Integer;
|
I: Integer;
|
||||||
|
|
||||||
|
{ Copiado de http://stackoverflow.com/questions/10127685/how-can-i-use-an-action-to-determine-a-controls-visibility }
|
||||||
procedure TraverseClients(Container: TWinControl);
|
procedure TraverseClients(Container: TWinControl);
|
||||||
|
var
|
||||||
|
I: Integer;
|
||||||
|
Control: TControl;
|
||||||
|
begin
|
||||||
|
Application.ProcessMessages; // <--- Modificación
|
||||||
|
if Container.Showing and not (csDesigning in Container.ComponentState) then
|
||||||
|
for I := 0 to Container.ControlCount - 1 do
|
||||||
|
begin
|
||||||
|
Control := Container.Controls[I];
|
||||||
|
if (csActionClient in Control.ControlStyle) and Control.Visible then
|
||||||
|
Control.InitiateAction;
|
||||||
|
if (Control is TWinControl) and (TWinControl(Control).ControlCount > 0) then
|
||||||
|
TraverseClients(TWinControl(Control));
|
||||||
|
end;
|
||||||
|
end;
|
||||||
|
|
||||||
|
{procedure TraverseClients(Container: TWinControl);
|
||||||
var
|
var
|
||||||
I: Integer;
|
I: Integer;
|
||||||
Control: TControl;
|
Control: TControl;
|
||||||
@ -304,14 +317,14 @@ var
|
|||||||
TraverseClients(TWinControl(Control));
|
TraverseClients(TWinControl(Control));
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
if (csDesigning in ComponentState) or not Showing then Exit;
|
if (csDesigning in ComponentState) or not Showing then Exit;
|
||||||
{ Update form }
|
{ Update form }
|
||||||
InitiateAction;
|
InitiateAction;
|
||||||
{ Update main menu's top-most items }
|
{ Update main menu's top-most items }
|
||||||
if Menu <> nil then
|
if (Assigned(Menu) and Assigned(Menu.Items)) then
|
||||||
for I := 0 to Menu.Items.Count - 1 do
|
for I := 0 to Menu.Items.Count - 1 do
|
||||||
with Menu.Items[I] do
|
with Menu.Items[I] do
|
||||||
if Visible then InitiateAction;
|
if Visible then InitiateAction;
|
||||||
|
|||||||
@ -60,8 +60,6 @@ type
|
|||||||
function Nestable: Boolean; override;
|
function Nestable: Boolean; override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure Register;
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
{$R *.dfm}
|
{$R *.dfm}
|
||||||
@ -71,11 +69,6 @@ implementation
|
|||||||
uses
|
uses
|
||||||
DesignIntf, uGUIUtils, RTLConsts;
|
DesignIntf, uGUIUtils, RTLConsts;
|
||||||
|
|
||||||
procedure Register;
|
|
||||||
begin
|
|
||||||
RegisterCustomModule(TCustomView, TCustomViewModule);
|
|
||||||
end;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
********************************* TCustomView **********************************
|
********************************* TCustomView **********************************
|
||||||
}
|
}
|
||||||
|
|||||||
31
Source/uGUIRegister.pas
Normal file
31
Source/uGUIRegister.pas
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
unit uGUIRegister;
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
procedure Register;
|
||||||
|
|
||||||
|
implementation
|
||||||
|
|
||||||
|
uses
|
||||||
|
Windows, DesignIntf, DesignEditors,
|
||||||
|
uCustomEditor, uCustomView;
|
||||||
|
|
||||||
|
procedure Register;
|
||||||
|
var
|
||||||
|
delphivclide: THandle;
|
||||||
|
TFrameModule: TCustomModuleClass;
|
||||||
|
begin
|
||||||
|
// Registrar la vista
|
||||||
|
delphivclide := GetModuleHandle('delphivclide100.bpl');
|
||||||
|
if delphivclide <> 0 then
|
||||||
|
begin
|
||||||
|
TFrameModule := GetProcAddress(delphivclide, '@Vclformcontainer@TFrameModule@');
|
||||||
|
if Assigned(TFrameModule) then
|
||||||
|
RegisterCustomModule(TCustomView, TFrameModule);
|
||||||
|
end;
|
||||||
|
|
||||||
|
// Registrar el editor
|
||||||
|
RegisterCustomModule(TCustomEditor, TCustomModule);
|
||||||
|
end;
|
||||||
|
|
||||||
|
end.
|
||||||
Binary file not shown.
@ -1,16 +0,0 @@
|
|||||||
object Form1: TForm1
|
|
||||||
Left = 910
|
|
||||||
Top = 277
|
|
||||||
Width = 245
|
|
||||||
Height = 153
|
|
||||||
Caption = 'Form1'
|
|
||||||
Color = clBtnFace
|
|
||||||
Font.Charset = DEFAULT_CHARSET
|
|
||||||
Font.Color = clWindowText
|
|
||||||
Font.Height = -11
|
|
||||||
Font.Name = 'MS Sans Serif'
|
|
||||||
Font.Style = []
|
|
||||||
OldCreateOrder = False
|
|
||||||
PixelsPerInch = 96
|
|
||||||
TextHeight = 13
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
unit uEditorTemplate;
|
|
||||||
|
|
||||||
interface
|
|
||||||
|
|
||||||
uses
|
|
||||||
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
|
||||||
Dialogs,
|
|
||||||
uCustomEditor;
|
|
||||||
|
|
||||||
type
|
|
||||||
TForm1 = class(TCustomEditor)
|
|
||||||
private
|
|
||||||
{ Private declarations }
|
|
||||||
protected
|
|
||||||
{ Protected declarations }
|
|
||||||
public
|
|
||||||
{ Public declarations }
|
|
||||||
end;
|
|
||||||
|
|
||||||
var
|
|
||||||
Form1: TForm1;
|
|
||||||
|
|
||||||
implementation
|
|
||||||
|
|
||||||
{$R *.dfm}
|
|
||||||
|
|
||||||
|
|
||||||
end.
|
|
||||||
Loading…
Reference in New Issue
Block a user