source: ConfirmationDialog/ConfirmationDialog.lpk

Last change on this file was 403, checked in by chronos, 12 years ago
  • Added: New package ConfirmationDialog for better generalization and easier reuse in multiple applications.
File size: 1.5 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="ConfirmationDialog"/>
6 <Author Value="Chronos (robie@centrum.cz)"/>
7 <CompilerOptions>
8 <Version Value="11"/>
9 <PathDelim Value="\"/>
10 <SearchPaths>
11 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
12 </SearchPaths>
13 <Other>
14 <CompilerMessages>
15 <MsgFileName Value=""/>
16 </CompilerMessages>
17 <CompilerPath Value="$(CompPath)"/>
18 </Other>
19 </CompilerOptions>
20 <Description Value="System for generalized confirmation dialog handling with default actions."/>
21 <License Value="GNU/LGPLv3"/>
22 <Version Minor="1"/>
23 <Files Count="1">
24 <Item1>
25 <Filename Value="UConfirmationForm.pas"/>
26 <UnitName Value="UConfirmationForm"/>
27 </Item1>
28 </Files>
29 <i18n>
30 <EnableI18N Value="True"/>
31 <OutDir Value="Languages"/>
32 <EnableI18NForLFM Value="True"/>
33 </i18n>
34 <Type Value="RunAndDesignTime"/>
35 <RequiredPkgs Count="3">
36 <Item1>
37 <PackageName Value="Common"/>
38 </Item1>
39 <Item2>
40 <PackageName Value="LCL"/>
41 </Item2>
42 <Item3>
43 <PackageName Value="FCL"/>
44 </Item3>
45 </RequiredPkgs>
46 <UsageOptions>
47 <UnitPath Value="$(PkgOutDir)"/>
48 </UsageOptions>
49 <PublishOptions>
50 <Version Value="2"/>
51 </PublishOptions>
52 </Package>
53</CONFIG>
Note: See TracBrowser for help on using the repository browser.