ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/employee/project1.lpi
(Generate patch)

Comparing ibx/trunk/examples/employee/project1.lpi (file contents):
Revision 67 by tony, Wed Aug 23 08:23:42 2017 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC

# Line 1 | Line 1
1 <?xml version="1.0" encoding="UTF-8"?>
1   CONFIG>
2   <ProjectOptions>
3     <Version Value="10"/>
4     <General>
5       <MainUnit Value="0"/>
6       <ResourceType Value="res"/>
7       <UseXPManifest Value="True"/>
8       <Icon Value="0"/>
9     </General>
10     <i18n>
11       <EnableI18N LFM="False"/>
12     </i18n>
13     <BuildModes Count="1" Active="Default">
14       <Item1 Name="Default" Default="True"/>
15     </BuildModes>
16     <PublishOptions>
17       <Version Value="2"/>
18       <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
19       <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
20     </PublishOptions>
21     <RunParams>
22       <local>
23         <FormatVersion Value="1"/>
24       </local>
25     </RunParams>
26     <RequiredPackages Count="4">
27       <Item1>
28         <PackageName Value="ibcontrols"/>
29       </Item1>
30       <Item2>
31         <PackageName Value="FCL"/>
32         <MinVersion Major="1" Valid="True"/>
33       </Item2>
34       <Item3>
35         <PackageName Value="ibexpress"/>
36         <MinVersion Minor="9" Valid="True"/>
37       </Item3>
38       <Item4>
39         <PackageName Value="LCL"/>
40       </Item4>
41     </RequiredPackages>
42     <Units Count="157">
43       <Unit0>
44         <Filename Value="project1.lpr"/>
45         <IsPartOfProject Value="True"/>
46         <EditorIndex Value="-1"/>
47         <CursorPos X="33" Y="10"/>
48         <UsageCount Value="183"/>
49       </Unit0>
50       <Unit1>
51         <Filename Value="unit1.pas"/>
52         <IsPartOfProject Value="True"/>
53         <ComponentName Value="Form1"/>
54         <HasResources Value="True"/>
55         <ResourceBaseClass Value="Form"/>
56         <UnitName Value="Unit1"/>
57         <CursorPos X="12" Y="5"/>
58         <UsageCount Value="183"/>
59         <Loaded Value="True"/>
60       </Unit1>
61       <Unit2>
62         <Filename Value="../../runtime/IBSQLMonitor.pas"/>
63         <EditorIndex Value="-1"/>
64         <WindowIndex Value="1"/>
65         <TopLine Value="1088"/>
66         <CursorPos X="70" Y="1105"/>
67         <UsageCount Value="6"/>
68       </Unit2>
69       <Unit3>
70         <Filename Value="unit2.pas"/>
71         <IsPartOfProject Value="True"/>
72         <ComponentName Value="SelectDeptDlg"/>
73         <HasResources Value="True"/>
74         <ResourceBaseClass Value="Form"/>
75         <UnitName Value="Unit2"/>
76         <EditorIndex Value="-1"/>
77         <WindowIndex Value="1"/>
78         <TopLine Value="9"/>
79         <CursorPos X="87" Y="24"/>
80         <UsageCount Value="172"/>
81       </Unit3>
82       <Unit4>
83         <Filename Value="unit3.pas"/>
84         <ComponentName Value="AddEmployeeDlg"/>
85         <HasResources Value="True"/>
86         <ResourceBaseClass Value="Form"/>
87         <TopLine Value="28"/>
88         <CursorPos Y="48"/>
89         <UsageCount Value="83"/>
90       </Unit4>
91       <Unit5>
92         <Filename Value="../../runtime/IB.pas"/>
93         <EditorIndex Value="-1"/>
94         <WindowIndex Value="1"/>
95         <TopLine Value="40"/>
96         <CursorPos X="51" Y="50"/>
97         <UsageCount Value="28"/>
98       </Unit5>
99       <Unit6>
100         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
101         <IsVisibleTab Value="True"/>
102         <EditorIndex Value="1"/>
103         <TopLine Value="1131"/>
104         <CursorPos Y="1150"/>
105         <UsageCount Value="46"/>
106         <Loaded Value="True"/>
107       </Unit6>
108       <Unit7>
109         <Filename Value="../../runtime/IBDatabase.pas"/>
110         <EditorIndex Value="8"/>
111         <TopLine Value="1013"/>
112         <CursorPos Y="1019"/>
113         <UsageCount Value="28"/>
114         <Loaded Value="True"/>
115       </Unit7>
116       <Unit8>
117         <Filename Value="../../runtime/IBQuery.pas"/>
118         <EditorIndex Value="-1"/>
119         <TopLine Value="28"/>
120         <CursorPos X="26" Y="47"/>
121         <UsageCount Value="59"/>
122       </Unit8>
123       <Unit9>
124         <Filename Value="/usr/local/share/lazarus/lcl/include/dblookup.inc"/>
125         <TopLine Value="201"/>
126         <CursorPos X="23" Y="214"/>
127         <UsageCount Value="5"/>
128       </Unit9>
129       <Unit10>
130         <Filename Value="/usr/local/share/lazarus/lcl/dbctrls.pp"/>
131         <TopLine Value="1484"/>
132         <CursorPos Y="1505"/>
133         <UsageCount Value="5"/>
134       </Unit10>
135       <Unit11>
136         <Filename Value="../../../../projects/external/lazarus.0.9.30/lcl/include/control.inc"/>
137         <TopLine Value="3168"/>
138         <CursorPos Y="3189"/>
139         <UsageCount Value="10"/>
140       </Unit11>
141       <Unit12>
142         <Filename Value="../../runtime/IBIntf.pas"/>
143         <EditorIndex Value="-1"/>
144         <WindowIndex Value="1"/>
145         <TopLine Value="300"/>
146         <CursorPos X="39" Y="330"/>
147         <UsageCount Value="5"/>
148       </Unit12>
149       <Unit13>
150         <Filename Value="../../runtime/IBSQL.pas"/>
151         <EditorIndex Value="-1"/>
152         <TopLine Value="187"/>
153         <CursorPos X="19" Y="216"/>
154         <UsageCount Value="20"/>
155       </Unit13>
156       <Unit14>
157         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/systemh.inc"/>
158         <TopLine Value="75"/>
159         <CursorPos X="19" Y="95"/>
160         <UsageCount Value="1"/>
161       </Unit14>
162       <Unit15>
163         <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/db.pas"/>
164         <TopLine Value="1579"/>
165         <CursorPos X="46" Y="1597"/>
166         <UsageCount Value="4"/>
167       </Unit15>
168       <Unit16>
169         <Filename Value="../../runtime/IBBlob.pas"/>
170         <EditorIndex Value="-1"/>
171         <WindowIndex Value="1"/>
172         <TopLine Value="23"/>
173         <CursorPos X="22" Y="40"/>
174         <UsageCount Value="6"/>
175       </Unit16>
176       <Unit17>
177         <Filename Value="../../runtime/sv5ipc.inc"/>
178         <TopLine Value="312"/>
179         <CursorPos X="6" Y="329"/>
180         <UsageCount Value="1"/>
181       </Unit17>
182       <Unit18>
183         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/unix/ipc.pp"/>
184         <UsageCount Value="1"/>
185       </Unit18>
186       <Unit19>
187         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/linux/ipcsys.inc"/>
188         <TopLine Value="17"/>
189         <CursorPos X="10" Y="34"/>
190         <UsageCount Value="1"/>
191       </Unit19>
192       <Unit20>
193         <Filename Value="../../runtime/IBServices.pas"/>
194         <EditorIndex Value="-1"/>
195         <WindowIndex Value="1"/>
196         <TopLine Value="274"/>
197         <CursorPos X="49" Y="575"/>
198         <UsageCount Value="5"/>
199       </Unit20>
200       <Unit21>
201         <Filename Value="../../runtime/IBExtract.pas"/>
202         <TopLine Value="49"/>
203         <CursorPos X="59" Y="49"/>
204         <UsageCount Value="3"/>
205       </Unit21>
206       <Unit22>
207         <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/dataset.inc"/>
208         <TopLine Value="938"/>
209         <CursorPos X="3" Y="941"/>
210         <UsageCount Value="3"/>
211       </Unit22>
212       <Unit23>
213         <Filename Value="../../../../projects/cdream/dbclients/src/frames/SendEmailFrameUnit.lfm"/>
214         <TopLine Value="414"/>
215         <CursorPos Y="6"/>
216         <UsageCount Value="1"/>
217         <DefaultSyntaxHighlighter Value="LFM"/>
218       </Unit23>
219       <Unit24>
220         <Filename Value="../../../../projects/cdream/dbclients/src/framework/BaseFrameUnit.pas"/>
221         <TopLine Value="205"/>
222         <CursorPos Y="214"/>
223         <UsageCount Value="3"/>
224       </Unit24>
225       <Unit25>
226         <Filename Value="../../../../projects/cdream/dbclients/src/framework/ToyShopDBUnit.pas"/>
227         <TopLine Value="142"/>
228         <CursorPos Y="156"/>
229         <UsageCount Value="1"/>
230       </Unit25>
231       <Unit26>
232         <Filename Value="../../../../projects/cdream/dbclients/debian/changelog"/>
233         <CursorPos X="60" Y="7"/>
234         <UsageCount Value="1"/>
235         <DefaultSyntaxHighlighter Value="None"/>
236       </Unit26>
237       <Unit27>
238         <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/database.inc"/>
239         <TopLine Value="474"/>
240         <CursorPos X="3" Y="476"/>
241         <UsageCount Value="2"/>
242       </Unit27>
243       <Unit28>
244         <Filename Value="../../runtime/IBStoredProc.pas"/>
245         <TopLine Value="206"/>
246         <CursorPos X="6" Y="215"/>
247         <UsageCount Value="2"/>
248       </Unit28>
249       <Unit29>
250         <Filename Value="/usr/local/share/lazarus/lcl/include/control.inc"/>
251         <TopLine Value="3172"/>
252         <CursorPos Y="3189"/>
253         <UsageCount Value="2"/>
254       </Unit29>
255       <Unit30>
256         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/variants.pp"/>
257         <TopLine Value="142"/>
258         <CursorPos X="53" Y="69"/>
259         <UsageCount Value="2"/>
260       </Unit30>
261       <Unit31>
262         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/varianth.inc"/>
263         <TopLine Value="16"/>
264         <CursorPos X="13" Y="44"/>
265         <UsageCount Value="2"/>
266       </Unit31>
267       <Unit32>
268         <Filename Value="unit1.lfm"/>
269         <ComponentName Value="Form1"/>
270         <HasResources Value="True"/>
271         <ResourceBaseClass Value="Form"/>
272         <EditorIndex Value="-1"/>
273         <ExtraEditorCount Value="1"/>
274         <ExtraEditor1>
275           <EditorIndex Value="-1"/>
276           <TopLine Value="603"/>
277           <CursorPos X="50" Y="630"/>
278         </ExtraEditor1>
279         <UsageCount Value="10"/>
280         <DefaultSyntaxHighlighter Value="LFM"/>
281       </Unit32>
282       <Unit33>
283         <Filename Value="../../runtime/IBLookupComboEditBox.pas"/>
284         <TopLine Value="78"/>
285         <CursorPos Y="89"/>
286         <UsageCount Value="9"/>
287       </Unit33>
288       <Unit34>
289         <Filename Value="../../runtime/IBDynamicGrid.pas"/>
290         <TopLine Value="22"/>
291         <CursorPos X="72" Y="33"/>
292         <UsageCount Value="8"/>
293       </Unit34>
294       <Unit35>
295         <Filename Value="../../runtime/IBTreeView.pas"/>
296         <TopLine Value="147"/>
297         <CursorPos X="26" Y="160"/>
298         <UsageCount Value="3"/>
299       </Unit35>
300       <Unit36>
301         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/db.pas"/>
302         <EditorIndex Value="6"/>
303         <TopLine Value="164"/>
304         <CursorPos X="3" Y="165"/>
305         <UsageCount Value="36"/>
306         <Loaded Value="True"/>
307       </Unit36>
308       <Unit37>
309         <Filename Value="../../../../lcl/controls.pp"/>
310         <EditorIndex Value="-1"/>
311         <WindowIndex Value="1"/>
312         <TopLine Value="1176"/>
313         <CursorPos X="15" Y="1186"/>
314         <UsageCount Value="17"/>
315       </Unit37>
316       <Unit38>
317         <Filename Value="../../../../lcl/include/wincontrol.inc"/>
318         <WindowIndex Value="1"/>
319         <TopLine Value="8131"/>
320         <CursorPos Y="8144"/>
321         <UsageCount Value="9"/>
322       </Unit38>
323       <Unit39>
324         <Filename Value="../../../../lcl/dbgrids.pas"/>
325         <EditorIndex Value="-1"/>
326         <WindowIndex Value="1"/>
327         <TopLine Value="3672"/>
328         <CursorPos X="25" Y="3691"/>
329         <UsageCount Value="17"/>
330       </Unit39>
331       <Unit40>
332         <Filename Value="../../../../lcl/grids.pas"/>
333         <EditorIndex Value="-1"/>
334         <WindowIndex Value="1"/>
335         <TopLine Value="6558"/>
336         <CursorPos Y="6571"/>
337         <UsageCount Value="21"/>
338       </Unit40>
339       <Unit41>
340         <Filename Value="../../../../lcl/include/winapih.inc"/>
341         <TopLine Value="238"/>
342         <CursorPos X="10" Y="253"/>
343         <UsageCount Value="9"/>
344       </Unit41>
345       <Unit42>
346         <Filename Value="../../../../lcl/comctrls.pp"/>
347         <TopLine Value="2745"/>
348         <CursorPos X="54" Y="2758"/>
349         <UsageCount Value="6"/>
350       </Unit42>
351       <Unit43>
352         <Filename Value="../../../../lcl/include/treeview.inc"/>
353         <TopLine Value="643"/>
354         <CursorPos Y="645"/>
355         <UsageCount Value="5"/>
356       </Unit43>
357       <Unit44>
358         <Filename Value="../../../../lcl/editbtn.pas"/>
359         <TopLine Value="614"/>
360         <CursorPos X="3" Y="614"/>
361         <UsageCount Value="4"/>
362       </Unit44>
363       <Unit45>
364         <Filename Value="../../runtime/IBSQLParser.pas"/>
365         <TopLine Value="604"/>
366         <CursorPos Y="620"/>
367         <UsageCount Value="5"/>
368       </Unit45>
369       <Unit46>
370         <Filename Value="../../ibcontrols/IBLookupComboEditBox.pas"/>
371         <EditorIndex Value="-1"/>
372         <WindowIndex Value="1"/>
373         <TopLine Value="500"/>
374         <CursorPos X="36" Y="525"/>
375         <UsageCount Value="8"/>
376       </Unit46>
377       <Unit47>
378         <Filename Value="../../ibcontrols/IBTreeView.pas"/>
379         <TopLine Value="142"/>
380         <CursorPos Y="142"/>
381         <UsageCount Value="5"/>
382       </Unit47>
383       <Unit48>
384         <Filename Value="../../ibcontrols/IBDynamicGrid.pas"/>
385         <EditorIndex Value="-1"/>
386         <TopLine Value="196"/>
387         <CursorPos X="54" Y="212"/>
388         <UsageCount Value="25"/>
389       </Unit48>
390       <Unit49>
391         <Filename Value="../../design/ibselectsqleditor.pas"/>
392         <ComponentName Value="IBSelectSQLEditorForm"/>
393         <HasResources Value="True"/>
394         <ResourceBaseClass Value="Form"/>
395         <UsageCount Value="3"/>
396       </Unit49>
397       <Unit50>
398         <Filename Value="../../design/IBEventsEditor.pas"/>
399         <ComponentName Value="IBEventsEditor"/>
400         <HasResources Value="True"/>
401         <ResourceBaseClass Value="Form"/>
402         <UsageCount Value="2"/>
403       </Unit50>
404       <Unit51>
405         <Filename Value="../../design/ibdeletesqleditor.pas"/>
406         <ComponentName Value="IBDeleteSQLEditorForm"/>
407         <HasResources Value="True"/>
408         <ResourceBaseClass Value="Form"/>
409         <CursorPos X="60" Y="26"/>
410         <UsageCount Value="2"/>
411       </Unit51>
412       <Unit52>
413         <Filename Value="../../design/ibinsertsqleditor.pas"/>
414         <ComponentName Value="IBInsertSQLEditorForm"/>
415         <HasResources Value="True"/>
416         <ResourceBaseClass Value="Form"/>
417         <CursorPos X="48" Y="18"/>
418         <UsageCount Value="2"/>
419       </Unit52>
420       <Unit53>
421         <Filename Value="../../design/ibmodifysqleditor.pas"/>
422         <ComponentName Value="IBModifySQLEditorForm"/>
423         <HasResources Value="True"/>
424         <ResourceBaseClass Value="Form"/>
425         <CursorPos X="60" Y="23"/>
426         <UsageCount Value="2"/>
427       </Unit53>
428       <Unit54>
429         <Filename Value="../../design/ibupdatesqleditor.pas"/>
430         <ComponentName Value="IBUpdateSQLEditorForm"/>
431         <HasResources Value="True"/>
432         <ResourceBaseClass Value="Form"/>
433         <CursorPos X="15" Y="10"/>
434         <UsageCount Value="2"/>
435       </Unit54>
436       <Unit55>
437         <Filename Value="../../design/ibsqleditor.pas"/>
438         <ComponentName Value="IBSQLEditorForm"/>
439         <HasResources Value="True"/>
440         <ResourceBaseClass Value="Form"/>
441         <TopLine Value="240"/>
442         <CursorPos X="3" Y="240"/>
443         <UsageCount Value="2"/>
444       </Unit55>
445       <Unit56>
446         <Filename Value="../../design/ibdataseteditor.pas"/>
447         <ComponentName Value="IBDataSetEditorForm"/>
448         <HasResources Value="True"/>
449         <ResourceBaseClass Value="Form"/>
450         <CursorPos X="46" Y="18"/>
451         <UsageCount Value="2"/>
452       </Unit56>
453       <Unit57>
454         <Filename Value="../../design/dbFieldLinkPropEditor.pas"/>
455         <ComponentName Value="FieldLinkEditor"/>
456         <HasResources Value="True"/>
457         <ResourceBaseClass Value="Form"/>
458         <CursorPos X="60" Y="23"/>
459         <UsageCount Value="2"/>
460       </Unit57>
461       <Unit58>
462         <Filename Value="../../design/dbFieldListPropEditor.pas"/>
463         <ComponentName Value="FieldListEditor"/>
464         <HasResources Value="True"/>
465         <ResourceBaseClass Value="Form"/>
466         <TopLine Value="133"/>
467         <CursorPos X="56" Y="137"/>
468         <UsageCount Value="2"/>
469       </Unit58>
470       <Unit59>
471         <Filename Value="../../design/IBDatabaseEdit.pas"/>
472         <ComponentName Value="IBDatabaseEditForm"/>
473         <HasResources Value="True"/>
474         <ResourceBaseClass Value="Form"/>
475         <EditorIndex Value="-1"/>
476         <WindowIndex Value="1"/>
477         <TopLine Value="270"/>
478         <CursorPos X="17" Y="287"/>
479         <UsageCount Value="6"/>
480       </Unit59>
481       <Unit60>
482         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/dataset.inc"/>
483         <EditorIndex Value="5"/>
484         <TopLine Value="89"/>
485         <CursorPos X="3" Y="88"/>
486         <UsageCount Value="12"/>
487         <Loaded Value="True"/>
488       </Unit60>
489       <Unit61>
490         <Filename Value="../../../../lcl/themes.pas"/>
491         <TopLine Value="791"/>
492         <CursorPos X="3" Y="791"/>
493         <UsageCount Value="6"/>
494       </Unit61>
495       <Unit62>
496         <Filename Value="../../../../lcl/extctrls.pp"/>
497         <WindowIndex Value="1"/>
498         <TopLine Value="982"/>
499         <CursorPos X="32" Y="992"/>
500         <UsageCount Value="15"/>
501       </Unit62>
502       <Unit63>
503         <Filename Value="../../../../lcl/lcltype.pp"/>
504         <TopLine Value="47"/>
505         <CursorPos X="3" Y="61"/>
506         <UsageCount Value="3"/>
507       </Unit63>
508       <Unit64>
509         <Filename Value="../../../../lcl/forms.pp"/>
510         <UnitName Value="Forms"/>
511         <EditorIndex Value="-1"/>
512         <WindowIndex Value="1"/>
513         <TopLine Value="1254"/>
514         <CursorPos X="35" Y="1266"/>
515         <UsageCount Value="6"/>
516       </Unit64>
517       <Unit65>
518         <Filename Value="../../../../lcl/include/application.inc"/>
519         <EditorIndex Value="-1"/>
520         <WindowIndex Value="1"/>
521         <TopLine Value="1043"/>
522         <CursorPos Y="1055"/>
523         <UsageCount Value="5"/>
524       </Unit65>
525       <Unit66>
526         <Filename Value="/usr/share/fpcsrc/rtl/inc/objpash.inc"/>
527         <TopLine Value="169"/>
528         <CursorPos X="8" Y="183"/>
529         <UsageCount Value="4"/>
530       </Unit66>
531       <Unit67>
532         <Filename Value="../../../../components/lazutils/lazmethodlist.pas"/>
533         <TopLine Value="10"/>
534         <CursorPos X="15" Y="25"/>
535         <UsageCount Value="3"/>
536       </Unit67>
537       <Unit68>
538         <Filename Value="../../../../lcl/include/customform.inc"/>
539         <TopLine Value="1803"/>
540         <CursorPos Y="1817"/>
541         <UsageCount Value="8"/>
542       </Unit68>
543       <Unit69>
544         <Filename Value="../../../../lcl/graphics.pp"/>
545         <TopLine Value="1202"/>
546         <CursorPos X="14" Y="1216"/>
547         <UsageCount Value="10"/>
548       </Unit69>
549       <Unit70>
550         <Filename Value="../../../../lcl/include/winapi.inc"/>
551         <TopLine Value="935"/>
552         <CursorPos X="3" Y="938"/>
553         <UsageCount Value="9"/>
554       </Unit70>
555       <Unit71>
556         <Filename Value="../../../../lcl/include/control.inc"/>
557         <EditorIndex Value="-1"/>
558         <WindowIndex Value="1"/>
559         <TopLine Value="4771"/>
560         <CursorPos Y="4784"/>
561         <UsageCount Value="6"/>
562       </Unit71>
563       <Unit72>
564         <Filename Value="../../../../lcl/stdctrls.pp"/>
565         <TopLine Value="303"/>
566         <CursorPos X="24" Y="318"/>
567         <UsageCount Value="9"/>
568       </Unit72>
569       <Unit73>
570         <Filename Value="../../../../lcl/include/scrollbar.inc"/>
571         <TopLine Value="93"/>
572         <CursorPos X="3" Y="97"/>
573         <UsageCount Value="3"/>
574       </Unit73>
575       <Unit74>
576         <Filename Value="../../../../lcl/include/scrollingwincontrol.inc"/>
577         <TopLine Value="199"/>
578         <CursorPos X="3" Y="201"/>
579         <UsageCount Value="3"/>
580       </Unit74>
581       <Unit75>
582         <Filename Value="/usr/share/fpcsrc/packages/fcl-image/src/fpcanvas.pp"/>
583         <TopLine Value="351"/>
584         <CursorPos X="14" Y="363"/>
585         <UsageCount Value="8"/>
586       </Unit75>
587       <Unit76>
588         <Filename Value="../../../../lcl/interfaces/gtk2/gtk2winapi.inc"/>
589         <TopLine Value="6332"/>
590         <CursorPos Y="6346"/>
591         <UsageCount Value="7"/>
592       </Unit76>
593       <Unit77>
594         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/datasource.inc"/>
595         <EditorIndex Value="-1"/>
596         <WindowIndex Value="1"/>
597         <TopLine Value="199"/>
598         <CursorPos X="22" Y="202"/>
599         <UsageCount Value="6"/>
600       </Unit77>
601       <Unit78>
602         <Filename Value="../ibtreeview/Unit1.pas"/>
603         <TopLine Value="145"/>
604         <CursorPos X="36" Y="174"/>
605         <UsageCount Value="4"/>
606       </Unit78>
607       <Unit79>
608         <Filename Value="../lookupcombobox/Unit1.pas"/>
609         <TopLine Value="207"/>
610         <CursorPos Y="236"/>
611         <UsageCount Value="4"/>
612       </Unit79>
613       <Unit80>
614         <Filename Value="../../runtime/IBDialogs.pas"/>
615         <ComponentName Value="IBXLoginDlg"/>
616         <HasResources Value="True"/>
617         <ResourceBaseClass Value="Form"/>
618         <EditorIndex Value="-1"/>
619         <WindowIndex Value="1"/>
620         <TopLine Value="37"/>
621         <CursorPos X="3" Y="109"/>
622         <UsageCount Value="6"/>
623       </Unit80>
624       <Unit81>
625         <Filename Value="../../design/IBDBReg.pas"/>
626         <EditorIndex Value="-1"/>
627         <WindowIndex Value="1"/>
628         <TopLine Value="357"/>
629         <CursorPos X="61" Y="364"/>
630         <UsageCount Value="6"/>
631       </Unit81>
632       <Unit82>
633         <Filename Value="../../../../lcl/dbctrls.pp"/>
634         <EditorIndex Value="-1"/>
635         <WindowIndex Value="1"/>
636         <TopLine Value="789"/>
637         <CursorPos X="15" Y="800"/>
638         <UsageCount Value="5"/>
639       </Unit82>
640       <Unit83>
641         <Filename Value="../../../../lcl/include/customdbcombobox.inc"/>
642         <TopLine Value="67"/>
643         <CursorPos Y="74"/>
644         <UsageCount Value="5"/>
645       </Unit83>
646       <Unit84>
647         <Filename Value="../../../../lcl/include/customcombobox.inc"/>
648         <TopLine Value="227"/>
649         <CursorPos Y="237"/>
650         <UsageCount Value="5"/>
651       </Unit84>
652       <Unit85>
653         <Filename Value="../../../../lcl/include/dblookupcombobox.inc"/>
654         <EditorIndex Value="-1"/>
655         <WindowIndex Value="1"/>
656         <TopLine Value="27"/>
657         <CursorPos X="3" Y="31"/>
658         <UsageCount Value="5"/>
659       </Unit85>
660       <Unit86>
661         <Filename Value="../../../../lcl/include/dblookup.inc"/>
662         <EditorIndex Value="-1"/>
663         <WindowIndex Value="1"/>
664         <TopLine Value="281"/>
665         <CursorPos X="3" Y="289"/>
666         <UsageCount Value="5"/>
667       </Unit86>
668       <Unit87>
669         <Filename Value="/usr/share/fpcsrc/2.6.4/packages/fcl-db/src/base/db.pas"/>
670         <EditorIndex Value="-1"/>
671         <WindowIndex Value="1"/>
672         <TopLine Value="1695"/>
673         <CursorPos X="3" Y="1673"/>
674         <UsageCount Value="5"/>
675       </Unit87>
676       <Unit88>
677         <Filename Value="../../../mwaframework/source/BaseFrameUnit.pas"/>
678         <ComponentName Value="BaseFrame"/>
679         <HasResources Value="True"/>
680         <ResourceBaseClass Value="Frame"/>
681         <EditorIndex Value="-1"/>
682         <WindowIndex Value="1"/>
683         <TopLine Value="41"/>
684         <CursorPos X="42" Y="60"/>
685         <UsageCount Value="5"/>
686       </Unit88>
687       <Unit89>
688         <Filename Value="../../../mwaframework/source/BaseFormUnit.pas"/>
689         <EditorIndex Value="-1"/>
690         <WindowIndex Value="1"/>
691         <CursorPos X="64" Y="9"/>
692         <UsageCount Value="5"/>
693       </Unit89>
694       <Unit90>
695         <Filename Value="../../../mwaframework/source/CustomDBUnit.pas"/>
696         <EditorIndex Value="-1"/>
697         <WindowIndex Value="1"/>
698         <TopLine Value="72"/>
699         <CursorPos X="61" Y="91"/>
700         <UsageCount Value="5"/>
701       </Unit90>
702       <Unit91>
703         <Filename Value="../../../mwaframework/source/TopFormUnit.pas"/>
704         <EditorIndex Value="-1"/>
705         <WindowIndex Value="1"/>
706         <CursorPos X="65" Y="13"/>
707         <UsageCount Value="5"/>
708       </Unit91>
709       <Unit92>
710         <Filename Value="../../../mwaframework/source/dlg/DBFormUnit.pas"/>
711         <EditorIndex Value="-1"/>
712         <WindowIndex Value="1"/>
713         <CursorPos X="27" Y="7"/>
714         <UsageCount Value="5"/>
715       </Unit92>
716       <Unit93>
717         <Filename Value="../../../mwaframework/source/listframeunit.pas"/>
718         <ComponentName Value="ListFrame"/>
719         <HasResources Value="True"/>
720         <ResourceBaseClass Value="Frame"/>
721         <EditorIndex Value="-1"/>
722         <WindowIndex Value="1"/>
723         <CursorPos X="49" Y="10"/>
724         <UsageCount Value="5"/>
725       </Unit93>
726       <Unit94>
727         <Filename Value="../../runtime/dblogindlg.pas"/>
728         <EditorIndex Value="-1"/>
729         <WindowIndex Value="1"/>
730         <TopLine Value="40"/>
731         <CursorPos X="13" Y="67"/>
732         <UsageCount Value="5"/>
733       </Unit94>
734       <Unit95>
735         <Filename Value="../../ibexpress.pas"/>
736         <EditorIndex Value="-1"/>
737         <WindowIndex Value="1"/>
738         <CursorPos X="96" Y="6"/>
739         <UsageCount Value="5"/>
740       </Unit95>
741       <Unit96>
742         <Filename Value="../../changelog"/>
743         <EditorIndex Value="4"/>
744         <CursorPos X="67" Y="16"/>
745         <UsageCount Value="13"/>
746         <Loaded Value="True"/>
747         <DefaultSyntaxHighlighter Value="None"/>
748       </Unit96>
749       <Unit97>
750         <Filename Value="../../iblocaldb/IBLocalDBSupport.pas"/>
751         <EditorIndex Value="-1"/>
752         <WindowIndex Value="1"/>
753         <TopLine Value="237"/>
754         <CursorPos X="18" Y="263"/>
755         <UsageCount Value="5"/>
756       </Unit97>
757       <Unit98>
758         <Filename Value="../../../../fpc/2.6.4/source/rtl/objpas/sysutils/osutilsh.inc"/>
759         <EditorIndex Value="-1"/>
760         <WindowIndex Value="1"/>
761         <TopLine Value="22"/>
762         <CursorPos X="20" Y="39"/>
763         <UsageCount Value="5"/>
764       </Unit98>
765       <Unit99>
766         <Filename Value="../../../../fpc/2.6.4/source/rtl/win/sysutils.pp"/>
767         <EditorIndex Value="-1"/>
768         <WindowIndex Value="1"/>
769         <TopLine Value="1089"/>
770         <CursorPos X="25" Y="1092"/>
771         <UsageCount Value="5"/>
772       </Unit99>
773       <Unit100>
774         <Filename Value="../../../../fpc/2.6.4/source/rtl/win/windirs.pp"/>
775         <EditorIndex Value="-1"/>
776         <WindowIndex Value="1"/>
777         <TopLine Value="34"/>
778         <CursorPos X="22" Y="38"/>
779         <UsageCount Value="5"/>
780       </Unit100>
781       <Unit101>
782         <Filename Value="../../design/IBDSDialogs.pas"/>
783         <ComponentName Value="IBXDSLoginDlg"/>
784         <HasResources Value="True"/>
785         <ResourceBaseClass Value="Form"/>
786         <EditorIndex Value="-1"/>
787         <WindowIndex Value="1"/>
788         <TopLine Value="76"/>
789         <CursorPos X="38" Y="104"/>
790         <UsageCount Value="6"/>
791       </Unit101>
792       <Unit102>
793         <Filename Value="../../../../components/ideintf/lazideintf.pas"/>
794         <UnitName Value="LazIDEIntf"/>
795         <EditorIndex Value="-1"/>
796         <WindowIndex Value="1"/>
797         <TopLine Value="334"/>
798         <CursorPos X="34" Y="346"/>
799         <UsageCount Value="5"/>
800       </Unit102>
801       <Unit103>
802         <Filename Value="../../../../components/ideintf/projectintf.pas"/>
803         <UnitName Value="ProjectIntf"/>
804         <EditorIndex Value="-1"/>
805         <WindowIndex Value="1"/>
806         <TopLine Value="49"/>
807         <CursorPos X="34" Y="51"/>
808         <UsageCount Value="5"/>
809       </Unit103>
810       <Unit104>
811         <Filename Value="../../../../components/ideintf/projpackintf.pas"/>
812         <UnitName Value="ProjPackIntf"/>
813         <EditorIndex Value="-1"/>
814         <WindowIndex Value="1"/>
815         <TopLine Value="19"/>
816         <CursorPos X="3" Y="33"/>
817         <UsageCount Value="5"/>
818       </Unit104>
819       <Unit105>
820         <Filename Value="../../runtime/IBCodePage.pas"/>
821         <EditorIndex Value="-1"/>
822         <WindowIndex Value="1"/>
823         <TopLine Value="80"/>
824         <CursorPos Y="108"/>
825         <UsageCount Value="9"/>
826       </Unit105>
827       <Unit106>
828         <Filename Value="/usr/share/fpcsrc/rtl/unix/sysutils.pp"/>
829         <EditorIndex Value="-1"/>
830         <WindowIndex Value="1"/>
831         <TopLine Value="273"/>
832         <CursorPos X="38" Y="285"/>
833         <UsageCount Value="5"/>
834       </Unit106>
835       <Unit107>
836         <Filename Value="/usr/share/fpcsrc/rtl/objpas/sysutils/syscodepages.inc"/>
837         <EditorIndex Value="-1"/>
838         <WindowIndex Value="1"/>
839         <TopLine Value="427"/>
840         <CursorPos X="16" Y="453"/>
841         <UsageCount Value="9"/>
842       </Unit107>
843       <Unit108>
844         <Filename Value="/usr/share/fpcsrc/rtl/inc/charset.pp"/>
845         <EditorIndex Value="-1"/>
846         <WindowIndex Value="1"/>
847         <UsageCount Value="6"/>
848       </Unit108>
849       <Unit109>
850         <Filename Value="/usr/share/fpcsrc/rtl/inc/systemh.inc"/>
851         <EditorIndex Value="-1"/>
852         <WindowIndex Value="1"/>
853         <TopLine Value="86"/>
854         <CursorPos X="10" Y="101"/>
855         <UsageCount Value="5"/>
856       </Unit109>
857       <Unit110>
858         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/fields.inc"/>
859         <EditorIndex Value="7"/>
860         <TopLine Value="605"/>
861         <CursorPos X="3" Y="608"/>
862         <UsageCount Value="11"/>
863         <Loaded Value="True"/>
864       </Unit110>
865       <Unit111>
866         <Filename Value="/usr/share/fpcsrc/rtl/objpas/classes/classesh.inc"/>
867         <EditorIndex Value="-1"/>
868         <TopLine Value="856"/>
869         <CursorPos X="15" Y="872"/>
870         <UsageCount Value="10"/>
871       </Unit111>
872       <Unit112>
873         <Filename Value="/usr/share/fpcsrc/rtl/objpas/classes/stringl.inc"/>
874         <EditorIndex Value="-1"/>
875         <WindowIndex Value="1"/>
876         <TopLine Value="423"/>
877         <CursorPos X="3" Y="428"/>
878         <UsageCount Value="6"/>
879       </Unit112>
880       <Unit113>
881         <Filename Value="/usr/share/fpcsrc/packages/rtl-unicode/src/inc/cp895.pas"/>
882         <EditorIndex Value="-1"/>
883         <WindowIndex Value="1"/>
884         <UsageCount Value="6"/>
885       </Unit113>
886       <Unit114>
887         <Filename Value="../../../../../svn/thirdparty/ibx1.5/runtime/IBCustomDataSet.pas"/>
888         <EditorIndex Value="-1"/>
889         <WindowIndex Value="1"/>
890         <TopLine Value="3636"/>
891         <CursorPos Y="3657"/>
892         <UsageCount Value="6"/>
893       </Unit114>
894       <Unit115>
895         <Filename Value="../../../fbintf/IB.pas"/>
896         <EditorIndex Value="-1"/>
897         <TopLine Value="389"/>
898         <CursorPos X="101" Y="398"/>
899         <UsageCount Value="25"/>
900       </Unit115>
901       <Unit116>
902         <Filename Value="../../../fbintf/client/FBClientAPI.pas"/>
903         <EditorIndex Value="-1"/>
904         <TopLine Value="114"/>
905         <CursorPos X="15" Y="119"/>
906         <UsageCount Value="15"/>
907       </Unit116>
908       <Unit117>
909         <Filename Value="../../../fbintf/client/include/uloadlibrary.inc"/>
910         <EditorIndex Value="-1"/>
911         <TopLine Value="26"/>
912         <CursorPos Y="29"/>
913         <UsageCount Value="13"/>
914       </Unit117>
915       <Unit118>
916         <Filename Value="../../../fbintf/client/include/wloadlibrary.inc"/>
917         <EditorIndex Value="-1"/>
918         <TopLine Value="22"/>
919         <CursorPos X="74" Y="42"/>
920         <UsageCount Value="13"/>
921       </Unit118>
922       <Unit119>
923         <Filename Value="../../../../fpc/3.0.0/source/packages/fcl-base/src/custapp.pp"/>
924         <UnitName Value="CustApp"/>
925         <EditorIndex Value="-1"/>
926         <WindowIndex Value="1"/>
927         <TopLine Value="260"/>
928         <CursorPos X="52" Y="263"/>
929         <UsageCount Value="6"/>
930       </Unit119>
931       <Unit120>
932         <Filename Value="../../../../fpc/3.0.0/source/rtl/objpas/sysutils/sysutilh.inc"/>
933         <EditorIndex Value="-1"/>
934         <WindowIndex Value="1"/>
935         <TopLine Value="215"/>
936         <CursorPos X="14" Y="227"/>
937         <UsageCount Value="6"/>
938       </Unit120>
939       <Unit121>
940         <Filename Value="../../../../fpc/3.0.0/source/rtl/objpas/sysutils/sysutils.inc"/>
941         <EditorIndex Value="-1"/>
942         <WindowIndex Value="1"/>
943         <TopLine Value="559"/>
944         <CursorPos X="3" Y="567"/>
945         <UsageCount Value="6"/>
946       </Unit121>
947       <Unit122>
948         <Filename Value="../../../cvs.old.versions/ibx/changelog"/>
949         <EditorIndex Value="-1"/>
950         <WindowIndex Value="1"/>
951         <CursorPos X="2" Y="9"/>
952         <UsageCount Value="6"/>
953         <DefaultSyntaxHighlighter Value="None"/>
954       </Unit122>
955       <Unit123>
956         <Filename Value="../../../fbintf/client/FBSQLData.pas"/>
957         <EditorIndex Value="2"/>
958         <TopLine Value="236"/>
959         <CursorPos X="27" Y="254"/>
960         <UsageCount Value="27"/>
961         <Loaded Value="True"/>
962       </Unit123>
963       <Unit124>
964         <Filename Value="../../../fbintf/client/2.5/FB25Statement.pas"/>
965         <EditorIndex Value="3"/>
966         <TopLine Value="368"/>
967         <CursorPos X="3" Y="370"/>
968         <ExtraEditorCount Value="1"/>
969         <ExtraEditor1>
970           <EditorIndex Value="-1"/>
971           <TopLine Value="1074"/>
972           <CursorPos Y="1094"/>
973         </ExtraEditor1>
974         <UsageCount Value="27"/>
975         <Loaded Value="True"/>
976       </Unit124>
977       <Unit125>
978         <Filename Value="../../../fbintf/client/3.0/FB30Statement.pas"/>
979         <EditorIndex Value="-1"/>
980         <WindowIndex Value="-1"/>
981         <TopLine Value="869"/>
982         <CursorPos X="3" Y="871"/>
983         <ExtraEditorCount Value="1"/>
984         <ExtraEditor1>
985           <EditorIndex Value="-1"/>
986           <TopLine Value="792"/>
987           <CursorPos X="6" Y="810"/>
988         </ExtraEditor1>
989         <UsageCount Value="15"/>
990       </Unit125>
991       <Unit126>
992         <Filename Value="../../../fbintf/client/FBMessages.pas"/>
993         <EditorIndex Value="-1"/>
994         <TopLine Value="70"/>
995         <CursorPos X="48" Y="76"/>
996         <UsageCount Value="10"/>
997       </Unit126>
998       <Unit127>
999         <Filename Value="/usr/share/fpcsrc/rtl/unix/bunxovlh.inc"/>
1000         <EditorIndex Value="-1"/>
1001         <WindowIndex Value="1"/>
1002         <TopLine Value="54"/>
1003         <CursorPos X="18" Y="68"/>
1004         <UsageCount Value="6"/>
1005       </Unit127>
1006       <Unit128>
1007         <Filename Value="../../../fbintf/IBUtils.pas"/>
1008         <EditorIndex Value="-1"/>
1009         <UsageCount Value="6"/>
1010       </Unit128>
1011       <Unit129>
1012         <Filename Value="../../../fbintf/IBExternals.pas"/>
1013         <EditorIndex Value="-1"/>
1014         <TopLine Value="40"/>
1015         <UsageCount Value="6"/>
1016       </Unit129>
1017       <Unit130>
1018         <Filename Value="/usr/share/fpcsrc/rtl/inc/dynlibs.pas"/>
1019         <EditorIndex Value="-1"/>
1020         <TopLine Value="31"/>
1021         <CursorPos X="23" Y="52"/>
1022         <UsageCount Value="8"/>
1023       </Unit130>
1024       <Unit131>
1025         <Filename Value="../../../fbintf/client/2.5/FB25ClientAPI.pas"/>
1026         <EditorIndex Value="-1"/>
1027         <TopLine Value="183"/>
1028         <CursorPos Y="200"/>
1029         <UsageCount Value="9"/>
1030       </Unit131>
1031       <Unit132>
1032         <Filename Value="../../../fbintf/client/3.0/FB30ClientAPI.pas"/>
1033         <EditorIndex Value="-1"/>
1034         <TopLine Value="77"/>
1035         <CursorPos X="50" Y="106"/>
1036         <UsageCount Value="10"/>
1037       </Unit132>
1038       <Unit133>
1039         <Filename Value="../../../fbintf/IBErrorCodes.pas"/>
1040         <EditorIndex Value="-1"/>
1041         <TopLine Value="349"/>
1042         <CursorPos X="17" Y="371"/>
1043         <UsageCount Value="7"/>
1044       </Unit133>
1045       <Unit134>
1046         <Filename Value="../../../cvs.old.versions/ibx/runtime/IBCustomDataSet.pas"/>
1047         <EditorIndex Value="-1"/>
1048         <TopLine Value="1843"/>
1049         <CursorPos Y="1864"/>
1050         <UsageCount Value="8"/>
1051       </Unit134>
1052       <Unit135>
1053         <Filename Value="../../../fbintf/client/FBActivityMonitor.pas"/>
1054         <EditorIndex Value="-1"/>
1055         <TopLine Value="300"/>
1056         <CursorPos X="6" Y="319"/>
1057         <UsageCount Value="11"/>
1058       </Unit135>
1059       <Unit136>
1060         <Filename Value="../../../fbintf/client/FBStatement.pas"/>
1061         <EditorIndex Value="-1"/>
1062         <TopLine Value="64"/>
1063         <CursorPos X="17" Y="78"/>
1064         <UsageCount Value="16"/>
1065       </Unit136>
1066       <Unit137>
1067         <Filename Value="../../../fbintf/client/FBOutputBlock.pas"/>
1068         <EditorIndex Value="-1"/>
1069         <TopLine Value="120"/>
1070         <CursorPos Y="135"/>
1071         <UsageCount Value="9"/>
1072       </Unit137>
1073       <Unit138>
1074         <Filename Value="../../../cvs.old.versions/ibx/runtime/IBSQL.pas"/>
1075         <EditorIndex Value="-1"/>
1076         <TopLine Value="786"/>
1077         <CursorPos X="3" Y="788"/>
1078         <UsageCount Value="10"/>
1079       </Unit138>
1080       <Unit139>
1081         <Filename Value="/usr/share/fpcsrc/rtl/objpas/sysutils/datih.inc"/>
1082         <EditorIndex Value="-1"/>
1083         <TopLine Value="99"/>
1084         <CursorPos X="10" Y="114"/>
1085         <UsageCount Value="14"/>
1086       </Unit139>
1087       <Unit140>
1088         <Filename Value="/usr/share/fpcsrc/rtl/objpas/sysutils/dati.inc"/>
1089         <EditorIndex Value="-1"/>
1090         <TopLine Value="86"/>
1091         <CursorPos X="3" Y="88"/>
1092         <UsageCount Value="14"/>
1093       </Unit140>
1094       <Unit141>
1095         <Filename Value="../../runtime/IBTable.pas"/>
1096         <EditorIndex Value="-1"/>
1097         <TopLine Value="16"/>
1098         <CursorPos Y="34"/>
1099         <UsageCount Value="12"/>
1100       </Unit141>
1101       <Unit142>
1102         <Filename Value="../../../fbintf/client/FBTransaction.pas"/>
1103         <EditorIndex Value="-1"/>
1104         <TopLine Value="72"/>
1105         <CursorPos X="15" Y="93"/>
1106         <UsageCount Value="11"/>
1107       </Unit142>
1108       <Unit143>
1109         <Filename Value="../../../fbintf/client/FBAttachment.pas"/>
1110         <EditorIndex Value="-1"/>
1111         <TopLine Value="94"/>
1112         <CursorPos X="44" Y="96"/>
1113         <UsageCount Value="11"/>
1114       </Unit143>
1115       <Unit144>
1116         <Filename Value="../../../fbintf/client/2.5/FB25Attachment.pas"/>
1117         <EditorIndex Value="-1"/>
1118         <TopLine Value="42"/>
1119         <CursorPos X="15" Y="57"/>
1120         <UsageCount Value="11"/>
1121       </Unit144>
1122       <Unit145>
1123         <Filename Value="../../runtime/IBUpdateSQL.pas"/>
1124         <EditorIndex Value="-1"/>
1125         <TopLine Value="52"/>
1126         <CursorPos X="23" Y="70"/>
1127         <UsageCount Value="12"/>
1128       </Unit145>
1129       <Unit146>
1130         <Filename Value="../../ibcontrols/DBControlGrid.pas"/>
1131         <EditorIndex Value="-1"/>
1132         <TopLine Value="88"/>
1133         <CursorPos X="15" Y="102"/>
1134         <UsageCount Value="9"/>
1135       </Unit146>
1136       <Unit147>
1137         <Filename Value="../../../fbintf/client/FBServices.pas"/>
1138         <EditorIndex Value="-1"/>
1139         <TopLine Value="81"/>
1140         <CursorPos X="20" Y="89"/>
1141         <UsageCount Value="9"/>
1142       </Unit147>
1143       <Unit148>
1144         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/database.inc"/>
1145         <EditorIndex Value="-1"/>
1146         <TopLine Value="609"/>
1147         <CursorPos X="3" Y="632"/>
1148         <UsageCount Value="18"/>
1149       </Unit148>
1150       <Unit149>
1151         <Filename Value="../../../../../../projects/RequirementsManager/src/MainFormUnit.pas"/>
1152         <HasResources Value="True"/>
1153         <EditorIndex Value="-1"/>
1154         <UsageCount Value="10"/>
1155       </Unit149>
1156       <Unit150>
1157         <Filename Value="../../runtime/IBEvents.pas"/>
1158         <EditorIndex Value="-1"/>
1159         <TopLine Value="71"/>
1160         <CursorPos Y="97"/>
1161         <UsageCount Value="16"/>
1162       </Unit150>
1163       <Unit151>
1164         <Filename Value="../../runtime/ibxscript.pas"/>
1165         <EditorIndex Value="-1"/>
1166         <TopLine Value="1743"/>
1167         <CursorPos X="3" Y="1745"/>
1168         <UsageCount Value="12"/>
1169       </Unit151>
1170       <Unit152>
1171         <Filename Value="../../runtime/IBDataOutput.pas"/>
1172         <EditorIndex Value="9"/>
1173         <TopLine Value="356"/>
1174         <CursorPos X="55" Y="372"/>
1175         <UsageCount Value="13"/>
1176         <Loaded Value="True"/>
1177       </Unit152>
1178       <Unit153>
1179         <Filename Value="/usr/share/fpcsrc/rtl/objpas/classes/streams.inc"/>
1180         <EditorIndex Value="-1"/>
1181         <TopLine Value="185"/>
1182         <CursorPos X="5" Y="191"/>
1183         <UsageCount Value="10"/>
1184       </Unit153>
1185       <Unit154>
1186         <Filename Value="../../../indy/lazarus/IdAboutVCL.pas"/>
1187         <EditorIndex Value="-1"/>
1188         <TopLine Value="60"/>
1189         <CursorPos X="3" Y="76"/>
1190         <UsageCount Value="12"/>
1191         <DefaultSyntaxHighlighter Value="Delphi"/>
1192       </Unit154>
1193       <Unit155>
1194         <Filename Value="../../../wst/ide/lazarus/wst_indy.pas"/>
1195         <EditorIndex Value="-1"/>
1196         <CursorPos X="3" Y="12"/>
1197         <UsageCount Value="11"/>
1198       </Unit155>
1199       <Unit156>
1200         <Filename Value="../../../wst/indy_http_protocol.pas"/>
1201         <EditorIndex Value="-1"/>
1202         <UsageCount Value="10"/>
1203       </Unit156>
1204     </Units>
1205     <JumpHistory Count="30" HistoryIndex="29">
1206       <Position1>
1207         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1208         <Caret Line="3823" Column="18" TopLine="3806"/>
1209       </Position1>
1210       <Position2>
1211         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1212         <Caret Line="3826" Column="49" TopLine="3806"/>
1213       </Position2>
1214       <Position3>
1215         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1216         <Caret Line="3887" Column="79" TopLine="3857"/>
1217       </Position3>
1218       <Position4>
1219         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1220         <Caret Line="3888" Column="28" TopLine="3858"/>
1221       </Position4>
1222       <Position5>
1223         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1224         <Caret Line="3826" Column="19" TopLine="3809"/>
1225       </Position5>
1226       <Position6>
1227         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1228         <Caret Line="3839" Column="24" TopLine="3809"/>
1229       </Position6>
1230       <Position7>
1231         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1232         <Caret Line="3850" Column="24" TopLine="3820"/>
1233       </Position7>
1234       <Position8>
1235         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1236         <Caret Line="3862" Column="24" TopLine="3832"/>
1237       </Position8>
1238       <Position9>
1239         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1240         <Caret Line="3874" Column="24" TopLine="3844"/>
1241       </Position9>
1242       <Position10>
1243         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1244         <Caret Line="3884" Column="22" TopLine="3854"/>
1245       </Position10>
1246       <Position11>
1247         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1248         <Caret Line="3898" Column="22" TopLine="3868"/>
1249       </Position11>
1250       <Position12>
1251         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1252         <Caret Line="3826" Column="33" TopLine="3801"/>
1253       </Position12>
1254       <Position13>
1255         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1256         <Caret Line="185" Column="18" TopLine="160"/>
1257       </Position13>
1258       <Position14>
1259         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1260         <Caret Line="1143" Column="13" TopLine="1135"/>
1261       </Position14>
1262       <Position15>
1263         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1264         <Caret Line="186" Column="18" TopLine="166"/>
1265       </Position15>
1266       <Position16>
1267         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1268         <Caret Line="1152" Column="33" TopLine="1139"/>
1269       </Position16>
1270       <Position17>
1271         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1272         <Caret Line="187" Column="14" TopLine="168"/>
1273       </Position17>
1274       <Position18>
1275         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1276         <Caret Line="1154" Column="3" TopLine="1154"/>
1277       </Position18>
1278       <Position19>
1279         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1280         <Caret Line="237" Column="16" TopLine="218"/>
1281       </Position19>
1282       <Position20>
1283         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1284         <Caret Line="1092" Column="3" TopLine="1089"/>
1285       </Position20>
1286       <Position21>
1287         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1288         <Caret Line="233" Column="16" TopLine="218"/>
1289       </Position21>
1290       <Position22>
1291         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1292         <Caret Line="1048" Column="3" TopLine="1045"/>
1293       </Position22>
1294       <Position23>
1295         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1296         <Caret Line="233" Column="16" TopLine="214"/>
1297       </Position23>
1298       <Position24>
1299         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1300         <Caret Line="786" Column="3" TopLine="767"/>
1301       </Position24>
1302       <Position25>
1303         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1304         <Caret Line="465" Column="15" TopLine="447"/>
1305       </Position25>
1306       <Position26>
1307         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1308         <Caret Line="3919" Column="21" TopLine="3897"/>
1309       </Position26>
1310       <Position27>
1311         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1312         <Caret Line="3934" Column="39" TopLine="3925"/>
1313       </Position27>
1314       <Position28>
1315         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1316         <Caret Line="186" Column="15" TopLine="168"/>
1317       </Position28>
1318       <Position29>
1319         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1320         <Caret Line="1150" TopLine="1138"/>
1321       </Position29>
1322       <Position30>
1323         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1324         <Caret Line="3886" Column="36" TopLine="3868"/>
1325       </Position30>
1326     </JumpHistory>
1327   </ProjectOptions>
1328   <CompilerOptions>
1329     <Version Value="11"/>
1330     <Target>
1331       <Filename Value="project1"/>
1332     </Target>
1333     <SearchPaths>
1334       <IncludeFiles Value="$(ProjOutDir)"/>
1335       <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
1336     </SearchPaths>
1337     <Linking>
1338       <Options>
1339         <Win32>
1340           <GraphicApplication Value="True"/>
1341         </Win32>
1342       </Options>
1343     </Linking>
1344     <Other>
1345       <CustomOptions Value="-dUseCThreads"/>
1346     </Other>
1347   </CompilerOptions>
1348   <Debugging>
1349     <Exceptions Count="3">
1350       <Item1>
1351         <Name Value="EAbort"/>
1352       </Item1>
1353       <Item2>
1354         <Name Value="ECodetoolError"/>
1355       </Item2>
1356       <Item3>
1357         <Name Value="EFOpenError"/>
1358       </Item3>
1359     </Exceptions>
1360   </Debugging>
1361   /CONFIG>
1362 + <?xml version="1.0" encoding="UTF-8"?>
1363 + <CONFIG>
1364 +  <ProjectOptions>
1365 +    <Version Value="10"/>
1366 +    <General>
1367 +      <MainUnit Value="0"/>
1368 +      <ResourceType Value="res"/>
1369 +      <UseXPManifest Value="True"/>
1370 +      <Icon Value="0"/>
1371 +    </General>
1372 +    <i18n>
1373 +      <EnableI18N LFM="False"/>
1374 +    </i18n>
1375 +    <BuildModes Count="1" Active="Default">
1376 +      <Item1 Name="Default" Default="True"/>
1377 +    </BuildModes>
1378 +    <PublishOptions>
1379 +      <Version Value="2"/>
1380 +      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
1381 +      <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
1382 +    </PublishOptions>
1383 +    <RunParams>
1384 +      <local>
1385 +        <FormatVersion Value="1"/>
1386 +      </local>
1387 +    </RunParams>
1388 +    <RequiredPackages Count="4">
1389 +      <Item1>
1390 +        <PackageName Value="ibcontrols"/>
1391 +      </Item1>
1392 +      <Item2>
1393 +        <PackageName Value="FCL"/>
1394 +        <MinVersion Major="1" Valid="True"/>
1395 +      </Item2>
1396 +      <Item3>
1397 +        <PackageName Value="ibexpress"/>
1398 +        <MinVersion Minor="9" Valid="True"/>
1399 +      </Item3>
1400 +      <Item4>
1401 +        <PackageName Value="LCL"/>
1402 +      </Item4>
1403 +    </RequiredPackages>
1404 +    <Units Count="2">
1405 +      <Unit0>
1406 +        <Filename Value="project1.lpr"/>
1407 +        <IsPartOfProject Value="True"/>
1408 +        <EditorIndex Value="-1"/>
1409 +        <CursorPos X="33" Y="10"/>
1410 +        <UsageCount Value="183"/>
1411 +      </Unit0>
1412 +      <Unit1>
1413 +        <Filename Value="unit1.pas"/>
1414 +        <IsPartOfProject Value="True"/>
1415 +        <ComponentName Value="Form1"/>
1416 +        <HasResources Value="True"/>
1417 +        <ResourceBaseClass Value="Form"/>
1418 +        <UnitName Value="Unit1"/>
1419 +        <IsVisibleTab Value="True"/>
1420 +        <CursorPos X="16" Y="4"/>
1421 +        <UsageCount Value="183"/>
1422 +        <Loaded Value="True"/>
1423 +        <LoadedDesigner Value="True"/>
1424 +      </Unit1>
1425 +    </Units>
1426 +    <JumpHistory HistoryIndex="-1"/>
1427 +  </ProjectOptions>
1428 +  <CompilerOptions>
1429 +    <Version Value="11"/>
1430 +    <Target>
1431 +      <Filename Value="project1"/>
1432 +    </Target>
1433 +    <SearchPaths>
1434 +      <IncludeFiles Value="$(ProjOutDir)"/>
1435 +      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
1436 +    </SearchPaths>
1437 +    <Linking>
1438 +      <Options>
1439 +        <Win32>
1440 +          <GraphicApplication Value="True"/>
1441 +        </Win32>
1442 +      </Options>
1443 +    </Linking>
1444 +    <Other>
1445 +      <CustomOptions Value="-dUseCThreads"/>
1446 +    </Other>
1447 +  </CompilerOptions>
1448 +  <Debugging>
1449 +    <Exceptions Count="3">
1450 +      <Item1>
1451 +        <Name Value="EAbort"/>
1452 +      </Item1>
1453 +      <Item2>
1454 +        <Name Value="ECodetoolError"/>
1455 +      </Item2>
1456 +      <Item3>
1457 +        <Name Value="EFOpenError"/>
1458 +      </Item3>
1459 +    </Exceptions>
1460 +  </Debugging>
1461 + </CONFIG>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines