Skip to content

Commit b453d2d

Browse files
author
Uwe
committed
Splitting für D2009
1 parent fae2a4e commit b453d2d

35 files changed

+3145
-2250
lines changed

Delphi/PNG_R.dpk

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
package PNG_R;
2+
3+
{$R *.res}
4+
{$ALIGN 8}
5+
{$ASSERTIONS ON}
6+
{$BOOLEVAL OFF}
7+
{$DEBUGINFO OFF}
8+
{$EXTENDEDSYNTAX ON}
9+
{$IMPORTEDDATA ON}
10+
{$IOCHECKS ON}
11+
{$LOCALSYMBOLS OFF}
12+
{$LONGSTRINGS ON}
13+
{$OPENSTRINGS ON}
14+
{$OPTIMIZATION ON}
15+
{$OVERFLOWCHECKS OFF}
16+
{$RANGECHECKS OFF}
17+
{$REFERENCEINFO OFF}
18+
{$SAFEDIVIDE OFF}
19+
{$STACKFRAMES OFF}
20+
{$TYPEDADDRESS OFF}
21+
{$VARSTRINGCHECKS ON}
22+
{$WRITEABLECONST OFF}
23+
{$MINENUMSIZE 1}
24+
{$IMAGEBASE $400000}
25+
{$DESCRIPTION 'PNG image runtime/designtime'}
26+
{$LIBSUFFIX '11'}
27+
{$IMPLICITBUILD OFF}
28+
{$DEFINE RELEASE}
29+
30+
requires
31+
vcl,
32+
rtl;
33+
34+
contains
35+
pngzlib in '..\PngObject\pngzlib.pas',
36+
pngimage in '..\PngObject\pngimage.pas',
37+
pnglang in '..\PngObject\pnglang.pas';
38+
39+
end.

Delphi/PNG_R.dproj

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ProjectGuid>{6db8ffb2-a0f4-48c5-aaf8-f6eb3ee0a0b5}</ProjectGuid>
5+
<MainSource>PNG_R.dpk</MainSource>
6+
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
9+
<DCC_DependencyCheckOutputName>C:\Dokumente und Einstellungen\All Users\Dokumente\RAD Studio\5.0\Bpl\PNG_R11.bpl</DCC_DependencyCheckOutputName>
10+
</PropertyGroup>
11+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
12+
<Version>7.0</Version>
13+
<DCC_DebugInformation>False</DCC_DebugInformation>
14+
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
15+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
16+
<DCC_Define>RELEASE</DCC_Define>
17+
<DCC_DcuOutput>..\D11</DCC_DcuOutput>
18+
<DCC_ObjOutput>..\D11</DCC_ObjOutput>
19+
<DCC_HppOutput>..\D11</DCC_HppOutput>
20+
</PropertyGroup>
21+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22+
<Version>7.0</Version>
23+
<DCC_DcuOutput>..\D11</DCC_DcuOutput>
24+
<DCC_ObjOutput>..\D11</DCC_ObjOutput>
25+
<DCC_HppOutput>..\D11</DCC_HppOutput>
26+
</PropertyGroup>
27+
<ProjectExtensions>
28+
<Borland.Personality>Delphi.Personality</Borland.Personality>
29+
<Borland.ProjectType>Package</Borland.ProjectType>
30+
<BorlandProject>
31+
<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">PNG image runtime/designtime</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 Name="LibSuffix">11</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">1031</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>
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
<Excluded_Packages Name="S:\Install\madcollection\madBasic\DeXter\madHelp_.bpl">madHelp 1.1a - www.madshi.net</Excluded_Packages>
42+
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
43+
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
44+
</Excluded_Packages><Source><Source Name="MainSource">PNG_R.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
45+
</ProjectExtensions>
46+
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
47+
<ItemGroup>
48+
<DelphiCompile Include="PNG_R.dpk">
49+
<MainSource>MainSource</MainSource>
50+
</DelphiCompile>
51+
<DCCReference Include="..\PngObject\pngimage.pas" />
52+
<DCCReference Include="..\PngObject\pnglang.pas" />
53+
<DCCReference Include="..\PngObject\pngzlib.pas" />
54+
<DCCReference Include="..\PngObject\rtl.dcp" />
55+
<DCCReference Include="..\PngObject\vcl.dcp" />
56+
</ItemGroup>
57+
</Project>

Delphi/PNG_R.res

4.94 KB
Binary file not shown.

Delphi/PngComponents.groupproj

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{6608efd9-301e-41e5-a78b-055412f93d54}</ProjectGuid>
4+
</PropertyGroup>
5+
<ItemGroup />
6+
<ItemGroup>
7+
<Projects Include="PngComponentsD.dproj" />
8+
<Projects Include="PngComponentsR.dproj" />
9+
<Projects Include="PNG_R.dproj" />
10+
</ItemGroup>
11+
<ProjectExtensions>
12+
<Borland.Personality>Default.Personality</Borland.Personality>
13+
<Borland.ProjectType />
14+
<BorlandProject>
15+
<BorlandProject xmlns=""> <Default.Personality> </Default.Personality> </BorlandProject></BorlandProject>
16+
</ProjectExtensions>
17+
<Target Name="PNG_R">
18+
<MSBuild Projects="PNG_R.dproj" Targets="" />
19+
</Target>
20+
<Target Name="PNG_R:Clean">
21+
<MSBuild Projects="PNG_R.dproj" Targets="Clean" />
22+
</Target>
23+
<Target Name="PNG_R:Make">
24+
<MSBuild Projects="PNG_R.dproj" Targets="Make" />
25+
</Target>
26+
<Target Name="PngComponentsR">
27+
<MSBuild Projects="PngComponentsR.dproj" Targets="" />
28+
</Target>
29+
<Target Name="PngComponentsR:Clean">
30+
<MSBuild Projects="PngComponentsR.dproj" Targets="Clean" />
31+
</Target>
32+
<Target Name="PngComponentsR:Make">
33+
<MSBuild Projects="PngComponentsR.dproj" Targets="Make" />
34+
</Target>
35+
<Target Name="PngComponentsD">
36+
<MSBuild Projects="PngComponentsD.dproj" Targets="" />
37+
</Target>
38+
<Target Name="PngComponentsD:Clean">
39+
<MSBuild Projects="PngComponentsD.dproj" Targets="Clean" />
40+
</Target>
41+
<Target Name="PngComponentsD:Make">
42+
<MSBuild Projects="PngComponentsD.dproj" Targets="Make" />
43+
</Target>
44+
<Target Name="Build">
45+
<CallTarget Targets="PNG_R;PngComponentsR;PngComponentsD" />
46+
</Target>
47+
<Target Name="Clean">
48+
<CallTarget Targets="PNG_R:Clean;PngComponentsR:Clean;PngComponentsD:Clean" />
49+
</Target>
50+
<Target Name="Make">
51+
<CallTarget Targets="PNG_R:Make;PngComponentsR:Make;PngComponentsD:Make" />
52+
</Target>
53+
<Import Condition="Exists('$(MSBuildBinPath)\Borland.Group.Targets')" Project="$(MSBuildBinPath)\Borland.Group.Targets" />
54+
</Project>

Delphi/PngComponentsD.dpk

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
package PngComponentsD;
2+
3+
{$R *.res}
4+
{$R '..\Design\PngComponents.dcr'}
5+
{$ALIGN 8}
6+
{$ASSERTIONS ON}
7+
{$BOOLEVAL OFF}
8+
{$DEBUGINFO OFF}
9+
{$EXTENDEDSYNTAX ON}
10+
{$IMPORTEDDATA ON}
11+
{$IOCHECKS ON}
12+
{$LOCALSYMBOLS OFF}
13+
{$LONGSTRINGS ON}
14+
{$OPENSTRINGS ON}
15+
{$OPTIMIZATION ON}
16+
{$OVERFLOWCHECKS OFF}
17+
{$RANGECHECKS OFF}
18+
{$REFERENCEINFO OFF}
19+
{$SAFEDIVIDE OFF}
20+
{$STACKFRAMES OFF}
21+
{$TYPEDADDRESS OFF}
22+
{$VARSTRINGCHECKS ON}
23+
{$WRITEABLECONST OFF}
24+
{$MINENUMSIZE 1}
25+
{$IMAGEBASE $400000}
26+
{$DESCRIPTION 'Png components designtime'}
27+
{$LIBSUFFIX '11'}
28+
{$DESIGNONLY}
29+
{$IMPLICITBUILD ON}
30+
{$DEFINE RELEASE}
31+
32+
requires
33+
designide,
34+
PngComponentsR;
35+
36+
contains
37+
PngComponentsRegister in '..\Design\PngComponentsRegister.pas',
38+
PngComponentEditors in '..\Design\PngComponentEditors.pas',
39+
PngImageListEditor in '..\Design\PngImageListEditor.pas' {PngImageListEditorDlg};
40+
41+
end.

Delphi/PngComponentsD.dproj

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ProjectGuid>{733620c6-c3dc-404f-a03b-b8ab378d7ef9}</ProjectGuid>
5+
<MainSource>PngComponentsD.dpk</MainSource>
6+
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
9+
<DCC_DependencyCheckOutputName>C:\Dokumente und Einstellungen\All Users\Dokumente\RAD Studio\5.0\Bpl\PngComponentsD11.bpl</DCC_DependencyCheckOutputName>
10+
</PropertyGroup>
11+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
12+
<Version>7.0</Version>
13+
<DCC_DebugInformation>False</DCC_DebugInformation>
14+
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
15+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
16+
<DCC_Define>RELEASE</DCC_Define>
17+
<DCC_DcuOutput>..\D11</DCC_DcuOutput>
18+
<DCC_ObjOutput>..\D11</DCC_ObjOutput>
19+
<DCC_HppOutput>..\D11</DCC_HppOutput>
20+
</PropertyGroup>
21+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22+
<Version>7.0</Version>
23+
</PropertyGroup>
24+
<ProjectExtensions>
25+
<Borland.Personality>Delphi.Personality</Borland.Personality>
26+
<Borland.ProjectType>Package</Borland.ProjectType>
27+
<BorlandProject>
28+
<BorlandProject> <Delphi.Personality> <Parameters>
29+
<Parameters Name="UseLauncher">False</Parameters>
30+
<Parameters Name="LoadAllSymbols">True</Parameters>
31+
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
32+
</Parameters>
33+
<Package_Options>
34+
<Package_Options Name="PackageDescription">Png components designtime</Package_Options>
35+
<Package_Options Name="ImplicitBuild">True</Package_Options>
36+
<Package_Options Name="DesigntimeOnly">True</Package_Options>
37+
<Package_Options Name="RuntimeOnly">False</Package_Options>
38+
<Package_Options Name="LibSuffix">11</Package_Options>
39+
</Package_Options>
40+
<VersionInfo>
41+
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
42+
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
43+
<VersionInfo Name="MajorVer">1</VersionInfo>
44+
<VersionInfo Name="MinorVer">0</VersionInfo>
45+
<VersionInfo Name="Release">0</VersionInfo>
46+
<VersionInfo Name="Build">0</VersionInfo>
47+
<VersionInfo Name="Debug">False</VersionInfo>
48+
<VersionInfo Name="PreRelease">False</VersionInfo>
49+
<VersionInfo Name="Special">False</VersionInfo>
50+
<VersionInfo Name="Private">False</VersionInfo>
51+
<VersionInfo Name="DLL">False</VersionInfo>
52+
<VersionInfo Name="Locale">1031</VersionInfo>
53+
<VersionInfo Name="CodePage">1252</VersionInfo>
54+
</VersionInfo>
55+
<VersionInfoKeys>
56+
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
57+
<VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
58+
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
59+
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
60+
<VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
61+
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
62+
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
63+
<VersionInfoKeys Name="ProductName"></VersionInfoKeys>
64+
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
65+
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
66+
</VersionInfoKeys>
67+
<Excluded_Packages>
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
<Excluded_Packages Name="S:\Install\madcollection\madBasic\DeXter\madHelp_.bpl">madHelp 1.1a - www.madshi.net</Excluded_Packages>
96+
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
97+
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
98+
</Excluded_Packages>
99+
<Source>
100+
<Source Name="MainSource">PngComponentsD.dpk</Source>
101+
</Source>
102+
</Delphi.Personality> </BorlandProject></BorlandProject>
103+
</ProjectExtensions>
104+
<ItemGroup />
105+
<ItemGroup>
106+
<DelphiCompile Include="PngComponentsD.dpk">
107+
<MainSource>MainSource</MainSource>
108+
</DelphiCompile>
109+
<DCCReference Include="..\Design\PngComponentEditors.pas" />
110+
<DCCReference Include="..\Design\PngComponents.dcr" />
111+
<DCCReference Include="..\Design\PngComponents.dcr" />
112+
<DCCReference Include="..\Design\PngComponentsRegister.pas" />
113+
<DCCReference Include="..\Design\PngImageListEditor.pas">
114+
<Form>PngImageListEditorDlg</Form>
115+
</DCCReference>
116+
<DCCReference Include="C:\Dokumente und Einstellungen\All Users\Dokumente\RAD Studio\5.0\Dcp\designide.dcp" />
117+
<DCCReference Include="C:\Dokumente und Einstellungen\All Users\Dokumente\RAD Studio\5.0\Dcp\PngComponentsR.dcp" />
118+
</ItemGroup>
119+
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
120+
</Project>

