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 42 by tony, Tue May 17 08:14:52 2016 UTC vs.
Revision 43 by tony, Thu Sep 22 17:10:15 2016 UTC

# Line 1 | Line 1
1 <?xml version="1.0" encoding="UTF-8"?>
1   CONFIG>
2   <ProjectOptions>
3     <Version Value="9"/>
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     <VersionInfo>
14       <StringTable ProductVersion=""/>
15     </VersionInfo>
16     <BuildModes Count="1" Active="Default">
17       <Item1 Name="Default" Default="True"/>
18     </BuildModes>
19     <PublishOptions>
20       <Version Value="2"/>
21       <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
22       <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
23     </PublishOptions>
24     <RunParams>
25       <local>
26         <FormatVersion Value="1"/>
27       </local>
28     </RunParams>
29     <RequiredPackages Count="4">
30       <Item1>
31         <PackageName Value="ibcontrols"/>
32       </Item1>
33       <Item2>
34         <PackageName Value="FCL"/>
35         <MinVersion Major="1" Valid="True"/>
36       </Item2>
37       <Item3>
38         <PackageName Value="ibexpress"/>
39         <MinVersion Minor="9" Valid="True"/>
40       </Item3>
41       <Item4>
42         <PackageName Value="LCL"/>
43       </Item4>
44     </RequiredPackages>
45     <Units Count="114">
46       <Unit0>
47         <Filename Value="project1.lpr"/>
48         <IsPartOfProject Value="True"/>
49         <EditorIndex Value="-1"/>
50         <WindowIndex Value="1"/>
51         <CursorPos X="33" Y="10"/>
52         <UsageCount Value="121"/>
53       </Unit0>
54       <Unit1>
55         <Filename Value="unit1.pas"/>
56         <IsPartOfProject Value="True"/>
57         <ComponentName Value="Form1"/>
58         <HasResources Value="True"/>
59         <ResourceBaseClass Value="Form"/>
60         <UnitName Value="Unit1"/>
61         <IsVisibleTab Value="True"/>
62         <WindowIndex Value="1"/>
63         <CursorPos X="59" Y="16"/>
64         <UsageCount Value="121"/>
65         <Loaded Value="True"/>
66         <LoadedDesigner Value="True"/>
67       </Unit1>
68       <Unit2>
69         <Filename Value="../../runtime/IBSQLMonitor.pas"/>
70         <TopLine Value="30"/>
71         <CursorPos X="14" Y="47"/>
72         <UsageCount Value="5"/>
73       </Unit2>
74       <Unit3>
75         <Filename Value="unit2.pas"/>
76         <IsPartOfProject Value="True"/>
77         <ComponentName Value="SelectDeptDlg"/>
78         <HasResources Value="True"/>
79         <ResourceBaseClass Value="Form"/>
80         <TopLine Value="9"/>
81         <CursorPos X="54" Y="26"/>
82         <UsageCount Value="110"/>
83       </Unit3>
84       <Unit4>
85         <Filename Value="unit3.pas"/>
86         <ComponentName Value="AddEmployeeDlg"/>
87         <HasResources Value="True"/>
88         <ResourceBaseClass Value="Form"/>
89         <TopLine Value="28"/>
90         <CursorPos Y="48"/>
91         <UsageCount Value="87"/>
92       </Unit4>
93       <Unit5>
94         <Filename Value="../../runtime/IB.pas"/>
95         <EditorIndex Value="-1"/>
96         <WindowIndex Value="1"/>
97         <TopLine Value="40"/>
98         <CursorPos X="51" Y="50"/>
99         <UsageCount Value="32"/>
100       </Unit5>
101       <Unit6>
102         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
103         <EditorIndex Value="-1"/>
104         <WindowIndex Value="1"/>
105         <TopLine Value="3667"/>
106         <CursorPos X="3" Y="3635"/>
107         <UsageCount Value="33"/>
108       </Unit6>
109       <Unit7>
110         <Filename Value="../../runtime/IBDatabase.pas"/>
111         <EditorIndex Value="-1"/>
112         <WindowIndex Value="1"/>
113         <TopLine Value="637"/>
114         <CursorPos X="29" Y="646"/>
115         <UsageCount Value="18"/>
116       </Unit7>
117       <Unit8>
118         <Filename Value="../../runtime/IBQuery.pas"/>
119         <TopLine Value="96"/>
120         <CursorPos Y="109"/>
121         <UsageCount Value="62"/>
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="9"/>
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="9"/>
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="4"/>
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="9"/>
148       </Unit12>
149       <Unit13>
150         <Filename Value="../../runtime/IBSQL.pas"/>
151         <EditorIndex Value="-1"/>
152         <WindowIndex Value="1"/>
153         <TopLine Value="2289"/>
154         <CursorPos Y="2296"/>
155         <UsageCount Value="9"/>
156       </Unit13>
157       <Unit14>
158         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/systemh.inc"/>
159         <TopLine Value="75"/>
160         <CursorPos X="19" Y="95"/>
161         <UsageCount Value="5"/>
162       </Unit14>
163       <Unit15>
164         <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/db.pas"/>
165         <TopLine Value="1579"/>
166         <CursorPos X="46" Y="1597"/>
167         <UsageCount Value="8"/>
168       </Unit15>
169       <Unit16>
170         <Filename Value="../../runtime/IBBlob.pas"/>
171         <UsageCount Value="5"/>
172       </Unit16>
173       <Unit17>
174         <Filename Value="../../runtime/sv5ipc.inc"/>
175         <TopLine Value="312"/>
176         <CursorPos X="6" Y="329"/>
177         <UsageCount Value="5"/>
178       </Unit17>
179       <Unit18>
180         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/unix/ipc.pp"/>
181         <UsageCount Value="5"/>
182       </Unit18>
183       <Unit19>
184         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/linux/ipcsys.inc"/>
185         <TopLine Value="17"/>
186         <CursorPos X="10" Y="34"/>
187         <UsageCount Value="5"/>
188       </Unit19>
189       <Unit20>
190         <Filename Value="../../runtime/IBServices.pas"/>
191         <EditorIndex Value="-1"/>
192         <WindowIndex Value="1"/>
193         <TopLine Value="274"/>
194         <CursorPos X="49" Y="575"/>
195         <UsageCount Value="9"/>
196       </Unit20>
197       <Unit21>
198         <Filename Value="../../runtime/IBExtract.pas"/>
199         <TopLine Value="49"/>
200         <CursorPos X="59" Y="49"/>
201         <UsageCount Value="7"/>
202       </Unit21>
203       <Unit22>
204         <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/dataset.inc"/>
205         <TopLine Value="938"/>
206         <CursorPos X="3" Y="941"/>
207         <UsageCount Value="7"/>
208       </Unit22>
209       <Unit23>
210         <Filename Value="../../../../projects/cdream/dbclients/src/frames/SendEmailFrameUnit.lfm"/>
211         <TopLine Value="414"/>
212         <CursorPos Y="6"/>
213         <UsageCount Value="5"/>
214         <DefaultSyntaxHighlighter Value="LFM"/>
215       </Unit23>
216       <Unit24>
217         <Filename Value="../../../../projects/cdream/dbclients/src/framework/BaseFrameUnit.pas"/>
218         <TopLine Value="205"/>
219         <CursorPos Y="214"/>
220         <UsageCount Value="7"/>
221       </Unit24>
222       <Unit25>
223         <Filename Value="../../../../projects/cdream/dbclients/src/framework/ToyShopDBUnit.pas"/>
224         <TopLine Value="142"/>
225         <CursorPos Y="156"/>
226         <UsageCount Value="5"/>
227       </Unit25>
228       <Unit26>
229         <Filename Value="../../../../projects/cdream/dbclients/debian/changelog"/>
230         <CursorPos X="60" Y="7"/>
231         <UsageCount Value="5"/>
232         <DefaultSyntaxHighlighter Value="None"/>
233       </Unit26>
234       <Unit27>
235         <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/database.inc"/>
236         <TopLine Value="474"/>
237         <CursorPos X="3" Y="476"/>
238         <UsageCount Value="6"/>
239       </Unit27>
240       <Unit28>
241         <Filename Value="../../runtime/IBStoredProc.pas"/>
242         <TopLine Value="206"/>
243         <CursorPos X="6" Y="215"/>
244         <UsageCount Value="6"/>
245       </Unit28>
246       <Unit29>
247         <Filename Value="/usr/local/share/lazarus/lcl/include/control.inc"/>
248         <TopLine Value="3172"/>
249         <CursorPos Y="3189"/>
250         <UsageCount Value="6"/>
251       </Unit29>
252       <Unit30>
253         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/variants.pp"/>
254         <TopLine Value="142"/>
255         <CursorPos X="53" Y="69"/>
256         <UsageCount Value="6"/>
257       </Unit30>
258       <Unit31>
259         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/varianth.inc"/>
260         <TopLine Value="16"/>
261         <CursorPos X="13" Y="44"/>
262         <UsageCount Value="6"/>
263       </Unit31>
264       <Unit32>
265         <Filename Value="unit1.lfm"/>
266         <TopLine Value="172"/>
267         <CursorPos X="97" Y="141"/>
268         <ExtraEditorCount Value="1"/>
269         <ExtraEditor1>
270           <TopLine Value="299"/>
271           <CursorPos X="28" Y="321"/>
272         </ExtraEditor1>
273         <UsageCount Value="9"/>
274         <DefaultSyntaxHighlighter Value="LFM"/>
275       </Unit32>
276       <Unit33>
277         <Filename Value="../../runtime/IBLookupComboEditBox.pas"/>
278         <TopLine Value="78"/>
279         <CursorPos Y="89"/>
280         <UsageCount Value="13"/>
281       </Unit33>
282       <Unit34>
283         <Filename Value="../../runtime/IBDynamicGrid.pas"/>
284         <TopLine Value="22"/>
285         <CursorPos X="72" Y="33"/>
286         <UsageCount Value="12"/>
287       </Unit34>
288       <Unit35>
289         <Filename Value="../../runtime/IBTreeView.pas"/>
290         <TopLine Value="147"/>
291         <CursorPos X="26" Y="160"/>
292         <UsageCount Value="7"/>
293       </Unit35>
294       <Unit36>
295         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/db.pas"/>
296         <EditorIndex Value="-1"/>
297         <WindowIndex Value="1"/>
298         <TopLine Value="873"/>
299         <CursorPos X="15" Y="890"/>
300         <UsageCount Value="25"/>
301       </Unit36>
302       <Unit37>
303         <Filename Value="../../../../lcl/controls.pp"/>
304         <EditorIndex Value="-1"/>
305         <WindowIndex Value="1"/>
306         <TopLine Value="1176"/>
307         <CursorPos X="15" Y="1186"/>
308         <UsageCount Value="21"/>
309       </Unit37>
310       <Unit38>
311         <Filename Value="../../../../lcl/include/wincontrol.inc"/>
312         <WindowIndex Value="1"/>
313         <TopLine Value="8131"/>
314         <CursorPos Y="8144"/>
315         <UsageCount Value="13"/>
316       </Unit38>
317       <Unit39>
318         <Filename Value="../../../../lcl/dbgrids.pas"/>
319         <EditorIndex Value="-1"/>
320         <WindowIndex Value="1"/>
321         <TopLine Value="3672"/>
322         <CursorPos X="25" Y="3691"/>
323         <UsageCount Value="21"/>
324       </Unit39>
325       <Unit40>
326         <Filename Value="../../../../lcl/grids.pas"/>
327         <EditorIndex Value="-1"/>
328         <WindowIndex Value="1"/>
329         <TopLine Value="6558"/>
330         <CursorPos Y="6571"/>
331         <UsageCount Value="25"/>
332       </Unit40>
333       <Unit41>
334         <Filename Value="../../../../lcl/include/winapih.inc"/>
335         <TopLine Value="238"/>
336         <CursorPos X="10" Y="253"/>
337         <UsageCount Value="13"/>
338       </Unit41>
339       <Unit42>
340         <Filename Value="../../../../lcl/comctrls.pp"/>
341         <TopLine Value="2745"/>
342         <CursorPos X="54" Y="2758"/>
343         <UsageCount Value="10"/>
344       </Unit42>
345       <Unit43>
346         <Filename Value="../../../../lcl/include/treeview.inc"/>
347         <TopLine Value="643"/>
348         <CursorPos Y="645"/>
349         <UsageCount Value="9"/>
350       </Unit43>
351       <Unit44>
352         <Filename Value="../../../../lcl/editbtn.pas"/>
353         <TopLine Value="614"/>
354         <CursorPos X="3" Y="614"/>
355         <UsageCount Value="8"/>
356       </Unit44>
357       <Unit45>
358         <Filename Value="../../runtime/IBSQLParser.pas"/>
359         <TopLine Value="604"/>
360         <CursorPos Y="620"/>
361         <UsageCount Value="9"/>
362       </Unit45>
363       <Unit46>
364         <Filename Value="../../ibcontrols/IBLookupComboEditBox.pas"/>
365         <EditorIndex Value="-1"/>
366         <WindowIndex Value="1"/>
367         <TopLine Value="500"/>
368         <CursorPos X="36" Y="525"/>
369         <UsageCount Value="12"/>
370       </Unit46>
371       <Unit47>
372         <Filename Value="../../ibcontrols/IBTreeView.pas"/>
373         <TopLine Value="142"/>
374         <CursorPos Y="142"/>
375         <UsageCount Value="9"/>
376       </Unit47>
377       <Unit48>
378         <Filename Value="../../ibcontrols/IBDynamicGrid.pas"/>
379         <EditorIndex Value="-1"/>
380         <WindowIndex Value="1"/>
381         <TopLine Value="1029"/>
382         <CursorPos Y="1041"/>
383         <UsageCount Value="27"/>
384       </Unit48>
385       <Unit49>
386         <Filename Value="../../design/ibselectsqleditor.pas"/>
387         <ComponentName Value="IBSelectSQLEditorForm"/>
388         <HasResources Value="True"/>
389         <ResourceBaseClass Value="Form"/>
390         <UsageCount Value="7"/>
391       </Unit49>
392       <Unit50>
393         <Filename Value="../../design/IBEventsEditor.pas"/>
394         <ComponentName Value="IBEventsEditor"/>
395         <HasResources Value="True"/>
396         <ResourceBaseClass Value="Form"/>
397         <UsageCount Value="6"/>
398       </Unit50>
399       <Unit51>
400         <Filename Value="../../design/ibdeletesqleditor.pas"/>
401         <ComponentName Value="IBDeleteSQLEditorForm"/>
402         <HasResources Value="True"/>
403         <ResourceBaseClass Value="Form"/>
404         <CursorPos X="60" Y="26"/>
405         <UsageCount Value="6"/>
406       </Unit51>
407       <Unit52>
408         <Filename Value="../../design/ibinsertsqleditor.pas"/>
409         <ComponentName Value="IBInsertSQLEditorForm"/>
410         <HasResources Value="True"/>
411         <ResourceBaseClass Value="Form"/>
412         <CursorPos X="48" Y="18"/>
413         <UsageCount Value="6"/>
414       </Unit52>
415       <Unit53>
416         <Filename Value="../../design/ibmodifysqleditor.pas"/>
417         <ComponentName Value="IBModifySQLEditorForm"/>
418         <HasResources Value="True"/>
419         <ResourceBaseClass Value="Form"/>
420         <CursorPos X="60" Y="23"/>
421         <UsageCount Value="6"/>
422       </Unit53>
423       <Unit54>
424         <Filename Value="../../design/ibupdatesqleditor.pas"/>
425         <ComponentName Value="IBUpdateSQLEditorForm"/>
426         <HasResources Value="True"/>
427         <ResourceBaseClass Value="Form"/>
428         <CursorPos X="15" Y="10"/>
429         <UsageCount Value="6"/>
430       </Unit54>
431       <Unit55>
432         <Filename Value="../../design/ibsqleditor.pas"/>
433         <ComponentName Value="IBSQLEditorForm"/>
434         <HasResources Value="True"/>
435         <ResourceBaseClass Value="Form"/>
436         <TopLine Value="240"/>
437         <CursorPos X="3" Y="240"/>
438         <UsageCount Value="6"/>
439       </Unit55>
440       <Unit56>
441         <Filename Value="../../design/ibdataseteditor.pas"/>
442         <ComponentName Value="IBDataSetEditorForm"/>
443         <HasResources Value="True"/>
444         <ResourceBaseClass Value="Form"/>
445         <CursorPos X="46" Y="18"/>
446         <UsageCount Value="6"/>
447       </Unit56>
448       <Unit57>
449         <Filename Value="../../design/dbFieldLinkPropEditor.pas"/>
450         <ComponentName Value="FieldLinkEditor"/>
451         <HasResources Value="True"/>
452         <ResourceBaseClass Value="Form"/>
453         <CursorPos X="60" Y="23"/>
454         <UsageCount Value="6"/>
455       </Unit57>
456       <Unit58>
457         <Filename Value="../../design/dbFieldListPropEditor.pas"/>
458         <ComponentName Value="FieldListEditor"/>
459         <HasResources Value="True"/>
460         <ResourceBaseClass Value="Form"/>
461         <TopLine Value="133"/>
462         <CursorPos X="56" Y="137"/>
463         <UsageCount Value="6"/>
464       </Unit58>
465       <Unit59>
466         <Filename Value="../../design/IBDatabaseEdit.pas"/>
467         <ComponentName Value="IBDatabaseEditForm"/>
468         <HasResources Value="True"/>
469         <ResourceBaseClass Value="Form"/>
470         <EditorIndex Value="-1"/>
471         <WindowIndex Value="1"/>
472         <TopLine Value="356"/>
473         <CursorPos X="20" Y="379"/>
474         <UsageCount Value="10"/>
475       </Unit59>
476       <Unit60>
477         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/dataset.inc"/>
478         <EditorIndex Value="-1"/>
479         <WindowIndex Value="1"/>
480         <TopLine Value="1482"/>
481         <CursorPos X="3" Y="1486"/>
482         <UsageCount Value="10"/>
483       </Unit60>
484       <Unit61>
485         <Filename Value="../../../../lcl/themes.pas"/>
486         <TopLine Value="791"/>
487         <CursorPos X="3" Y="791"/>
488         <UsageCount Value="10"/>
489       </Unit61>
490       <Unit62>
491         <Filename Value="../../../../lcl/extctrls.pp"/>
492         <WindowIndex Value="1"/>
493         <TopLine Value="982"/>
494         <CursorPos X="32" Y="992"/>
495         <UsageCount Value="19"/>
496       </Unit62>
497       <Unit63>
498         <Filename Value="../../../../lcl/lcltype.pp"/>
499         <TopLine Value="47"/>
500         <CursorPos X="3" Y="61"/>
501         <UsageCount Value="7"/>
502       </Unit63>
503       <Unit64>
504         <Filename Value="../../../../lcl/forms.pp"/>
505         <TopLine Value="164"/>
506         <CursorPos X="15" Y="179"/>
507         <UsageCount Value="8"/>
508       </Unit64>
509       <Unit65>
510         <Filename Value="../../../../lcl/include/application.inc"/>
511         <EditorIndex Value="-1"/>
512         <WindowIndex Value="1"/>
513         <TopLine Value="1043"/>
514         <CursorPos Y="1055"/>
515         <UsageCount Value="9"/>
516       </Unit65>
517       <Unit66>
518         <Filename Value="/usr/share/fpcsrc/rtl/inc/objpash.inc"/>
519         <TopLine Value="169"/>
520         <CursorPos X="8" Y="183"/>
521         <UsageCount Value="8"/>
522       </Unit66>
523       <Unit67>
524         <Filename Value="../../../../components/lazutils/lazmethodlist.pas"/>
525         <TopLine Value="10"/>
526         <CursorPos X="15" Y="25"/>
527         <UsageCount Value="7"/>
528       </Unit67>
529       <Unit68>
530         <Filename Value="../../../../lcl/include/customform.inc"/>
531         <TopLine Value="1803"/>
532         <CursorPos Y="1817"/>
533         <UsageCount Value="12"/>
534       </Unit68>
535       <Unit69>
536         <Filename Value="../../../../lcl/graphics.pp"/>
537         <TopLine Value="1202"/>
538         <CursorPos X="14" Y="1216"/>
539         <UsageCount Value="14"/>
540       </Unit69>
541       <Unit70>
542         <Filename Value="../../../../lcl/include/winapi.inc"/>
543         <TopLine Value="935"/>
544         <CursorPos X="3" Y="938"/>
545         <UsageCount Value="13"/>
546       </Unit70>
547       <Unit71>
548         <Filename Value="../../../../lcl/include/control.inc"/>
549         <EditorIndex Value="-1"/>
550         <WindowIndex Value="1"/>
551         <TopLine Value="4771"/>
552         <CursorPos Y="4784"/>
553         <UsageCount Value="10"/>
554       </Unit71>
555       <Unit72>
556         <Filename Value="../../../../lcl/stdctrls.pp"/>
557         <TopLine Value="303"/>
558         <CursorPos X="24" Y="318"/>
559         <UsageCount Value="13"/>
560       </Unit72>
561       <Unit73>
562         <Filename Value="../../../../lcl/include/scrollbar.inc"/>
563         <TopLine Value="93"/>
564         <CursorPos X="3" Y="97"/>
565         <UsageCount Value="7"/>
566       </Unit73>
567       <Unit74>
568         <Filename Value="../../../../lcl/include/scrollingwincontrol.inc"/>
569         <TopLine Value="199"/>
570         <CursorPos X="3" Y="201"/>
571         <UsageCount Value="7"/>
572       </Unit74>
573       <Unit75>
574         <Filename Value="/usr/share/fpcsrc/packages/fcl-image/src/fpcanvas.pp"/>
575         <TopLine Value="351"/>
576         <CursorPos X="14" Y="363"/>
577         <UsageCount Value="12"/>
578       </Unit75>
579       <Unit76>
580         <Filename Value="../../../../lcl/interfaces/gtk2/gtk2winapi.inc"/>
581         <TopLine Value="6332"/>
582         <CursorPos Y="6346"/>
583         <UsageCount Value="11"/>
584       </Unit76>
585       <Unit77>
586         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/datasource.inc"/>
587         <EditorIndex Value="-1"/>
588         <WindowIndex Value="1"/>
589         <TopLine Value="199"/>
590         <CursorPos X="22" Y="202"/>
591         <UsageCount Value="10"/>
592       </Unit77>
593       <Unit78>
594         <Filename Value="../ibtreeview/Unit1.pas"/>
595         <TopLine Value="145"/>
596         <CursorPos X="36" Y="174"/>
597         <UsageCount Value="8"/>
598       </Unit78>
599       <Unit79>
600         <Filename Value="../lookupcombobox/Unit1.pas"/>
601         <TopLine Value="207"/>
602         <CursorPos Y="236"/>
603         <UsageCount Value="8"/>
604       </Unit79>
605       <Unit80>
606         <Filename Value="../../runtime/IBDialogs.pas"/>
607         <ComponentName Value="IBXLoginDlg"/>
608         <HasResources Value="True"/>
609         <ResourceBaseClass Value="Form"/>
610         <EditorIndex Value="-1"/>
611         <WindowIndex Value="1"/>
612         <TopLine Value="37"/>
613         <CursorPos X="3" Y="109"/>
614         <UsageCount Value="10"/>
615       </Unit80>
616       <Unit81>
617         <Filename Value="../../design/IBDBReg.pas"/>
618         <TopLine Value="409"/>
619         <CursorPos X="62" Y="429"/>
620         <UsageCount Value="9"/>
621       </Unit81>
622       <Unit82>
623         <Filename Value="../../../../lcl/dbctrls.pp"/>
624         <EditorIndex Value="-1"/>
625         <WindowIndex Value="1"/>
626         <TopLine Value="789"/>
627         <CursorPos X="15" Y="800"/>
628         <UsageCount Value="9"/>
629       </Unit82>
630       <Unit83>
631         <Filename Value="../../../../lcl/include/customdbcombobox.inc"/>
632         <TopLine Value="67"/>
633         <CursorPos Y="74"/>
634         <UsageCount Value="9"/>
635       </Unit83>
636       <Unit84>
637         <Filename Value="../../../../lcl/include/customcombobox.inc"/>
638         <TopLine Value="227"/>
639         <CursorPos Y="237"/>
640         <UsageCount Value="9"/>
641       </Unit84>
642       <Unit85>
643         <Filename Value="../../../../lcl/include/dblookupcombobox.inc"/>
644         <EditorIndex Value="-1"/>
645         <WindowIndex Value="1"/>
646         <TopLine Value="27"/>
647         <CursorPos X="3" Y="31"/>
648         <UsageCount Value="9"/>
649       </Unit85>
650       <Unit86>
651         <Filename Value="../../../../lcl/include/dblookup.inc"/>
652         <EditorIndex Value="-1"/>
653         <WindowIndex Value="1"/>
654         <TopLine Value="281"/>
655         <CursorPos X="3" Y="289"/>
656         <UsageCount Value="9"/>
657       </Unit86>
658       <Unit87>
659         <Filename Value="/usr/share/fpcsrc/2.6.4/packages/fcl-db/src/base/db.pas"/>
660         <EditorIndex Value="-1"/>
661         <WindowIndex Value="1"/>
662         <TopLine Value="1695"/>
663         <CursorPos X="3" Y="1673"/>
664         <UsageCount Value="9"/>
665       </Unit87>
666       <Unit88>
667         <Filename Value="../../../mwaframework/source/BaseFrameUnit.pas"/>
668         <ComponentName Value="BaseFrame"/>
669         <HasResources Value="True"/>
670         <ResourceBaseClass Value="Frame"/>
671         <EditorIndex Value="-1"/>
672         <WindowIndex Value="1"/>
673         <TopLine Value="41"/>
674         <CursorPos X="42" Y="60"/>
675         <UsageCount Value="9"/>
676       </Unit88>
677       <Unit89>
678         <Filename Value="../../../mwaframework/source/BaseFormUnit.pas"/>
679         <EditorIndex Value="-1"/>
680         <WindowIndex Value="1"/>
681         <CursorPos X="64" Y="9"/>
682         <UsageCount Value="9"/>
683       </Unit89>
684       <Unit90>
685         <Filename Value="../../../mwaframework/source/CustomDBUnit.pas"/>
686         <EditorIndex Value="-1"/>
687         <WindowIndex Value="1"/>
688         <TopLine Value="72"/>
689         <CursorPos X="61" Y="91"/>
690         <UsageCount Value="9"/>
691       </Unit90>
692       <Unit91>
693         <Filename Value="../../../mwaframework/source/TopFormUnit.pas"/>
694         <EditorIndex Value="-1"/>
695         <WindowIndex Value="1"/>
696         <CursorPos X="65" Y="13"/>
697         <UsageCount Value="9"/>
698       </Unit91>
699       <Unit92>
700         <Filename Value="../../../mwaframework/source/dlg/DBFormUnit.pas"/>
701         <EditorIndex Value="-1"/>
702         <WindowIndex Value="1"/>
703         <CursorPos X="27" Y="7"/>
704         <UsageCount Value="9"/>
705       </Unit92>
706       <Unit93>
707         <Filename Value="../../../mwaframework/source/listframeunit.pas"/>
708         <ComponentName Value="ListFrame"/>
709         <HasResources Value="True"/>
710         <ResourceBaseClass Value="Frame"/>
711         <EditorIndex Value="-1"/>
712         <WindowIndex Value="1"/>
713         <CursorPos X="49" Y="10"/>
714         <UsageCount Value="9"/>
715       </Unit93>
716       <Unit94>
717         <Filename Value="../../runtime/dblogindlg.pas"/>
718         <EditorIndex Value="-1"/>
719         <WindowIndex Value="1"/>
720         <TopLine Value="40"/>
721         <CursorPos X="13" Y="67"/>
722         <UsageCount Value="9"/>
723       </Unit94>
724       <Unit95>
725         <Filename Value="../../ibexpress.pas"/>
726         <EditorIndex Value="-1"/>
727         <WindowIndex Value="1"/>
728         <CursorPos X="96" Y="6"/>
729         <UsageCount Value="9"/>
730       </Unit95>
731       <Unit96>
732         <Filename Value="../../changelog"/>
733         <EditorIndex Value="-1"/>
734         <WindowIndex Value="1"/>
735         <TopLine Value="32"/>
736         <CursorPos X="51" Y="60"/>
737         <UsageCount Value="10"/>
738         <DefaultSyntaxHighlighter Value="None"/>
739       </Unit96>
740       <Unit97>
741         <Filename Value="../../iblocaldb/IBLocalDBSupport.pas"/>
742         <EditorIndex Value="-1"/>
743         <WindowIndex Value="1"/>
744         <TopLine Value="237"/>
745         <CursorPos X="18" Y="263"/>
746         <UsageCount Value="9"/>
747       </Unit97>
748       <Unit98>
749         <Filename Value="../../../../fpc/2.6.4/source/rtl/objpas/sysutils/osutilsh.inc"/>
750         <EditorIndex Value="-1"/>
751         <WindowIndex Value="1"/>
752         <TopLine Value="22"/>
753         <CursorPos X="20" Y="39"/>
754         <UsageCount Value="9"/>
755       </Unit98>
756       <Unit99>
757         <Filename Value="../../../../fpc/2.6.4/source/rtl/win/sysutils.pp"/>
758         <EditorIndex Value="-1"/>
759         <WindowIndex Value="1"/>
760         <TopLine Value="1089"/>
761         <CursorPos X="25" Y="1092"/>
762         <UsageCount Value="9"/>
763       </Unit99>
764       <Unit100>
765         <Filename Value="../../../../fpc/2.6.4/source/rtl/win/windirs.pp"/>
766         <EditorIndex Value="-1"/>
767         <WindowIndex Value="1"/>
768         <TopLine Value="34"/>
769         <CursorPos X="22" Y="38"/>
770         <UsageCount Value="9"/>
771       </Unit100>
772       <Unit101>
773         <Filename Value="../../design/IBDSDialogs.pas"/>
774         <ComponentName Value="IBXDSLoginDlg"/>
775         <HasResources Value="True"/>
776         <ResourceBaseClass Value="Form"/>
777         <EditorIndex Value="-1"/>
778         <WindowIndex Value="1"/>
779         <TopLine Value="76"/>
780         <CursorPos X="38" Y="104"/>
781         <UsageCount Value="10"/>
782       </Unit101>
783       <Unit102>
784         <Filename Value="../../../../components/ideintf/lazideintf.pas"/>
785         <UnitName Value="LazIDEIntf"/>
786         <EditorIndex Value="-1"/>
787         <WindowIndex Value="1"/>
788         <TopLine Value="334"/>
789         <CursorPos X="34" Y="346"/>
790         <UsageCount Value="9"/>
791       </Unit102>
792       <Unit103>
793         <Filename Value="../../../../components/ideintf/projectintf.pas"/>
794         <UnitName Value="ProjectIntf"/>
795         <EditorIndex Value="-1"/>
796         <WindowIndex Value="1"/>
797         <TopLine Value="49"/>
798         <CursorPos X="34" Y="51"/>
799         <UsageCount Value="9"/>
800       </Unit103>
801       <Unit104>
802         <Filename Value="../../../../components/ideintf/projpackintf.pas"/>
803         <UnitName Value="ProjPackIntf"/>
804         <EditorIndex Value="-1"/>
805         <WindowIndex Value="1"/>
806         <TopLine Value="19"/>
807         <CursorPos X="3" Y="33"/>
808         <UsageCount Value="9"/>
809       </Unit104>
810       <Unit105>
811         <Filename Value="../../runtime/IBCodePage.pas"/>
812         <EditorIndex Value="-1"/>
813         <WindowIndex Value="1"/>
814         <TopLine Value="80"/>
815         <CursorPos Y="108"/>
816         <UsageCount Value="13"/>
817       </Unit105>
818       <Unit106>
819         <Filename Value="/usr/share/fpcsrc/rtl/unix/sysutils.pp"/>
820         <EditorIndex Value="-1"/>
821         <WindowIndex Value="1"/>
822         <TopLine Value="273"/>
823         <CursorPos X="38" Y="285"/>
824         <UsageCount Value="9"/>
825       </Unit106>
826       <Unit107>
827         <Filename Value="/usr/share/fpcsrc/rtl/objpas/sysutils/syscodepages.inc"/>
828         <EditorIndex Value="-1"/>
829         <WindowIndex Value="1"/>
830         <TopLine Value="427"/>
831         <CursorPos X="16" Y="453"/>
832         <UsageCount Value="13"/>
833       </Unit107>
834       <Unit108>
835         <Filename Value="/usr/share/fpcsrc/rtl/inc/charset.pp"/>
836         <EditorIndex Value="-1"/>
837         <WindowIndex Value="1"/>
838         <UsageCount Value="10"/>
839       </Unit108>
840       <Unit109>
841         <Filename Value="/usr/share/fpcsrc/rtl/inc/systemh.inc"/>
842         <EditorIndex Value="-1"/>
843         <WindowIndex Value="1"/>
844         <TopLine Value="86"/>
845         <CursorPos X="10" Y="101"/>
846         <UsageCount Value="9"/>
847       </Unit109>
848       <Unit110>
849         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/fields.inc"/>
850         <EditorIndex Value="-1"/>
851         <WindowIndex Value="1"/>
852         <TopLine Value="2943"/>
853         <CursorPos X="15" Y="2964"/>
854         <UsageCount Value="9"/>
855       </Unit110>
856       <Unit111>
857         <Filename Value="/usr/share/fpcsrc/rtl/objpas/classes/classesh.inc"/>
858         <EditorIndex Value="-1"/>
859         <WindowIndex Value="1"/>
860         <TopLine Value="749"/>
861         <CursorPos X="14" Y="776"/>
862         <UsageCount Value="10"/>
863       </Unit111>
864       <Unit112>
865         <Filename Value="/usr/share/fpcsrc/rtl/objpas/classes/stringl.inc"/>
866         <EditorIndex Value="-1"/>
867         <WindowIndex Value="1"/>
868         <TopLine Value="423"/>
869         <CursorPos X="3" Y="428"/>
870         <UsageCount Value="10"/>
871       </Unit112>
872       <Unit113>
873         <Filename Value="/usr/share/fpcsrc/packages/rtl-unicode/src/inc/cp895.pas"/>
874         <EditorIndex Value="-1"/>
875         <WindowIndex Value="1"/>
876         <UsageCount Value="10"/>
877       </Unit113>
878     </Units>
879     <JumpHistory HistoryIndex="-1"/>
880   </ProjectOptions>
881   <CompilerOptions>
882     <Version Value="11"/>
883     <Target>
884       <Filename Value="project1"/>
885     </Target>
886     <SearchPaths>
887       <IncludeFiles Value="$(ProjOutDir)"/>
888       <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
889     </SearchPaths>
890     <Linking>
891       <Options>
892         <Win32>
893           <GraphicApplication Value="True"/>
894         </Win32>
895       </Options>
896     </Linking>
897     <Other>
898       <CustomOptions Value="-dUseCThreads"/>
899     </Other>
900   </CompilerOptions>
901   <Debugging>
902     <Exceptions Count="3">
903       <Item1>
904         <Name Value="EAbort"/>
905       </Item1>
906       <Item2>
907         <Name Value="ECodetoolError"/>
908       </Item2>
909       <Item3>
910         <Name Value="EFOpenError"/>
911       </Item3>
912     </Exceptions>
913   </Debugging>
914   /CONFIG>
915 + <?xml version="1.0" encoding="UTF-8"?>
916   CONFIG>
917   <ProjectOptions>
918     <Version Value="9"/>
919     <General>
920       <MainUnit Value="0"/>
921       <ResourceType Value="res"/>
922       <UseXPManifest Value="True"/>
923       <Icon Value="0"/>
924       <ActiveWindowIndexAtStart Value="1"/>
925     </General>
926     <i18n>
927       <EnableI18N LFM="False"/>
928     </i18n>
929     <VersionInfo>
930       <StringTable ProductVersion=""/>
931     </VersionInfo>
932     <BuildModes Count="1" Active="Default">
933       <Item1 Name="Default" Default="True"/>
934     </BuildModes>
935     <PublishOptions>
936       <Version Value="2"/>
937       <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
938       <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
939     </PublishOptions>
940     <RunParams>
941       <local>
942         <FormatVersion Value="1"/>
943       </local>
944     </RunParams>
945     <RequiredPackages Count="4">
946       <Item1>
947         <PackageName Value="ibcontrols"/>
948       </Item1>
949       <Item2>
950         <PackageName Value="FCL"/>
951         <MinVersion Major="1" Valid="True"/>
952       </Item2>
953       <Item3>
954         <PackageName Value="ibexpress"/>
955         <MinVersion Minor="9" Valid="True"/>
956       </Item3>
957       <Item4>
958         <PackageName Value="LCL"/>
959       </Item4>
960     </RequiredPackages>
961     <Units Count="117">
962       <Unit0>
963         <Filename Value="project1.lpr"/>
964         <IsPartOfProject Value="True"/>
965         <EditorIndex Value="-1"/>
966         <WindowIndex Value="1"/>
967         <CursorPos X="33" Y="10"/>
968         <UsageCount Value="128"/>
969       </Unit0>
970       <Unit1>
971         <Filename Value="unit1.pas"/>
972         <IsPartOfProject Value="True"/>
973         <ComponentName Value="Form1"/>
974         <HasResources Value="True"/>
975         <ResourceBaseClass Value="Form"/>
976         <UnitName Value="Unit1"/>
977         <IsVisibleTab Value="True"/>
978         <WindowIndex Value="1"/>
979         <CursorPos X="59" Y="16"/>
980         <UsageCount Value="128"/>
981         <Loaded Value="True"/>
982         <LoadedDesigner Value="True"/>
983       </Unit1>
984       <Unit2>
985         <Filename Value="../../runtime/IBSQLMonitor.pas"/>
986         <TopLine Value="30"/>
987         <CursorPos X="14" Y="47"/>
988         <UsageCount Value="5"/>
989       </Unit2>
990       <Unit3>
991         <Filename Value="unit2.pas"/>
992         <IsPartOfProject Value="True"/>
993         <ComponentName Value="SelectDeptDlg"/>
994         <HasResources Value="True"/>
995         <ResourceBaseClass Value="Form"/>
996         <TopLine Value="9"/>
997         <CursorPos X="54" Y="26"/>
998         <UsageCount Value="117"/>
999       </Unit3>
1000       <Unit4>
1001         <Filename Value="unit3.pas"/>
1002         <ComponentName Value="AddEmployeeDlg"/>
1003         <HasResources Value="True"/>
1004         <ResourceBaseClass Value="Form"/>
1005         <TopLine Value="28"/>
1006         <CursorPos Y="48"/>
1007         <UsageCount Value="87"/>
1008       </Unit4>
1009       <Unit5>
1010         <Filename Value="../../runtime/IB.pas"/>
1011         <EditorIndex Value="-1"/>
1012         <WindowIndex Value="1"/>
1013         <TopLine Value="40"/>
1014         <CursorPos X="51" Y="50"/>
1015         <UsageCount Value="32"/>
1016       </Unit5>
1017       <Unit6>
1018         <Filename Value="../../runtime/IBCustomDataSet.pas"/>
1019         <EditorIndex Value="-1"/>
1020         <WindowIndex Value="1"/>
1021         <TopLine Value="3530"/>
1022         <CursorPos Y="3542"/>
1023         <UsageCount Value="36"/>
1024       </Unit6>
1025       <Unit7>
1026         <Filename Value="../../runtime/IBDatabase.pas"/>
1027         <EditorIndex Value="-1"/>
1028         <WindowIndex Value="1"/>
1029         <TopLine Value="1093"/>
1030         <CursorPos Y="1110"/>
1031         <UsageCount Value="20"/>
1032       </Unit7>
1033       <Unit8>
1034         <Filename Value="../../runtime/IBQuery.pas"/>
1035         <EditorIndex Value="-1"/>
1036         <WindowIndex Value="1"/>
1037         <TopLine Value="163"/>
1038         <CursorPos Y="180"/>
1039         <UsageCount Value="64"/>
1040       </Unit8>
1041       <Unit9>
1042         <Filename Value="/usr/local/share/lazarus/lcl/include/dblookup.inc"/>
1043         <TopLine Value="201"/>
1044         <CursorPos X="23" Y="214"/>
1045         <UsageCount Value="9"/>
1046       </Unit9>
1047       <Unit10>
1048         <Filename Value="/usr/local/share/lazarus/lcl/dbctrls.pp"/>
1049         <TopLine Value="1484"/>
1050         <CursorPos Y="1505"/>
1051         <UsageCount Value="9"/>
1052       </Unit10>
1053       <Unit11>
1054         <Filename Value="../../../../projects/external/lazarus.0.9.30/lcl/include/control.inc"/>
1055         <TopLine Value="3168"/>
1056         <CursorPos Y="3189"/>
1057         <UsageCount Value="4"/>
1058       </Unit11>
1059       <Unit12>
1060         <Filename Value="../../runtime/IBIntf.pas"/>
1061         <EditorIndex Value="-1"/>
1062         <WindowIndex Value="1"/>
1063         <TopLine Value="300"/>
1064         <CursorPos X="39" Y="330"/>
1065         <UsageCount Value="9"/>
1066       </Unit12>
1067       <Unit13>
1068         <Filename Value="../../runtime/IBSQL.pas"/>
1069         <IsVisibleTab Value="True"/>
1070         <TopLine Value="820"/>
1071         <CursorPos X="23" Y="822"/>
1072         <ExtraEditorCount Value="1"/>
1073         <ExtraEditor1>
1074           <EditorIndex Value="-1"/>
1075           <WindowIndex Value="1"/>
1076           <TopLine Value="1623"/>
1077           <CursorPos X="3" Y="1626"/>
1078         </ExtraEditor1>
1079         <UsageCount Value="13"/>
1080         <Loaded Value="True"/>
1081       </Unit13>
1082       <Unit14>
1083         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/systemh.inc"/>
1084         <TopLine Value="75"/>
1085         <CursorPos X="19" Y="95"/>
1086         <UsageCount Value="5"/>
1087       </Unit14>
1088       <Unit15>
1089         <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/db.pas"/>
1090         <TopLine Value="1579"/>
1091         <CursorPos X="46" Y="1597"/>
1092         <UsageCount Value="8"/>
1093       </Unit15>
1094       <Unit16>
1095         <Filename Value="../../runtime/IBBlob.pas"/>
1096         <EditorIndex Value="-1"/>
1097         <WindowIndex Value="1"/>
1098         <TopLine Value="159"/>
1099         <CursorPos X="3" Y="164"/>
1100         <UsageCount Value="10"/>
1101       </Unit16>
1102       <Unit17>
1103         <Filename Value="../../runtime/sv5ipc.inc"/>
1104         <TopLine Value="312"/>
1105         <CursorPos X="6" Y="329"/>
1106         <UsageCount Value="5"/>
1107       </Unit17>
1108       <Unit18>
1109         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/unix/ipc.pp"/>
1110         <UsageCount Value="5"/>
1111       </Unit18>
1112       <Unit19>
1113         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/linux/ipcsys.inc"/>
1114         <TopLine Value="17"/>
1115         <CursorPos X="10" Y="34"/>
1116         <UsageCount Value="5"/>
1117       </Unit19>
1118       <Unit20>
1119         <Filename Value="../../runtime/IBServices.pas"/>
1120         <EditorIndex Value="-1"/>
1121         <WindowIndex Value="1"/>
1122         <TopLine Value="274"/>
1123         <CursorPos X="49" Y="575"/>
1124         <UsageCount Value="9"/>
1125       </Unit20>
1126       <Unit21>
1127         <Filename Value="../../runtime/IBExtract.pas"/>
1128         <TopLine Value="49"/>
1129         <CursorPos X="59" Y="49"/>
1130         <UsageCount Value="7"/>
1131       </Unit21>
1132       <Unit22>
1133         <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/dataset.inc"/>
1134         <TopLine Value="938"/>
1135         <CursorPos X="3" Y="941"/>
1136         <UsageCount Value="7"/>
1137       </Unit22>
1138       <Unit23>
1139         <Filename Value="../../../../projects/cdream/dbclients/src/frames/SendEmailFrameUnit.lfm"/>
1140         <TopLine Value="414"/>
1141         <CursorPos Y="6"/>
1142         <UsageCount Value="5"/>
1143         <DefaultSyntaxHighlighter Value="LFM"/>
1144       </Unit23>
1145       <Unit24>
1146         <Filename Value="../../../../projects/cdream/dbclients/src/framework/BaseFrameUnit.pas"/>
1147         <TopLine Value="205"/>
1148         <CursorPos Y="214"/>
1149         <UsageCount Value="7"/>
1150       </Unit24>
1151       <Unit25>
1152         <Filename Value="../../../../projects/cdream/dbclients/src/framework/ToyShopDBUnit.pas"/>
1153         <TopLine Value="142"/>
1154         <CursorPos Y="156"/>
1155         <UsageCount Value="5"/>
1156       </Unit25>
1157       <Unit26>
1158         <Filename Value="../../../../projects/cdream/dbclients/debian/changelog"/>
1159         <CursorPos X="60" Y="7"/>
1160         <UsageCount Value="5"/>
1161         <DefaultSyntaxHighlighter Value="None"/>
1162       </Unit26>
1163       <Unit27>
1164         <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/database.inc"/>
1165         <TopLine Value="474"/>
1166         <CursorPos X="3" Y="476"/>
1167         <UsageCount Value="6"/>
1168       </Unit27>
1169       <Unit28>
1170         <Filename Value="../../runtime/IBStoredProc.pas"/>
1171         <TopLine Value="206"/>
1172         <CursorPos X="6" Y="215"/>
1173         <UsageCount Value="6"/>
1174       </Unit28>
1175       <Unit29>
1176         <Filename Value="/usr/local/share/lazarus/lcl/include/control.inc"/>
1177         <TopLine Value="3172"/>
1178         <CursorPos Y="3189"/>
1179         <UsageCount Value="6"/>
1180       </Unit29>
1181       <Unit30>
1182         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/variants.pp"/>
1183         <TopLine Value="142"/>
1184         <CursorPos X="53" Y="69"/>
1185         <UsageCount Value="6"/>
1186       </Unit30>
1187       <Unit31>
1188         <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/varianth.inc"/>
1189         <TopLine Value="16"/>
1190         <CursorPos X="13" Y="44"/>
1191         <UsageCount Value="6"/>
1192       </Unit31>
1193       <Unit32>
1194         <Filename Value="unit1.lfm"/>
1195         <TopLine Value="172"/>
1196         <CursorPos X="97" Y="141"/>
1197         <ExtraEditorCount Value="1"/>
1198         <ExtraEditor1>
1199           <TopLine Value="299"/>
1200           <CursorPos X="28" Y="321"/>
1201         </ExtraEditor1>
1202         <UsageCount Value="9"/>
1203         <DefaultSyntaxHighlighter Value="LFM"/>
1204       </Unit32>
1205       <Unit33>
1206         <Filename Value="../../runtime/IBLookupComboEditBox.pas"/>
1207         <TopLine Value="78"/>
1208         <CursorPos Y="89"/>
1209         <UsageCount Value="13"/>
1210       </Unit33>
1211       <Unit34>
1212         <Filename Value="../../runtime/IBDynamicGrid.pas"/>
1213         <TopLine Value="22"/>
1214         <CursorPos X="72" Y="33"/>
1215         <UsageCount Value="12"/>
1216       </Unit34>
1217       <Unit35>
1218         <Filename Value="../../runtime/IBTreeView.pas"/>
1219         <TopLine Value="147"/>
1220         <CursorPos X="26" Y="160"/>
1221         <UsageCount Value="7"/>
1222       </Unit35>
1223       <Unit36>
1224         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/db.pas"/>
1225         <EditorIndex Value="-1"/>
1226         <WindowIndex Value="1"/>
1227         <TopLine Value="873"/>
1228         <CursorPos X="15" Y="890"/>
1229         <UsageCount Value="25"/>
1230       </Unit36>
1231       <Unit37>
1232         <Filename Value="../../../../lcl/controls.pp"/>
1233         <EditorIndex Value="-1"/>
1234         <WindowIndex Value="1"/>
1235         <TopLine Value="1176"/>
1236         <CursorPos X="15" Y="1186"/>
1237         <UsageCount Value="21"/>
1238       </Unit37>
1239       <Unit38>
1240         <Filename Value="../../../../lcl/include/wincontrol.inc"/>
1241         <WindowIndex Value="1"/>
1242         <TopLine Value="8131"/>
1243         <CursorPos Y="8144"/>
1244         <UsageCount Value="13"/>
1245       </Unit38>
1246       <Unit39>
1247         <Filename Value="../../../../lcl/dbgrids.pas"/>
1248         <EditorIndex Value="-1"/>
1249         <WindowIndex Value="1"/>
1250         <TopLine Value="3672"/>
1251         <CursorPos X="25" Y="3691"/>
1252         <UsageCount Value="21"/>
1253       </Unit39>
1254       <Unit40>
1255         <Filename Value="../../../../lcl/grids.pas"/>
1256         <EditorIndex Value="-1"/>
1257         <WindowIndex Value="1"/>
1258         <TopLine Value="6558"/>
1259         <CursorPos Y="6571"/>
1260         <UsageCount Value="25"/>
1261       </Unit40>
1262       <Unit41>
1263         <Filename Value="../../../../lcl/include/winapih.inc"/>
1264         <TopLine Value="238"/>
1265         <CursorPos X="10" Y="253"/>
1266         <UsageCount Value="13"/>
1267       </Unit41>
1268       <Unit42>
1269         <Filename Value="../../../../lcl/comctrls.pp"/>
1270         <TopLine Value="2745"/>
1271         <CursorPos X="54" Y="2758"/>
1272         <UsageCount Value="10"/>
1273       </Unit42>
1274       <Unit43>
1275         <Filename Value="../../../../lcl/include/treeview.inc"/>
1276         <TopLine Value="643"/>
1277         <CursorPos Y="645"/>
1278         <UsageCount Value="9"/>
1279       </Unit43>
1280       <Unit44>
1281         <Filename Value="../../../../lcl/editbtn.pas"/>
1282         <TopLine Value="614"/>
1283         <CursorPos X="3" Y="614"/>
1284         <UsageCount Value="8"/>
1285       </Unit44>
1286       <Unit45>
1287         <Filename Value="../../runtime/IBSQLParser.pas"/>
1288         <TopLine Value="604"/>
1289         <CursorPos Y="620"/>
1290         <UsageCount Value="9"/>
1291       </Unit45>
1292       <Unit46>
1293         <Filename Value="../../ibcontrols/IBLookupComboEditBox.pas"/>
1294         <EditorIndex Value="-1"/>
1295         <WindowIndex Value="1"/>
1296         <TopLine Value="500"/>
1297         <CursorPos X="36" Y="525"/>
1298         <UsageCount Value="12"/>
1299       </Unit46>
1300       <Unit47>
1301         <Filename Value="../../ibcontrols/IBTreeView.pas"/>
1302         <TopLine Value="142"/>
1303         <CursorPos Y="142"/>
1304         <UsageCount Value="9"/>
1305       </Unit47>
1306       <Unit48>
1307         <Filename Value="../../ibcontrols/IBDynamicGrid.pas"/>
1308         <EditorIndex Value="-1"/>
1309         <WindowIndex Value="1"/>
1310         <TopLine Value="1029"/>
1311         <CursorPos Y="1041"/>
1312         <UsageCount Value="27"/>
1313       </Unit48>
1314       <Unit49>
1315         <Filename Value="../../design/ibselectsqleditor.pas"/>
1316         <ComponentName Value="IBSelectSQLEditorForm"/>
1317         <HasResources Value="True"/>
1318         <ResourceBaseClass Value="Form"/>
1319         <UsageCount Value="7"/>
1320       </Unit49>
1321       <Unit50>
1322         <Filename Value="../../design/IBEventsEditor.pas"/>
1323         <ComponentName Value="IBEventsEditor"/>
1324         <HasResources Value="True"/>
1325         <ResourceBaseClass Value="Form"/>
1326         <UsageCount Value="6"/>
1327       </Unit50>
1328       <Unit51>
1329         <Filename Value="../../design/ibdeletesqleditor.pas"/>
1330         <ComponentName Value="IBDeleteSQLEditorForm"/>
1331         <HasResources Value="True"/>
1332         <ResourceBaseClass Value="Form"/>
1333         <CursorPos X="60" Y="26"/>
1334         <UsageCount Value="6"/>
1335       </Unit51>
1336       <Unit52>
1337         <Filename Value="../../design/ibinsertsqleditor.pas"/>
1338         <ComponentName Value="IBInsertSQLEditorForm"/>
1339         <HasResources Value="True"/>
1340         <ResourceBaseClass Value="Form"/>
1341         <CursorPos X="48" Y="18"/>
1342         <UsageCount Value="6"/>
1343       </Unit52>
1344       <Unit53>
1345         <Filename Value="../../design/ibmodifysqleditor.pas"/>
1346         <ComponentName Value="IBModifySQLEditorForm"/>
1347         <HasResources Value="True"/>
1348         <ResourceBaseClass Value="Form"/>
1349         <CursorPos X="60" Y="23"/>
1350         <UsageCount Value="6"/>
1351       </Unit53>
1352       <Unit54>
1353         <Filename Value="../../design/ibupdatesqleditor.pas"/>
1354         <ComponentName Value="IBUpdateSQLEditorForm"/>
1355         <HasResources Value="True"/>
1356         <ResourceBaseClass Value="Form"/>
1357         <CursorPos X="15" Y="10"/>
1358         <UsageCount Value="6"/>
1359       </Unit54>
1360       <Unit55>
1361         <Filename Value="../../design/ibsqleditor.pas"/>
1362         <ComponentName Value="IBSQLEditorForm"/>
1363         <HasResources Value="True"/>
1364         <ResourceBaseClass Value="Form"/>
1365         <TopLine Value="240"/>
1366         <CursorPos X="3" Y="240"/>
1367         <UsageCount Value="6"/>
1368       </Unit55>
1369       <Unit56>
1370         <Filename Value="../../design/ibdataseteditor.pas"/>
1371         <ComponentName Value="IBDataSetEditorForm"/>
1372         <HasResources Value="True"/>
1373         <ResourceBaseClass Value="Form"/>
1374         <CursorPos X="46" Y="18"/>
1375         <UsageCount Value="6"/>
1376       </Unit56>
1377       <Unit57>
1378         <Filename Value="../../design/dbFieldLinkPropEditor.pas"/>
1379         <ComponentName Value="FieldLinkEditor"/>
1380         <HasResources Value="True"/>
1381         <ResourceBaseClass Value="Form"/>
1382         <CursorPos X="60" Y="23"/>
1383         <UsageCount Value="6"/>
1384       </Unit57>
1385       <Unit58>
1386         <Filename Value="../../design/dbFieldListPropEditor.pas"/>
1387         <ComponentName Value="FieldListEditor"/>
1388         <HasResources Value="True"/>
1389         <ResourceBaseClass Value="Form"/>
1390         <TopLine Value="133"/>
1391         <CursorPos X="56" Y="137"/>
1392         <UsageCount Value="6"/>
1393       </Unit58>
1394       <Unit59>
1395         <Filename Value="../../design/IBDatabaseEdit.pas"/>
1396         <ComponentName Value="IBDatabaseEditForm"/>
1397         <HasResources Value="True"/>
1398         <ResourceBaseClass Value="Form"/>
1399         <EditorIndex Value="-1"/>
1400         <WindowIndex Value="1"/>
1401         <TopLine Value="356"/>
1402         <CursorPos X="20" Y="379"/>
1403         <UsageCount Value="10"/>
1404       </Unit59>
1405       <Unit60>
1406         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/dataset.inc"/>
1407         <EditorIndex Value="-1"/>
1408         <WindowIndex Value="1"/>
1409         <TopLine Value="1482"/>
1410         <CursorPos X="3" Y="1486"/>
1411         <UsageCount Value="10"/>
1412       </Unit60>
1413       <Unit61>
1414         <Filename Value="../../../../lcl/themes.pas"/>
1415         <TopLine Value="791"/>
1416         <CursorPos X="3" Y="791"/>
1417         <UsageCount Value="10"/>
1418       </Unit61>
1419       <Unit62>
1420         <Filename Value="../../../../lcl/extctrls.pp"/>
1421         <WindowIndex Value="1"/>
1422         <TopLine Value="982"/>
1423         <CursorPos X="32" Y="992"/>
1424         <UsageCount Value="19"/>
1425       </Unit62>
1426       <Unit63>
1427         <Filename Value="../../../../lcl/lcltype.pp"/>
1428         <TopLine Value="47"/>
1429         <CursorPos X="3" Y="61"/>
1430         <UsageCount Value="7"/>
1431       </Unit63>
1432       <Unit64>
1433         <Filename Value="../../../../lcl/forms.pp"/>
1434         <TopLine Value="164"/>
1435         <CursorPos X="15" Y="179"/>
1436         <UsageCount Value="8"/>
1437       </Unit64>
1438       <Unit65>
1439         <Filename Value="../../../../lcl/include/application.inc"/>
1440         <EditorIndex Value="-1"/>
1441         <WindowIndex Value="1"/>
1442         <TopLine Value="1043"/>
1443         <CursorPos Y="1055"/>
1444         <UsageCount Value="9"/>
1445       </Unit65>
1446       <Unit66>
1447         <Filename Value="/usr/share/fpcsrc/rtl/inc/objpash.inc"/>
1448         <TopLine Value="169"/>
1449         <CursorPos X="8" Y="183"/>
1450         <UsageCount Value="8"/>
1451       </Unit66>
1452       <Unit67>
1453         <Filename Value="../../../../components/lazutils/lazmethodlist.pas"/>
1454         <TopLine Value="10"/>
1455         <CursorPos X="15" Y="25"/>
1456         <UsageCount Value="7"/>
1457       </Unit67>
1458       <Unit68>
1459         <Filename Value="../../../../lcl/include/customform.inc"/>
1460         <TopLine Value="1803"/>
1461         <CursorPos Y="1817"/>
1462         <UsageCount Value="12"/>
1463       </Unit68>
1464       <Unit69>
1465         <Filename Value="../../../../lcl/graphics.pp"/>
1466         <TopLine Value="1202"/>
1467         <CursorPos X="14" Y="1216"/>
1468         <UsageCount Value="14"/>
1469       </Unit69>
1470       <Unit70>
1471         <Filename Value="../../../../lcl/include/winapi.inc"/>
1472         <TopLine Value="935"/>
1473         <CursorPos X="3" Y="938"/>
1474         <UsageCount Value="13"/>
1475       </Unit70>
1476       <Unit71>
1477         <Filename Value="../../../../lcl/include/control.inc"/>
1478         <EditorIndex Value="-1"/>
1479         <WindowIndex Value="1"/>
1480         <TopLine Value="4771"/>
1481         <CursorPos Y="4784"/>
1482         <UsageCount Value="10"/>
1483       </Unit71>
1484       <Unit72>
1485         <Filename Value="../../../../lcl/stdctrls.pp"/>
1486         <TopLine Value="303"/>
1487         <CursorPos X="24" Y="318"/>
1488         <UsageCount Value="13"/>
1489       </Unit72>
1490       <Unit73>
1491         <Filename Value="../../../../lcl/include/scrollbar.inc"/>
1492         <TopLine Value="93"/>
1493         <CursorPos X="3" Y="97"/>
1494         <UsageCount Value="7"/>
1495       </Unit73>
1496       <Unit74>
1497         <Filename Value="../../../../lcl/include/scrollingwincontrol.inc"/>
1498         <TopLine Value="199"/>
1499         <CursorPos X="3" Y="201"/>
1500         <UsageCount Value="7"/>
1501       </Unit74>
1502       <Unit75>
1503         <Filename Value="/usr/share/fpcsrc/packages/fcl-image/src/fpcanvas.pp"/>
1504         <TopLine Value="351"/>
1505         <CursorPos X="14" Y="363"/>
1506         <UsageCount Value="12"/>
1507       </Unit75>
1508       <Unit76>
1509         <Filename Value="../../../../lcl/interfaces/gtk2/gtk2winapi.inc"/>
1510         <TopLine Value="6332"/>
1511         <CursorPos Y="6346"/>
1512         <UsageCount Value="11"/>
1513       </Unit76>
1514       <Unit77>
1515         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/datasource.inc"/>
1516         <EditorIndex Value="-1"/>
1517         <WindowIndex Value="1"/>
1518         <TopLine Value="199"/>
1519         <CursorPos X="22" Y="202"/>
1520         <UsageCount Value="10"/>
1521       </Unit77>
1522       <Unit78>
1523         <Filename Value="../ibtreeview/Unit1.pas"/>
1524         <TopLine Value="145"/>
1525         <CursorPos X="36" Y="174"/>
1526         <UsageCount Value="8"/>
1527       </Unit78>
1528       <Unit79>
1529         <Filename Value="../lookupcombobox/Unit1.pas"/>
1530         <TopLine Value="207"/>
1531         <CursorPos Y="236"/>
1532         <UsageCount Value="8"/>
1533       </Unit79>
1534       <Unit80>
1535         <Filename Value="../../runtime/IBDialogs.pas"/>
1536         <ComponentName Value="IBXLoginDlg"/>
1537         <HasResources Value="True"/>
1538         <ResourceBaseClass Value="Form"/>
1539         <EditorIndex Value="-1"/>
1540         <WindowIndex Value="1"/>
1541         <TopLine Value="37"/>
1542         <CursorPos X="3" Y="109"/>
1543         <UsageCount Value="10"/>
1544       </Unit80>
1545       <Unit81>
1546         <Filename Value="../../design/IBDBReg.pas"/>
1547         <TopLine Value="409"/>
1548         <CursorPos X="62" Y="429"/>
1549         <UsageCount Value="9"/>
1550       </Unit81>
1551       <Unit82>
1552         <Filename Value="../../../../lcl/dbctrls.pp"/>
1553         <EditorIndex Value="-1"/>
1554         <WindowIndex Value="1"/>
1555         <TopLine Value="789"/>
1556         <CursorPos X="15" Y="800"/>
1557         <UsageCount Value="9"/>
1558       </Unit82>
1559       <Unit83>
1560         <Filename Value="../../../../lcl/include/customdbcombobox.inc"/>
1561         <TopLine Value="67"/>
1562         <CursorPos Y="74"/>
1563         <UsageCount Value="9"/>
1564       </Unit83>
1565       <Unit84>
1566         <Filename Value="../../../../lcl/include/customcombobox.inc"/>
1567         <TopLine Value="227"/>
1568         <CursorPos Y="237"/>
1569         <UsageCount Value="9"/>
1570       </Unit84>
1571       <Unit85>
1572         <Filename Value="../../../../lcl/include/dblookupcombobox.inc"/>
1573         <EditorIndex Value="-1"/>
1574         <WindowIndex Value="1"/>
1575         <TopLine Value="27"/>
1576         <CursorPos X="3" Y="31"/>
1577         <UsageCount Value="9"/>
1578       </Unit85>
1579       <Unit86>
1580         <Filename Value="../../../../lcl/include/dblookup.inc"/>
1581         <EditorIndex Value="-1"/>
1582         <WindowIndex Value="1"/>
1583         <TopLine Value="281"/>
1584         <CursorPos X="3" Y="289"/>
1585         <UsageCount Value="9"/>
1586       </Unit86>
1587       <Unit87>
1588         <Filename Value="/usr/share/fpcsrc/2.6.4/packages/fcl-db/src/base/db.pas"/>
1589         <EditorIndex Value="-1"/>
1590         <WindowIndex Value="1"/>
1591         <TopLine Value="1695"/>
1592         <CursorPos X="3" Y="1673"/>
1593         <UsageCount Value="9"/>
1594       </Unit87>
1595       <Unit88>
1596         <Filename Value="../../../mwaframework/source/BaseFrameUnit.pas"/>
1597         <ComponentName Value="BaseFrame"/>
1598         <HasResources Value="True"/>
1599         <ResourceBaseClass Value="Frame"/>
1600         <EditorIndex Value="-1"/>
1601         <WindowIndex Value="1"/>
1602         <TopLine Value="41"/>
1603         <CursorPos X="42" Y="60"/>
1604         <UsageCount Value="9"/>
1605       </Unit88>
1606       <Unit89>
1607         <Filename Value="../../../mwaframework/source/BaseFormUnit.pas"/>
1608         <EditorIndex Value="-1"/>
1609         <WindowIndex Value="1"/>
1610         <CursorPos X="64" Y="9"/>
1611         <UsageCount Value="9"/>
1612       </Unit89>
1613       <Unit90>
1614         <Filename Value="../../../mwaframework/source/CustomDBUnit.pas"/>
1615         <EditorIndex Value="-1"/>
1616         <WindowIndex Value="1"/>
1617         <TopLine Value="72"/>
1618         <CursorPos X="61" Y="91"/>
1619         <UsageCount Value="9"/>
1620       </Unit90>
1621       <Unit91>
1622         <Filename Value="../../../mwaframework/source/TopFormUnit.pas"/>
1623         <EditorIndex Value="-1"/>
1624         <WindowIndex Value="1"/>
1625         <CursorPos X="65" Y="13"/>
1626         <UsageCount Value="9"/>
1627       </Unit91>
1628       <Unit92>
1629         <Filename Value="../../../mwaframework/source/dlg/DBFormUnit.pas"/>
1630         <EditorIndex Value="-1"/>
1631         <WindowIndex Value="1"/>
1632         <CursorPos X="27" Y="7"/>
1633         <UsageCount Value="9"/>
1634       </Unit92>
1635       <Unit93>
1636         <Filename Value="../../../mwaframework/source/listframeunit.pas"/>
1637         <ComponentName Value="ListFrame"/>
1638         <HasResources Value="True"/>
1639         <ResourceBaseClass Value="Frame"/>
1640         <EditorIndex Value="-1"/>
1641         <WindowIndex Value="1"/>
1642         <CursorPos X="49" Y="10"/>
1643         <UsageCount Value="9"/>
1644       </Unit93>
1645       <Unit94>
1646         <Filename Value="../../runtime/dblogindlg.pas"/>
1647         <EditorIndex Value="-1"/>
1648         <WindowIndex Value="1"/>
1649         <TopLine Value="40"/>
1650         <CursorPos X="13" Y="67"/>
1651         <UsageCount Value="9"/>
1652       </Unit94>
1653       <Unit95>
1654         <Filename Value="../../ibexpress.pas"/>
1655         <EditorIndex Value="-1"/>
1656         <WindowIndex Value="1"/>
1657         <CursorPos X="96" Y="6"/>
1658         <UsageCount Value="9"/>
1659       </Unit95>
1660       <Unit96>
1661         <Filename Value="../../changelog"/>
1662         <EditorIndex Value="-1"/>
1663         <WindowIndex Value="1"/>
1664         <CursorPos Y="6"/>
1665         <UsageCount Value="10"/>
1666         <DefaultSyntaxHighlighter Value="None"/>
1667       </Unit96>
1668       <Unit97>
1669         <Filename Value="../../iblocaldb/IBLocalDBSupport.pas"/>
1670         <EditorIndex Value="-1"/>
1671         <WindowIndex Value="1"/>
1672         <TopLine Value="237"/>
1673         <CursorPos X="18" Y="263"/>
1674         <UsageCount Value="9"/>
1675       </Unit97>
1676       <Unit98>
1677         <Filename Value="../../../../fpc/2.6.4/source/rtl/objpas/sysutils/osutilsh.inc"/>
1678         <EditorIndex Value="-1"/>
1679         <WindowIndex Value="1"/>
1680         <TopLine Value="22"/>
1681         <CursorPos X="20" Y="39"/>
1682         <UsageCount Value="9"/>
1683       </Unit98>
1684       <Unit99>
1685         <Filename Value="../../../../fpc/2.6.4/source/rtl/win/sysutils.pp"/>
1686         <EditorIndex Value="-1"/>
1687         <WindowIndex Value="1"/>
1688         <TopLine Value="1089"/>
1689         <CursorPos X="25" Y="1092"/>
1690         <UsageCount Value="9"/>
1691       </Unit99>
1692       <Unit100>
1693         <Filename Value="../../../../fpc/2.6.4/source/rtl/win/windirs.pp"/>
1694         <EditorIndex Value="-1"/>
1695         <WindowIndex Value="1"/>
1696         <TopLine Value="34"/>
1697         <CursorPos X="22" Y="38"/>
1698         <UsageCount Value="9"/>
1699       </Unit100>
1700       <Unit101>
1701         <Filename Value="../../design/IBDSDialogs.pas"/>
1702         <ComponentName Value="IBXDSLoginDlg"/>
1703         <HasResources Value="True"/>
1704         <ResourceBaseClass Value="Form"/>
1705         <EditorIndex Value="-1"/>
1706         <WindowIndex Value="1"/>
1707         <TopLine Value="76"/>
1708         <CursorPos X="38" Y="104"/>
1709         <UsageCount Value="10"/>
1710       </Unit101>
1711       <Unit102>
1712         <Filename Value="../../../../components/ideintf/lazideintf.pas"/>
1713         <UnitName Value="LazIDEIntf"/>
1714         <EditorIndex Value="-1"/>
1715         <WindowIndex Value="1"/>
1716         <TopLine Value="334"/>
1717         <CursorPos X="34" Y="346"/>
1718         <UsageCount Value="9"/>
1719       </Unit102>
1720       <Unit103>
1721         <Filename Value="../../../../components/ideintf/projectintf.pas"/>
1722         <UnitName Value="ProjectIntf"/>
1723         <EditorIndex Value="-1"/>
1724         <WindowIndex Value="1"/>
1725         <TopLine Value="49"/>
1726         <CursorPos X="34" Y="51"/>
1727         <UsageCount Value="9"/>
1728       </Unit103>
1729       <Unit104>
1730         <Filename Value="../../../../components/ideintf/projpackintf.pas"/>
1731         <UnitName Value="ProjPackIntf"/>
1732         <EditorIndex Value="-1"/>
1733         <WindowIndex Value="1"/>
1734         <TopLine Value="19"/>
1735         <CursorPos X="3" Y="33"/>
1736         <UsageCount Value="9"/>
1737       </Unit104>
1738       <Unit105>
1739         <Filename Value="../../runtime/IBCodePage.pas"/>
1740         <EditorIndex Value="-1"/>
1741         <WindowIndex Value="1"/>
1742         <TopLine Value="80"/>
1743         <CursorPos Y="108"/>
1744         <UsageCount Value="13"/>
1745       </Unit105>
1746       <Unit106>
1747         <Filename Value="/usr/share/fpcsrc/rtl/unix/sysutils.pp"/>
1748         <EditorIndex Value="-1"/>
1749         <WindowIndex Value="1"/>
1750         <TopLine Value="273"/>
1751         <CursorPos X="38" Y="285"/>
1752         <UsageCount Value="9"/>
1753       </Unit106>
1754       <Unit107>
1755         <Filename Value="/usr/share/fpcsrc/rtl/objpas/sysutils/syscodepages.inc"/>
1756         <EditorIndex Value="-1"/>
1757         <WindowIndex Value="1"/>
1758         <TopLine Value="427"/>
1759         <CursorPos X="16" Y="453"/>
1760         <UsageCount Value="13"/>
1761       </Unit107>
1762       <Unit108>
1763         <Filename Value="/usr/share/fpcsrc/rtl/inc/charset.pp"/>
1764         <EditorIndex Value="-1"/>
1765         <WindowIndex Value="1"/>
1766         <UsageCount Value="10"/>
1767       </Unit108>
1768       <Unit109>
1769         <Filename Value="/usr/share/fpcsrc/rtl/inc/systemh.inc"/>
1770         <EditorIndex Value="-1"/>
1771         <WindowIndex Value="1"/>
1772         <TopLine Value="1125"/>
1773         <CursorPos X="11" Y="1142"/>
1774         <UsageCount Value="10"/>
1775       </Unit109>
1776       <Unit110>
1777         <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/fields.inc"/>
1778         <EditorIndex Value="-1"/>
1779         <WindowIndex Value="1"/>
1780         <TopLine Value="2943"/>
1781         <CursorPos X="15" Y="2964"/>
1782         <UsageCount Value="9"/>
1783       </Unit110>
1784       <Unit111>
1785         <Filename Value="/usr/share/fpcsrc/rtl/objpas/classes/classesh.inc"/>
1786         <EditorIndex Value="-1"/>
1787         <WindowIndex Value="1"/>
1788         <TopLine Value="749"/>
1789         <CursorPos X="14" Y="776"/>
1790         <UsageCount Value="10"/>
1791       </Unit111>
1792       <Unit112>
1793         <Filename Value="/usr/share/fpcsrc/rtl/objpas/classes/stringl.inc"/>
1794         <EditorIndex Value="-1"/>
1795         <WindowIndex Value="1"/>
1796         <TopLine Value="423"/>
1797         <CursorPos X="3" Y="428"/>
1798         <UsageCount Value="10"/>
1799       </Unit112>
1800       <Unit113>
1801         <Filename Value="/usr/share/fpcsrc/packages/rtl-unicode/src/inc/cp895.pas"/>
1802         <EditorIndex Value="-1"/>
1803         <WindowIndex Value="1"/>
1804         <UsageCount Value="10"/>
1805       </Unit113>
1806       <Unit114>
1807         <Filename Value="../../../../../svn/thirdparty/ibx1.5/runtime/IBCustomDataSet.pas"/>
1808         <EditorIndex Value="-1"/>
1809         <WindowIndex Value="1"/>
1810         <TopLine Value="3636"/>
1811         <CursorPos Y="3657"/>
1812         <UsageCount Value="10"/>
1813       </Unit114>
1814       <Unit115>
1815         <Filename Value="/usr/share/fpcsrc/rtl/inc/astrings.inc"/>
1816         <EditorIndex Value="-1"/>
1817         <WindowIndex Value="1"/>
1818         <TopLine Value="448"/>
1819         <CursorPos X="10" Y="464"/>
1820         <UsageCount Value="10"/>
1821       </Unit115>
1822       <Unit116>
1823         <Filename Value="../../runtime/IBHeader.pas"/>
1824         <EditorIndex Value="-1"/>
1825         <WindowIndex Value="1"/>
1826         <TopLine Value="219"/>
1827         <CursorPos X="12" Y="234"/>
1828         <UsageCount Value="11"/>
1829       </Unit116>
1830     </Units>
1831     <JumpHistory Count="15" HistoryIndex="14">
1832       <Position1>
1833         <Filename Value="../../runtime/IBSQL.pas"/>
1834         <Caret Line="1368" Column="37" TopLine="1363"/>
1835       </Position1>
1836       <Position2>
1837         <Filename Value="../../runtime/IBSQL.pas"/>
1838         <Caret Line="40" Column="33" TopLine="18"/>
1839       </Position2>
1840       <Position3>
1841         <Filename Value="../../runtime/IBSQL.pas"/>
1842         <Caret Line="1407" TopLine="1379"/>
1843       </Position3>
1844       <Position4>
1845         <Filename Value="../../runtime/IBSQL.pas"/>
1846         <Caret Line="167" Column="13" TopLine="163"/>
1847       </Position4>
1848       <Position5>
1849         <Filename Value="../../runtime/IBSQL.pas"/>
1850         <Caret Line="183" Column="44" TopLine="171"/>
1851       </Position5>
1852       <Position6>
1853         <Filename Value="../../runtime/IBSQL.pas"/>
1854         <Caret Line="1633" Column="64" TopLine="1607"/>
1855       </Position6>
1856       <Position7>
1857         <Filename Value="../../runtime/IBSQL.pas"/>
1858         <Caret Line="1410" TopLine="1385"/>
1859       </Position7>
1860       <Position8>
1861         <Filename Value="../../runtime/IBSQL.pas"/>
1862         <Caret Line="868" TopLine="858"/>
1863       </Position8>
1864       <Position9>
1865         <Filename Value="../../runtime/IBSQL.pas"/>
1866         <Caret Line="130" TopLine="116"/>
1867       </Position9>
1868       <Position10>
1869         <Filename Value="../../runtime/IBSQL.pas"/>
1870         <Caret Line="870" TopLine="857"/>
1871       </Position10>
1872       <Position11>
1873         <Filename Value="../../runtime/IBSQL.pas"/>
1874         <Caret Line="1635" Column="35" TopLine="1619"/>
1875       </Position11>
1876       <Position12>
1877         <Filename Value="../../runtime/IBSQL.pas"/>
1878         <Caret Line="97" Column="17" TopLine="80"/>
1879       </Position12>
1880       <Position13>
1881         <Filename Value="../../runtime/IBSQL.pas"/>
1882         <Caret Line="92" Column="3" TopLine="75"/>
1883       </Position13>
1884       <Position14>
1885         <Filename Value="../../runtime/IBSQL.pas"/>
1886         <Caret Line="1640" Column="28" TopLine="1618"/>
1887       </Position14>
1888       <Position15>
1889         <Filename Value="../../runtime/IBSQL.pas"/>
1890         <Caret Line="432" Column="54" TopLine="376"/>
1891       </Position15>
1892     </JumpHistory>
1893   </ProjectOptions>
1894   <CompilerOptions>
1895     <Version Value="11"/>
1896     <Target>
1897       <Filename Value="project1"/>
1898     </Target>
1899     <SearchPaths>
1900       <IncludeFiles Value="$(ProjOutDir)"/>
1901       <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
1902     </SearchPaths>
1903     <Linking>
1904       <Options>
1905         <Win32>
1906           <GraphicApplication Value="True"/>
1907         </Win32>
1908       </Options>
1909     </Linking>
1910     <Other>
1911       <CustomOptions Value="-dUseCThreads"/>
1912     </Other>
1913   </CompilerOptions>
1914   <Debugging>
1915     <Exceptions Count="3">
1916       <Item1>
1917         <Name Value="EAbort"/>
1918       </Item1>
1919       <Item2>
1920         <Name Value="ECodetoolError"/>
1921       </Item2>
1922       <Item3>
1923         <Name Value="EFOpenError"/>
1924       </Item3>
1925     </Exceptions>
1926   </Debugging>
1927   /CONFIG>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines