source: CoolBar/CoolBar.lpk

Last change on this file was 422, checked in by chronos, 12 years ago
  • Added: Component CoolBar can show multiple bands for placing of toolbars. Bands cannot be moved in runtime for now.
File size: 1.3 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="CoolBar"/>
6 <CompilerOptions>
7 <Version Value="11"/>
8 <PathDelim Value="\"/>
9 <SearchPaths>
10 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
11 </SearchPaths>
12 <Other>
13 <CompilerMessages>
14 <MsgFileName Value=""/>
15 </CompilerMessages>
16 <CompilerPath Value="$(CompPath)"/>
17 </Other>
18 </CompilerOptions>
19 <Files Count="1">
20 <Item1>
21 <Filename Value="UCoolBar.pas"/>
22 <HasRegisterProc Value="True"/>
23 <UnitName Value="UCoolBar"/>
24 </Item1>
25 </Files>
26 <i18n>
27 <EnableI18N Value="True"/>
28 <OutDir Value="Languages"/>
29 <EnableI18NForLFM Value="True"/>
30 </i18n>
31 <Type Value="RunAndDesignTime"/>
32 <RequiredPkgs Count="3">
33 <Item1>
34 <PackageName Value="TemplateGenerics"/>
35 </Item1>
36 <Item2>
37 <PackageName Value="LCL"/>
38 </Item2>
39 <Item3>
40 <PackageName Value="FCL"/>
41 </Item3>
42 </RequiredPkgs>
43 <UsageOptions>
44 <UnitPath Value="$(PkgOutDir)"/>
45 </UsageOptions>
46 <PublishOptions>
47 <Version Value="2"/>
48 </PublishOptions>
49 </Package>
50</CONFIG>
Note: See TracBrowser for help on using the repository browser.