ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/local-employeedb/LocalDBExample.lpi
Revision: 272
Committed: Mon Feb 4 13:34:37 2019 UTC (5 years, 2 months ago) by tony
File size: 13318 byte(s)
Log Message:
Fixes merged

File Contents

# User Rev Content
1 tony 45 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 263 <Version Value="11"/>
5 tony 45 <General>
6     <MainUnit Value="0"/>
7     <Title Value="LocalDBExample"/>
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     </PublishOptions>
21     <RunParams>
22 tony 263 <FormatVersion Value="2"/>
23     <Modes Count="1">
24     <Mode0 Name="default"/>
25     </Modes>
26 tony 45 </RunParams>
27     <RequiredPackages Count="5">
28     <Item1>
29     <PackageName Value="iblocaldb"/>
30     </Item1>
31     <Item2>
32     <PackageName Value="ibcontrols"/>
33     </Item2>
34     <Item3>
35     <PackageName Value="FCL"/>
36     <MinVersion Major="1" Valid="True"/>
37     </Item3>
38     <Item4>
39     <PackageName Value="ibexpress"/>
40     <MinVersion Minor="9" Valid="True"/>
41     </Item4>
42     <Item5>
43     <PackageName Value="LCL"/>
44     </Item5>
45     </RequiredPackages>
46 tony 272 <Units Count="39">
47 tony 45 <Unit0>
48     <Filename Value="LocalDBExample.lpr"/>
49     <IsPartOfProject Value="True"/>
50     <EditorIndex Value="-1"/>
51     <WindowIndex Value="1"/>
52     <CursorPos X="33" Y="10"/>
53 tony 209 <UsageCount Value="173"/>
54 tony 45 </Unit0>
55     <Unit1>
56     <Filename Value="unit1.pas"/>
57     <IsPartOfProject Value="True"/>
58     <ComponentName Value="Form1"/>
59     <HasResources Value="True"/>
60     <ResourceBaseClass Value="Form"/>
61     <UnitName Value="Unit1"/>
62 tony 88 <IsVisibleTab Value="True"/>
63 tony 272 <TopLine Value="243"/>
64     <CursorPos Y="261"/>
65 tony 209 <UsageCount Value="173"/>
66 tony 45 <Loaded Value="True"/>
67 tony 107 <LoadedDesigner Value="True"/>
68 tony 45 </Unit1>
69     <Unit2>
70     <Filename Value="unit2.pas"/>
71     <IsPartOfProject Value="True"/>
72     <ComponentName Value="SelectDeptDlg"/>
73     <HasResources Value="True"/>
74     <ResourceBaseClass Value="Form"/>
75 tony 68 <UnitName Value="Unit2"/>
76 tony 88 <EditorIndex Value="-1"/>
77 tony 68 <CursorPos X="52" Y="4"/>
78 tony 209 <UsageCount Value="36"/>
79 tony 80 </Unit2>
80     <Unit3>
81     <Filename Value="../../iblocaldb/IBXCreateDatabaseDlg.pas"/>
82     <ComponentName Value="CreateDatabaseDlg"/>
83     <HasResources Value="True"/>
84     <ResourceBaseClass Value="Form"/>
85 tony 88 <EditorIndex Value="-1"/>
86 tony 80 <TopLine Value="60"/>
87     <CursorPos X="28" Y="66"/>
88     <UsageCount Value="11"/>
89     </Unit3>
90     <Unit4>
91     <Filename Value="../../iblocaldb/IBXCustomIBLocalDBSupport.pas"/>
92 tony 88 <EditorIndex Value="-1"/>
93 tony 118 <TopLine Value="309"/>
94     <CursorPos X="46" Y="330"/>
95 tony 80 <UsageCount Value="11"/>
96     </Unit4>
97     <Unit5>
98     <Filename Value="../../iblocaldb/IBLocalDBSupport.pas"/>
99 tony 88 <EditorIndex Value="-1"/>
100 tony 118 <TopLine Value="9"/>
101     <CursorPos X="42" Y="39"/>
102 tony 80 <UsageCount Value="11"/>
103     </Unit5>
104     <Unit6>
105     <Filename Value="../../runtime/IBDatabase.pas"/>
106 tony 88 <EditorIndex Value="-1"/>
107 tony 80 <TopLine Value="613"/>
108     <CursorPos X="3" Y="616"/>
109     <UsageCount Value="11"/>
110     </Unit6>
111     <Unit7>
112     <Filename Value="../../runtime/ibxscript.pas"/>
113 tony 88 <EditorIndex Value="-1"/>
114 tony 80 <TopLine Value="302"/>
115     <CursorPos X="30" Y="330"/>
116     <UsageCount Value="11"/>
117     </Unit7>
118     <Unit8>
119     <Filename Value="../../iblocaldb/IBXCreateDatabaseFromSQLDlgUnit.pas"/>
120     <ComponentName Value="IBXCreateDatabaseFromSQLDlg"/>
121     <HasResources Value="True"/>
122     <ResourceBaseClass Value="Form"/>
123 tony 88 <EditorIndex Value="-1"/>
124 tony 80 <TopLine Value="37"/>
125     <CursorPos X="31" Y="50"/>
126     <UsageCount Value="11"/>
127     </Unit8>
128     <Unit9>
129     <Filename Value="../../iblocaldb.pas"/>
130     <EditorIndex Value="-1"/>
131     <UsageCount Value="10"/>
132     </Unit9>
133     <Unit10>
134     <Filename Value="../../iblocaldb/IBCMLocalDBSupport.pas"/>
135 tony 88 <EditorIndex Value="-1"/>
136 tony 80 <TopLine Value="195"/>
137     <CursorPos X="18" Y="219"/>
138     <UsageCount Value="10"/>
139     </Unit10>
140     <Unit11>
141     <Filename Value="patches/02-patch.sql"/>
142 tony 88 <EditorIndex Value="-1"/>
143 tony 80 <UsageCount Value="10"/>
144     <DefaultSyntaxHighlighter Value="SQL"/>
145     </Unit11>
146 tony 209 <Unit12>
147     <Filename Value="../../runtime/nongui/IBXServices.pas"/>
148     <EditorIndex Value="-1"/>
149 tony 272 <TopLine Value="695"/>
150     <CursorPos X="19" Y="713"/>
151 tony 209 <UsageCount Value="18"/>
152     </Unit12>
153     <Unit13>
154     <Filename Value="../../iblocaldb/gui/IBXCreateDatabaseDlg.pas"/>
155     <ComponentName Value="CreateDatabaseDlg"/>
156     <HasResources Value="True"/>
157     <ResourceBaseClass Value="Form"/>
158     <EditorIndex Value="-1"/>
159 tony 272 <TopLine Value="56"/>
160     <CursorPos X="29" Y="50"/>
161 tony 209 <UsageCount Value="17"/>
162     </Unit13>
163     <Unit14>
164     <Filename Value="../../iblocaldb/nongui/IBXCustomIBLocalDBSupport.pas"/>
165     <EditorIndex Value="-1"/>
166 tony 272 <TopLine Value="454"/>
167     <CursorPos X="66" Y="467"/>
168 tony 209 <ExtraEditorCount Value="1"/>
169     <ExtraEditor1>
170     <EditorIndex Value="-1"/>
171 tony 272 <TopLine Value="135"/>
172     <CursorPos X="14" Y="135"/>
173 tony 209 </ExtraEditor1>
174     <UsageCount Value="18"/>
175     </Unit14>
176     <Unit15>
177     <Filename Value="../../runtime/nongui/IBDatabase.pas"/>
178     <EditorIndex Value="-1"/>
179 tony 272 <TopLine Value="290"/>
180     <CursorPos X="37" Y="302"/>
181 tony 209 <ExtraEditorCount Value="1"/>
182     <ExtraEditor1>
183     <EditorIndex Value="-1"/>
184 tony 272 <TopLine Value="1087"/>
185     <CursorPos X="3" Y="1121"/>
186 tony 209 </ExtraEditor1>
187     <UsageCount Value="18"/>
188     </Unit15>
189     <Unit16>
190     <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/memds/memds.pp"/>
191     <EditorIndex Value="-1"/>
192     <TopLine Value="142"/>
193     <CursorPos X="21" Y="161"/>
194     <UsageCount Value="17"/>
195     </Unit16>
196     <Unit17>
197     <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/db.pas"/>
198     <EditorIndex Value="-1"/>
199     <TopLine Value="194"/>
200     <CursorPos X="15" Y="214"/>
201     <UsageCount Value="17"/>
202     </Unit17>
203     <Unit18>
204     <Filename Value="../../../fbintf/client/FBClientAPI.pas"/>
205     <EditorIndex Value="-1"/>
206 tony 272 <TopLine Value="324"/>
207     <CursorPos Y="343"/>
208 tony 209 <UsageCount Value="10"/>
209     </Unit18>
210     <Unit19>
211     <Filename Value="../../../fbintf/client/FBOutputBlock.pas"/>
212     <EditorIndex Value="-1"/>
213     <TopLine Value="405"/>
214     <CursorPos Y="438"/>
215     <UsageCount Value="10"/>
216     </Unit19>
217     <Unit20>
218     <Filename Value="../../../fbintf/IB.pas"/>
219     <EditorIndex Value="-1"/>
220 tony 263 <TopLine Value="1096"/>
221     <CursorPos X="28" Y="1107"/>
222 tony 209 <UsageCount Value="13"/>
223     </Unit20>
224     <Unit21>
225     <Filename Value="../../iblocaldb/nongui/IBCMLocalDBSupport.pas"/>
226     <EditorIndex Value="-1"/>
227     <WindowIndex Value="1"/>
228     <TopLine Value="126"/>
229     <CursorPos X="30" Y="164"/>
230     <UsageCount Value="12"/>
231     </Unit21>
232     <Unit22>
233     <Filename Value="../../runtime/nongui/ibxscript.pas"/>
234     <EditorIndex Value="-1"/>
235     <TopLine Value="568"/>
236     <CursorPos X="3" Y="571"/>
237     <UsageCount Value="10"/>
238     </Unit22>
239     <Unit23>
240     <Filename Value="../../changelog"/>
241     <EditorIndex Value="-1"/>
242     <TopLine Value="4"/>
243 tony 263 <CursorPos X="24" Y="33"/>
244 tony 209 <UsageCount Value="10"/>
245     <DefaultSyntaxHighlighter Value="None"/>
246     </Unit23>
247     <Unit24>
248     <Filename Value="../../../fbintf/client/FBAttachment.pas"/>
249     <EditorIndex Value="-1"/>
250     <TopLine Value="301"/>
251     <CursorPos X="3" Y="304"/>
252     <UsageCount Value="12"/>
253     </Unit24>
254     <Unit25>
255     <Filename Value="../../../fbintf/client/3.0/FB30Attachment.pas"/>
256     <EditorIndex Value="-1"/>
257     <TopLine Value="126"/>
258     <CursorPos X="16" Y="132"/>
259     <UsageCount Value="12"/>
260     </Unit25>
261     <Unit26>
262     <Filename Value="../../iblocaldb/nongui/IBXUpgradeConfFile.pas"/>
263     <EditorIndex Value="-1"/>
264     <WindowIndex Value="1"/>
265     <TopLine Value="198"/>
266     <CursorPos X="3" Y="215"/>
267     <UsageCount Value="12"/>
268     </Unit26>
269     <Unit27>
270     <Filename Value="../../iblocaldb/gui/IBLocalDBSupport.pas"/>
271     <EditorIndex Value="-1"/>
272 tony 272 <TopLine Value="112"/>
273     <CursorPos X="53" Y="133"/>
274 tony 209 <UsageCount Value="13"/>
275     </Unit27>
276     <Unit28>
277     <Filename Value="../../iblocaldb/gui/IBXUpgradeDatabaseDlg.pas"/>
278     <ComponentName Value="UpgradeDatabaseDlg"/>
279     <HasResources Value="True"/>
280     <ResourceBaseClass Value="Form"/>
281     <EditorIndex Value="-1"/>
282     <WindowIndex Value="-1"/>
283     <TopLine Value="43"/>
284     <CursorPos Y="71"/>
285     <UsageCount Value="12"/>
286     </Unit28>
287     <Unit29>
288     <Filename Value="../../iblocaldb/gui/IBXSaveDatabaseDlg.pas"/>
289     <EditorIndex Value="-1"/>
290     <WindowIndex Value="1"/>
291     <TopLine Value="39"/>
292     <CursorPos X="75" Y="60"/>
293     <UsageCount Value="11"/>
294     </Unit29>
295     <Unit30>
296     <Filename Value="../../../../../fpcsrc/3.0.4/rtl/objpas/classes/persist.inc"/>
297     <EditorIndex Value="-1"/>
298     <TopLine Value="16"/>
299     <CursorPos X="26" Y="32"/>
300     <UsageCount Value="10"/>
301     </Unit30>
302     <Unit31>
303     <Filename Value="../../../fbintf/client/3.0/firebird/Firebird.pas"/>
304     <EditorIndex Value="-1"/>
305     <TopLine Value="5466"/>
306     <CursorPos Y="5486"/>
307     <UsageCount Value="11"/>
308     </Unit31>
309     <Unit32>
310     <Filename Value="../../runtime/nongui/IBSQL.pas"/>
311     <EditorIndex Value="-1"/>
312     <TopLine Value="673"/>
313     <CursorPos Y="694"/>
314     <UsageCount Value="10"/>
315     </Unit32>
316     <Unit33>
317     <Filename Value="../../runtime/nongui/IBDataOutput.pas"/>
318 tony 263 <EditorIndex Value="-1"/>
319 tony 209 <TopLine Value="583"/>
320     <CursorPos X="36" Y="616"/>
321     <UsageCount Value="10"/>
322     </Unit33>
323 tony 263 <Unit34>
324     <Filename Value="../../../fbintf/client/include/uloadlibrary.inc"/>
325     <EditorIndex Value="-1"/>
326     <TopLine Value="82"/>
327     <CursorPos X="26" Y="104"/>
328     <UsageCount Value="10"/>
329     </Unit34>
330     <Unit35>
331     <Filename Value="../../../fbintf/client/include/wloadlibrary.inc"/>
332     <EditorIndex Value="-1"/>
333     <CursorPos X="26" Y="186"/>
334     <UsageCount Value="10"/>
335     </Unit35>
336     <Unit36>
337     <Filename Value="../../../fbintf/client/2.5/FB25ClientAPI.pas"/>
338     <EditorIndex Value="-1"/>
339     <TopLine Value="80"/>
340     <CursorPos X="52" Y="99"/>
341     <UsageCount Value="10"/>
342     </Unit36>
343     <Unit37>
344     <Filename Value="../../../fbintf/changelog"/>
345     <EditorIndex Value="-1"/>
346     <CursorPos X="2" Y="15"/>
347     <UsageCount Value="10"/>
348     <DefaultSyntaxHighlighter Value="None"/>
349     </Unit37>
350 tony 272 <Unit38>
351     <Filename Value="../../iblocaldb/gui/IBXCreateDatabaseFromSQLDlgUnit.pas"/>
352     <ComponentName Value="IBXCreateDatabaseFromSQLDlg"/>
353     <HasResources Value="True"/>
354     <ResourceBaseClass Value="Form"/>
355     <EditorIndex Value="-1"/>
356     <TopLine Value="86"/>
357     <CursorPos X="3" Y="102"/>
358     <UsageCount Value="10"/>
359     </Unit38>
360 tony 45 </Units>
361 tony 272 <JumpHistory Count="6" HistoryIndex="5">
362 tony 107 <Position1>
363 tony 263 <Filename Value="unit1.pas"/>
364     <Caret Line="148" Column="52" TopLine="131"/>
365 tony 107 </Position1>
366 tony 118 <Position2>
367 tony 263 <Filename Value="unit1.pas"/>
368     <Caret Line="211" TopLine="192"/>
369 tony 209 </Position2>
370     <Position3>
371 tony 263 <Filename Value="unit1.pas"/>
372     <Caret Line="203" Column="49" TopLine="182"/>
373 tony 209 </Position3>
374 tony 272 <Position4>
375     <Filename Value="unit1.pas"/>
376     <Caret Line="516" Column="15" TopLine="476"/>
377     </Position4>
378     <Position5>
379     <Filename Value="unit1.pas"/>
380     <Caret Line="519" TopLine="508"/>
381     </Position5>
382     <Position6>
383     <Filename Value="unit1.pas"/>
384     <Caret Line="192" Column="38" TopLine="159"/>
385     </Position6>
386 tony 107 </JumpHistory>
387 tony 45 </ProjectOptions>
388     <CompilerOptions>
389     <Version Value="11"/>
390     <Target>
391     <Filename Value="LocalDBExample"/>
392     </Target>
393     <SearchPaths>
394     <IncludeFiles Value="$(ProjOutDir)"/>
395     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
396     </SearchPaths>
397     <Linking>
398     <Options>
399     <Win32>
400     <GraphicApplication Value="True"/>
401     </Win32>
402     </Options>
403     </Linking>
404     <Other>
405     <CustomOptions Value="-dUseCThreads"/>
406     </Other>
407     </CompilerOptions>
408     <Debugging>
409     <Exceptions Count="3">
410     <Item1>
411     <Name Value="EAbort"/>
412     </Item1>
413     <Item2>
414     <Name Value="ECodetoolError"/>
415     </Item2>
416     <Item3>
417     <Name Value="EFOpenError"/>
418     </Item3>
419     </Exceptions>
420     </Debugging>
421     </CONFIG>