ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/employee/project1.lpi
Revision: 86
Committed: Mon Jan 1 11:31:23 2018 UTC (6 years, 3 months ago) by tony
File size: 3443 byte(s)
Log Message:
Updated example form layouts

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <General>
6 <MainUnit Value="0"/>
7 <ResourceType Value="res"/>
8 <UseXPManifest Value="True"/>
9 <Icon Value="0"/>
10 </General>
11 <i18n>
12 <EnableI18N LFM="False"/>
13 </i18n>
14 <BuildModes Count="1" Active="Default">
15 <Item1 Name="Default" Default="True"/>
16 </BuildModes>
17 <PublishOptions>
18 <Version Value="2"/>
19 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
20 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
21 </PublishOptions>
22 <RunParams>
23 <local>
24 <FormatVersion Value="1"/>
25 </local>
26 </RunParams>
27 <RequiredPackages Count="4">
28 <Item1>
29 <PackageName Value="ibcontrols"/>
30 </Item1>
31 <Item2>
32 <PackageName Value="FCL"/>
33 <MinVersion Major="1" Valid="True"/>
34 </Item2>
35 <Item3>
36 <PackageName Value="ibexpress"/>
37 <MinVersion Minor="9" Valid="True"/>
38 </Item3>
39 <Item4>
40 <PackageName Value="LCL"/>
41 </Item4>
42 </RequiredPackages>
43 <Units Count="4">
44 <Unit0>
45 <Filename Value="project1.lpr"/>
46 <IsPartOfProject Value="True"/>
47 <EditorIndex Value="-1"/>
48 <CursorPos X="33" Y="10"/>
49 <UsageCount Value="183"/>
50 </Unit0>
51 <Unit1>
52 <Filename Value="unit1.pas"/>
53 <IsPartOfProject Value="True"/>
54 <ComponentName Value="Form1"/>
55 <HasResources Value="True"/>
56 <ResourceBaseClass Value="Form"/>
57 <UnitName Value="Unit1"/>
58 <CursorPos X="53" Y="15"/>
59 <UsageCount Value="183"/>
60 <Loaded Value="True"/>
61 <LoadedDesigner Value="True"/>
62 </Unit1>
63 <Unit2>
64 <Filename Value="unit2.pas"/>
65 <IsPartOfProject Value="True"/>
66 <ComponentName Value="SelectDeptDlg"/>
67 <HasResources Value="True"/>
68 <ResourceBaseClass Value="Form"/>
69 <UnitName Value="Unit2"/>
70 <EditorIndex Value="1"/>
71 <CursorPos X="39" Y="9"/>
72 <UsageCount Value="20"/>
73 <Loaded Value="True"/>
74 <LoadedDesigner Value="True"/>
75 </Unit2>
76 <Unit3>
77 <Filename Value="../../runtime/IBDatabase.pas"/>
78 <IsVisibleTab Value="True"/>
79 <EditorIndex Value="2"/>
80 <TopLine Value="1000"/>
81 <CursorPos X="78" Y="1003"/>
82 <UsageCount Value="10"/>
83 <Loaded Value="True"/>
84 </Unit3>
85 </Units>
86 <JumpHistory Count="1">
87 <Position1>
88 <Filename Value="unit2.pas"/>
89 <Caret Line="9" Column="39"/>
90 </Position1>
91 </JumpHistory>
92 </ProjectOptions>
93 <CompilerOptions>
94 <Version Value="11"/>
95 <Target>
96 <Filename Value="project1"/>
97 </Target>
98 <SearchPaths>
99 <IncludeFiles Value="$(ProjOutDir)"/>
100 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
101 </SearchPaths>
102 <Linking>
103 <Options>
104 <Win32>
105 <GraphicApplication Value="True"/>
106 </Win32>
107 </Options>
108 </Linking>
109 <Other>
110 <CustomOptions Value="-dUseCThreads"/>
111 </Other>
112 </CompilerOptions>
113 <Debugging>
114 <Exceptions Count="3">
115 <Item1>
116 <Name Value="EAbort"/>
117 </Item1>
118 <Item2>
119 <Name Value="ECodetoolError"/>
120 </Item2>
121 <Item3>
122 <Name Value="EFOpenError"/>
123 </Item3>
124 </Exceptions>
125 </Debugging>
126 </CONFIG>