ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/dbcontrolgrid/project1.lpi
Revision: 86
Committed: Mon Jan 1 11:31:23 2018 UTC (6 years, 3 months ago) by tony
File size: 4280 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 <Title Value="project1"/>
8 <ResourceType Value="res"/>
9 <UseXPManifest Value="True"/>
10 <Icon Value="0"/>
11 </General>
12 <i18n>
13 <EnableI18N LFM="False"/>
14 </i18n>
15 <BuildModes Count="1" Active="Default">
16 <Item1 Name="Default" Default="True"/>
17 </BuildModes>
18 <PublishOptions>
19 <Version Value="2"/>
20 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
21 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
22 </PublishOptions>
23 <RunParams>
24 <local>
25 <FormatVersion Value="1"/>
26 </local>
27 </RunParams>
28 <RequiredPackages Count="4">
29 <Item1>
30 <PackageName Value="ibcontrols"/>
31 </Item1>
32 <Item2>
33 <PackageName Value="FCL"/>
34 <MinVersion Major="1" Valid="True"/>
35 </Item2>
36 <Item3>
37 <PackageName Value="ibexpress"/>
38 <MinVersion Minor="9" Valid="True"/>
39 </Item3>
40 <Item4>
41 <PackageName Value="LCL"/>
42 </Item4>
43 </RequiredPackages>
44 <Units Count="6">
45 <Unit0>
46 <Filename Value="project1.lpr"/>
47 <IsPartOfProject Value="True"/>
48 <EditorIndex Value="-1"/>
49 <CursorPos Y="15"/>
50 <UsageCount Value="207"/>
51 </Unit0>
52 <Unit1>
53 <Filename Value="unit1.pas"/>
54 <IsPartOfProject Value="True"/>
55 <ComponentName Value="Form1"/>
56 <HasResources Value="True"/>
57 <ResourceBaseClass Value="Form"/>
58 <UnitName Value="Unit1"/>
59 <TopLine Value="201"/>
60 <CursorPos X="3" Y="204"/>
61 <UsageCount Value="207"/>
62 <Loaded Value="True"/>
63 <LoadedDesigner Value="True"/>
64 </Unit1>
65 <Unit2>
66 <Filename Value="unit2.pas"/>
67 <IsPartOfProject Value="True"/>
68 <ComponentName Value="SelectDeptDlg"/>
69 <HasResources Value="True"/>
70 <ResourceBaseClass Value="Form"/>
71 <UnitName Value="Unit2"/>
72 <IsVisibleTab Value="True"/>
73 <EditorIndex Value="1"/>
74 <CursorPos X="49" Y="13"/>
75 <UsageCount Value="20"/>
76 <Loaded Value="True"/>
77 <LoadedDesigner Value="True"/>
78 </Unit2>
79 <Unit3>
80 <Filename Value="unit4.pas"/>
81 <IsPartOfProject Value="True"/>
82 <ComponentName Value="EditLocation"/>
83 <HasResources Value="True"/>
84 <ResourceBaseClass Value="Form"/>
85 <UnitName Value="Unit4"/>
86 <EditorIndex Value="-1"/>
87 <CursorPos X="40" Y="18"/>
88 <UsageCount Value="20"/>
89 </Unit3>
90 <Unit4>
91 <Filename Value="unit5.pas"/>
92 <IsPartOfProject Value="True"/>
93 <ComponentName Value="EditJobCode"/>
94 <HasResources Value="True"/>
95 <ResourceBaseClass Value="Form"/>
96 <UnitName Value="Unit5"/>
97 <EditorIndex Value="2"/>
98 <CursorPos X="29" Y="9"/>
99 <UsageCount Value="20"/>
100 <Loaded Value="True"/>
101 <LoadedDesigner Value="True"/>
102 </Unit4>
103 <Unit5>
104 <Filename Value="../dbInfo/Unit1.pas"/>
105 <EditorIndex Value="-1"/>
106 <UsageCount Value="10"/>
107 </Unit5>
108 </Units>
109 <JumpHistory Count="1">
110 <Position1>
111 <Filename Value="unit1.pas"/>
112 <Caret Line="20" Column="84" TopLine="4"/>
113 </Position1>
114 </JumpHistory>
115 </ProjectOptions>
116 <CompilerOptions>
117 <Version Value="11"/>
118 <Target>
119 <Filename Value="project1"/>
120 </Target>
121 <SearchPaths>
122 <IncludeFiles Value="$(ProjOutDir)"/>
123 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
124 </SearchPaths>
125 <Linking>
126 <Debugging>
127 <UseHeaptrc Value="True"/>
128 </Debugging>
129 <Options>
130 <Win32>
131 <GraphicApplication Value="True"/>
132 </Win32>
133 </Options>
134 </Linking>
135 <Other>
136 <CustomOptions Value="-dUseCThreads"/>
137 </Other>
138 </CompilerOptions>
139 <Debugging>
140 <Exceptions Count="3">
141 <Item1>
142 <Name Value="EAbort"/>
143 </Item1>
144 <Item2>
145 <Name Value="ECodetoolError"/>
146 </Item2>
147 <Item3>
148 <Name Value="EFOpenError"/>
149 </Item3>
150 </Exceptions>
151 </Debugging>
152 </CONFIG>