Delphi/PngComponentsD.res

4.94 KB
Binary file not shown.

Delphi/PngComponentsR.dpk

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
package PngComponentsR;
2+
3+
{$R *.res}
4+
{$ALIGN 8}
5+
{$ASSERTIONS ON}
6+
{$BOOLEVAL OFF}
7+
{$DEBUGINFO OFF}
8+
{$EXTENDEDSYNTAX ON}
9+
{$IMPORTEDDATA ON}
10+
{$IOCHECKS ON}
11+
{$LOCALSYMBOLS OFF}
12+
{$LONGSTRINGS ON}
13+
{$OPENSTRINGS ON}
14+
{$OPTIMIZATION ON}
15+
{$OVERFLOWCHECKS OFF}
16+
{$RANGECHECKS OFF}
17+
{$REFERENCEINFO OFF}
18+
{$SAFEDIVIDE OFF}
19+
{$STACKFRAMES OFF}
20+
{$TYPEDADDRESS OFF}
21+
{$VARSTRINGCHECKS ON}
22+
{$WRITEABLECONST OFF}
23+
{$MINENUMSIZE 1}
24+
{$IMAGEBASE $400000}
25+
{$DESCRIPTION 'Png components'}
26+
{$LIBSUFFIX '11'}
27+
{$RUNONLY}
28+
{$IMPLICITBUILD ON}
29+
{$DEFINE RELEASE}
30+
31+
requires
32+
vclactnband,
33+
vcl,
34+
rtl,
35+
PNG_R;
36+
37+
contains
38+
PngSpeedButton in '..\Source\PngSpeedButton.pas',
39+
PngFunctions in '..\Source\PngFunctions.pas',
40+
PngImageList in '..\Source\PngImageList.pas',
41+
PngBitBtn in '..\Source\PngBitBtn.pas',
42+
PngButtonFunctions in '..\Source\PngButtonFunctions.pas',
43+
PngCheckListBox in '..\Source\PngCheckListBox.pas';
44+
45+
end.

0 commit comments

Comments
 (0)