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

Comparing ibx/trunk/examples/employee/project1.lpi (file contents):
Revision 31 by tony, Tue Jul 14 15:31:25 2015 UTC vs.
Revision 105 by tony, Thu Jan 18 14:37:32 2018 UTC

# Line 1 | Line 1
1 < <?xml version="1.0" encoding="UTF-8"?>
2 < <CONFIG>
3 <  <ProjectOptions>
4 <    <Version Value="9"/>
5 <    <General>
6 <      <MainUnit Value="0"/>
7 <      <ResourceType Value="res"/>
8 <      <UseXPManifest Value="True"/>
9 <      <Icon Value="0"/>
10 <    </General>
11 <    <i18n>
12 <      <EnableI18N LFM="False"/>
13 <    </i18n>
14 <    <VersionInfo>
15 <      <StringTable ProductVersion=""/>
16 <    </VersionInfo>
17 <    <BuildModes Count="1" Active="Default">
18 <      <Item1 Name="Default" Default="True"/>
19 <    </BuildModes>
20 <    <PublishOptions>
21 <      <Version Value="2"/>
22 <      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
23 <      <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
24 <    </PublishOptions>
25 <    <RunParams>
26 <      <local>
27 <        <FormatVersion Value="1"/>
28 <      </local>
29 <    </RunParams>
30 <    <RequiredPackages Count="4">
31 <      <Item1>
32 <        <PackageName Value="ibcontrols"/>
33 <      </Item1>
34 <      <Item2>
35 <        <PackageName Value="FCL"/>
36 <        <MinVersion Major="1" Valid="True"/>
37 <      </Item2>
38 <      <Item3>
39 <        <PackageName Value="ibexpress"/>
40 <        <MinVersion Minor="9" Valid="True"/>
41 <      </Item3>
42 <      <Item4>
43 <        <PackageName Value="LCL"/>
44 <      </Item4>
45 <    </RequiredPackages>
46 <    <Units Count="96">
47 <      <Unit0>
48 <        <Filename Value="project1.lpr"/>
49 <        <IsPartOfProject Value="True"/>
50 <        <EditorIndex Value="-1"/>
51 <        <WindowIndex Value="1"/>
52 <        <CursorPos X="33" Y="10"/>
53 <        <UsageCount Value="113"/>
54 <      </Unit0>
55 <      <Unit1>
56 <        <Filename Value="unit1.pas"/>
57 <        <IsPartOfProject Value="True"/>
58 <        <ComponentName Value="Form1"/>
59 <        <HasResources Value="True"/>
60 <        <ResourceBaseClass Value="Form"/>
61 <        <UnitName Value="Unit1"/>
62 <        <IsVisibleTab Value="True"/>
63 <        <WindowIndex Value="1"/>
64 <        <TopLine Value="343"/>
65 <        <CursorPos X="54" Y="355"/>
66 <        <UsageCount Value="113"/>
67 <        <Loaded Value="True"/>
68 <        <LoadedDesigner Value="True"/>
69 <      </Unit1>
70 <      <Unit2>
71 <        <Filename Value="../../runtime/IBSQLMonitor.pas"/>
72 <        <TopLine Value="30"/>
73 <        <CursorPos X="14" Y="47"/>
74 <        <UsageCount Value="6"/>
75 <      </Unit2>
76 <      <Unit3>
77 <        <Filename Value="unit2.pas"/>
78 <        <IsPartOfProject Value="True"/>
79 <        <ComponentName Value="SelectDeptDlg"/>
80 <        <HasResources Value="True"/>
81 <        <ResourceBaseClass Value="Form"/>
82 <        <TopLine Value="9"/>
83 <        <CursorPos X="54" Y="26"/>
84 <        <UsageCount Value="102"/>
85 <      </Unit3>
86 <      <Unit4>
87 <        <Filename Value="unit3.pas"/>
88 <        <ComponentName Value="AddEmployeeDlg"/>
89 <        <HasResources Value="True"/>
90 <        <ResourceBaseClass Value="Form"/>
91 <        <TopLine Value="28"/>
92 <        <CursorPos Y="48"/>
93 <        <UsageCount Value="88"/>
94 <      </Unit4>
95 <      <Unit5>
96 <        <Filename Value="../../runtime/IB.pas"/>
97 <        <EditorIndex Value="-1"/>
98 <        <WindowIndex Value="1"/>
99 <        <TopLine Value="422"/>
100 <        <CursorPos Y="436"/>
101 <        <UsageCount Value="29"/>
102 <      </Unit5>
103 <      <Unit6>
104 <        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
105 <        <EditorIndex Value="-1"/>
106 <        <WindowIndex Value="1"/>
107 <        <TopLine Value="3620"/>
108 <        <CursorPos Y="3635"/>
109 <        <UsageCount Value="30"/>
110 <      </Unit6>
111 <      <Unit7>
112 <        <Filename Value="../../runtime/IBDatabase.pas"/>
113 <        <EditorIndex Value="-1"/>
114 <        <WindowIndex Value="1"/>
115 <        <TopLine Value="28"/>
116 <        <CursorPos X="9" Y="45"/>
117 <        <UsageCount Value="15"/>
118 <      </Unit7>
119 <      <Unit8>
120 <        <Filename Value="../../runtime/IBQuery.pas"/>
121 <        <TopLine Value="96"/>
122 <        <CursorPos Y="109"/>
123 <        <UsageCount Value="63"/>
124 <      </Unit8>
125 <      <Unit9>
126 <        <Filename Value="/usr/local/share/lazarus/lcl/include/dblookup.inc"/>
127 <        <TopLine Value="201"/>
128 <        <CursorPos X="23" Y="214"/>
129 <        <UsageCount Value="10"/>
130 <      </Unit9>
131 <      <Unit10>
132 <        <Filename Value="/usr/local/share/lazarus/lcl/dbctrls.pp"/>
133 <        <TopLine Value="1484"/>
134 <        <CursorPos Y="1505"/>
135 <        <UsageCount Value="10"/>
136 <      </Unit10>
137 <      <Unit11>
138 <        <Filename Value="../../../../projects/external/lazarus.0.9.30/lcl/include/control.inc"/>
139 <        <TopLine Value="3168"/>
140 <        <CursorPos Y="3189"/>
141 <        <UsageCount Value="5"/>
142 <      </Unit11>
143 <      <Unit12>
144 <        <Filename Value="../../runtime/IBIntf.pas"/>
145 <        <TopLine Value="229"/>
146 <        <CursorPos X="69" Y="251"/>
147 <        <UsageCount Value="10"/>
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="10"/>
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="6"/>
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="9"/>
168 <      </Unit15>
169 <      <Unit16>
170 <        <Filename Value="../../runtime/IBBlob.pas"/>
171 <        <UsageCount Value="6"/>
172 <      </Unit16>
173 <      <Unit17>
174 <        <Filename Value="../../runtime/sv5ipc.inc"/>
175 <        <TopLine Value="312"/>
176 <        <CursorPos X="6" Y="329"/>
177 <        <UsageCount Value="6"/>
178 <      </Unit17>
179 <      <Unit18>
180 <        <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/unix/ipc.pp"/>
181 <        <UsageCount Value="6"/>
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="6"/>
188 <      </Unit19>
189 <      <Unit20>
190 <        <Filename Value="../../runtime/IBServices.pas"/>
191 <        <TopLine Value="37"/>
192 <        <CursorPos X="3" Y="54"/>
193 <        <UsageCount Value="6"/>
194 <      </Unit20>
195 <      <Unit21>
196 <        <Filename Value="../../runtime/IBExtract.pas"/>
197 <        <TopLine Value="49"/>
198 <        <CursorPos X="59" Y="49"/>
199 <        <UsageCount Value="8"/>
200 <      </Unit21>
201 <      <Unit22>
202 <        <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/dataset.inc"/>
203 <        <TopLine Value="938"/>
204 <        <CursorPos X="3" Y="941"/>
205 <        <UsageCount Value="8"/>
206 <      </Unit22>
207 <      <Unit23>
208 <        <Filename Value="../../../../projects/cdream/dbclients/src/frames/SendEmailFrameUnit.lfm"/>
209 <        <TopLine Value="414"/>
210 <        <CursorPos Y="6"/>
211 <        <UsageCount Value="6"/>
212 <        <DefaultSyntaxHighlighter Value="LFM"/>
213 <      </Unit23>
214 <      <Unit24>
215 <        <Filename Value="../../../../projects/cdream/dbclients/src/framework/BaseFrameUnit.pas"/>
216 <        <TopLine Value="205"/>
217 <        <CursorPos Y="214"/>
218 <        <UsageCount Value="8"/>
219 <      </Unit24>
220 <      <Unit25>
221 <        <Filename Value="../../../../projects/cdream/dbclients/src/framework/ToyShopDBUnit.pas"/>
222 <        <TopLine Value="142"/>
223 <        <CursorPos Y="156"/>
224 <        <UsageCount Value="6"/>
225 <      </Unit25>
226 <      <Unit26>
227 <        <Filename Value="../../../../projects/cdream/dbclients/debian/changelog"/>
228 <        <CursorPos X="60" Y="7"/>
229 <        <UsageCount Value="6"/>
230 <        <DefaultSyntaxHighlighter Value="None"/>
231 <      </Unit26>
232 <      <Unit27>
233 <        <Filename Value="/usr/share/fpcsrc/2.4.2/packages/fcl-db/src/base/database.inc"/>
234 <        <TopLine Value="474"/>
235 <        <CursorPos X="3" Y="476"/>
236 <        <UsageCount Value="7"/>
237 <      </Unit27>
238 <      <Unit28>
239 <        <Filename Value="../../runtime/IBStoredProc.pas"/>
240 <        <TopLine Value="206"/>
241 <        <CursorPos X="6" Y="215"/>
242 <        <UsageCount Value="7"/>
243 <      </Unit28>
244 <      <Unit29>
245 <        <Filename Value="/usr/local/share/lazarus/lcl/include/control.inc"/>
246 <        <TopLine Value="3172"/>
247 <        <CursorPos Y="3189"/>
248 <        <UsageCount Value="7"/>
249 <      </Unit29>
250 <      <Unit30>
251 <        <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/variants.pp"/>
252 <        <TopLine Value="142"/>
253 <        <CursorPos X="53" Y="69"/>
254 <        <UsageCount Value="7"/>
255 <      </Unit30>
256 <      <Unit31>
257 <        <Filename Value="/usr/share/fpcsrc/2.4.2/rtl/inc/varianth.inc"/>
258 <        <TopLine Value="16"/>
259 <        <CursorPos X="13" Y="44"/>
260 <        <UsageCount Value="7"/>
261 <      </Unit31>
262 <      <Unit32>
263 <        <Filename Value="unit1.lfm"/>
264 <        <TopLine Value="172"/>
265 <        <CursorPos X="97" Y="141"/>
266 <        <ExtraEditorCount Value="1"/>
267 <        <ExtraEditor1>
268 <          <TopLine Value="299"/>
269 <          <CursorPos X="28" Y="321"/>
270 <        </ExtraEditor1>
271 <        <UsageCount Value="10"/>
272 <        <DefaultSyntaxHighlighter Value="LFM"/>
273 <      </Unit32>
274 <      <Unit33>
275 <        <Filename Value="../../runtime/IBLookupComboEditBox.pas"/>
276 <        <TopLine Value="78"/>
277 <        <CursorPos Y="89"/>
278 <        <UsageCount Value="14"/>
279 <      </Unit33>
280 <      <Unit34>
281 <        <Filename Value="../../runtime/IBDynamicGrid.pas"/>
282 <        <TopLine Value="22"/>
283 <        <CursorPos X="72" Y="33"/>
284 <        <UsageCount Value="13"/>
285 <      </Unit34>
286 <      <Unit35>
287 <        <Filename Value="../../runtime/IBTreeView.pas"/>
288 <        <TopLine Value="147"/>
289 <        <CursorPos X="26" Y="160"/>
290 <        <UsageCount Value="8"/>
291 <      </Unit35>
292 <      <Unit36>
293 <        <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/db.pas"/>
294 <        <EditorIndex Value="-1"/>
295 <        <WindowIndex Value="1"/>
296 <        <TopLine Value="1559"/>
297 <        <CursorPos X="15" Y="1578"/>
298 <        <UsageCount Value="26"/>
299 <      </Unit36>
300 <      <Unit37>
301 <        <Filename Value="../../../../lcl/controls.pp"/>
302 <        <EditorIndex Value="-1"/>
303 <        <WindowIndex Value="1"/>
304 <        <TopLine Value="1176"/>
305 <        <CursorPos X="15" Y="1186"/>
306 <        <UsageCount Value="22"/>
307 <      </Unit37>
308 <      <Unit38>
309 <        <Filename Value="../../../../lcl/include/wincontrol.inc"/>
310 <        <WindowIndex Value="1"/>
311 <        <TopLine Value="8131"/>
312 <        <CursorPos Y="8144"/>
313 <        <UsageCount Value="14"/>
314 <      </Unit38>
315 <      <Unit39>
316 <        <Filename Value="../../../../lcl/dbgrids.pas"/>
317 <        <EditorIndex Value="-1"/>
318 <        <WindowIndex Value="1"/>
319 <        <TopLine Value="3672"/>
320 <        <CursorPos X="25" Y="3691"/>
321 <        <UsageCount Value="22"/>
322 <      </Unit39>
323 <      <Unit40>
324 <        <Filename Value="../../../../lcl/grids.pas"/>
325 <        <EditorIndex Value="-1"/>
326 <        <WindowIndex Value="1"/>
327 <        <TopLine Value="6558"/>
328 <        <CursorPos Y="6571"/>
329 <        <UsageCount Value="26"/>
330 <      </Unit40>
331 <      <Unit41>
332 <        <Filename Value="../../../../lcl/include/winapih.inc"/>
333 <        <TopLine Value="238"/>
334 <        <CursorPos X="10" Y="253"/>
335 <        <UsageCount Value="14"/>
336 <      </Unit41>
337 <      <Unit42>
338 <        <Filename Value="../../../../lcl/comctrls.pp"/>
339 <        <TopLine Value="2745"/>
340 <        <CursorPos X="54" Y="2758"/>
341 <        <UsageCount Value="11"/>
342 <      </Unit42>
343 <      <Unit43>
344 <        <Filename Value="../../../../lcl/include/treeview.inc"/>
345 <        <TopLine Value="643"/>
346 <        <CursorPos Y="645"/>
347 <        <UsageCount Value="10"/>
348 <      </Unit43>
349 <      <Unit44>
350 <        <Filename Value="../../../../lcl/editbtn.pas"/>
351 <        <TopLine Value="614"/>
352 <        <CursorPos X="3" Y="614"/>
353 <        <UsageCount Value="9"/>
354 <      </Unit44>
355 <      <Unit45>
356 <        <Filename Value="../../runtime/IBSQLParser.pas"/>
357 <        <TopLine Value="604"/>
358 <        <CursorPos Y="620"/>
359 <        <UsageCount Value="10"/>
360 <      </Unit45>
361 <      <Unit46>
362 <        <Filename Value="../../ibcontrols/IBLookupComboEditBox.pas"/>
363 <        <EditorIndex Value="-1"/>
364 <        <WindowIndex Value="1"/>
365 <        <TopLine Value="500"/>
366 <        <CursorPos X="36" Y="525"/>
367 <        <UsageCount Value="13"/>
368 <      </Unit46>
369 <      <Unit47>
370 <        <Filename Value="../../ibcontrols/IBTreeView.pas"/>
371 <        <TopLine Value="142"/>
372 <        <CursorPos Y="142"/>
373 <        <UsageCount Value="10"/>
374 <      </Unit47>
375 <      <Unit48>
376 <        <Filename Value="../../ibcontrols/IBDynamicGrid.pas"/>
377 <        <EditorIndex Value="-1"/>
378 <        <WindowIndex Value="1"/>
379 <        <TopLine Value="22"/>
380 <        <CursorPos X="23" Y="34"/>
381 <        <UsageCount Value="28"/>
382 <      </Unit48>
383 <      <Unit49>
384 <        <Filename Value="../../design/ibselectsqleditor.pas"/>
385 <        <ComponentName Value="IBSelectSQLEditorForm"/>
386 <        <HasResources Value="True"/>
387 <        <ResourceBaseClass Value="Form"/>
388 <        <UsageCount Value="8"/>
389 <      </Unit49>
390 <      <Unit50>
391 <        <Filename Value="../../design/IBEventsEditor.pas"/>
392 <        <ComponentName Value="IBEventsEditor"/>
393 <        <HasResources Value="True"/>
394 <        <ResourceBaseClass Value="Form"/>
395 <        <UsageCount Value="7"/>
396 <      </Unit50>
397 <      <Unit51>
398 <        <Filename Value="../../design/ibdeletesqleditor.pas"/>
399 <        <ComponentName Value="IBDeleteSQLEditorForm"/>
400 <        <HasResources Value="True"/>
401 <        <ResourceBaseClass Value="Form"/>
402 <        <CursorPos X="60" Y="26"/>
403 <        <UsageCount Value="7"/>
404 <      </Unit51>
405 <      <Unit52>
406 <        <Filename Value="../../design/ibinsertsqleditor.pas"/>
407 <        <ComponentName Value="IBInsertSQLEditorForm"/>
408 <        <HasResources Value="True"/>
409 <        <ResourceBaseClass Value="Form"/>
410 <        <CursorPos X="48" Y="18"/>
411 <        <UsageCount Value="7"/>
412 <      </Unit52>
413 <      <Unit53>
414 <        <Filename Value="../../design/ibmodifysqleditor.pas"/>
415 <        <ComponentName Value="IBModifySQLEditorForm"/>
416 <        <HasResources Value="True"/>
417 <        <ResourceBaseClass Value="Form"/>
418 <        <CursorPos X="60" Y="23"/>
419 <        <UsageCount Value="7"/>
420 <      </Unit53>
421 <      <Unit54>
422 <        <Filename Value="../../design/ibupdatesqleditor.pas"/>
423 <        <ComponentName Value="IBUpdateSQLEditorForm"/>
424 <        <HasResources Value="True"/>
425 <        <ResourceBaseClass Value="Form"/>
426 <        <CursorPos X="15" Y="10"/>
427 <        <UsageCount Value="7"/>
428 <      </Unit54>
429 <      <Unit55>
430 <        <Filename Value="../../design/ibsqleditor.pas"/>
431 <        <ComponentName Value="IBSQLEditorForm"/>
432 <        <HasResources Value="True"/>
433 <        <ResourceBaseClass Value="Form"/>
434 <        <TopLine Value="240"/>
435 <        <CursorPos X="3" Y="240"/>
436 <        <UsageCount Value="7"/>
437 <      </Unit55>
438 <      <Unit56>
439 <        <Filename Value="../../design/ibdataseteditor.pas"/>
440 <        <ComponentName Value="IBDataSetEditorForm"/>
441 <        <HasResources Value="True"/>
442 <        <ResourceBaseClass Value="Form"/>
443 <        <CursorPos X="46" Y="18"/>
444 <        <UsageCount Value="7"/>
445 <      </Unit56>
446 <      <Unit57>
447 <        <Filename Value="../../design/dbFieldLinkPropEditor.pas"/>
448 <        <ComponentName Value="FieldLinkEditor"/>
449 <        <HasResources Value="True"/>
450 <        <ResourceBaseClass Value="Form"/>
451 <        <CursorPos X="60" Y="23"/>
452 <        <UsageCount Value="7"/>
453 <      </Unit57>
454 <      <Unit58>
455 <        <Filename Value="../../design/dbFieldListPropEditor.pas"/>
456 <        <ComponentName Value="FieldListEditor"/>
457 <        <HasResources Value="True"/>
458 <        <ResourceBaseClass Value="Form"/>
459 <        <TopLine Value="133"/>
460 <        <CursorPos X="56" Y="137"/>
461 <        <UsageCount Value="7"/>
462 <      </Unit58>
463 <      <Unit59>
464 <        <Filename Value="../../design/IBDatabaseEdit.pas"/>
465 <        <UsageCount Value="7"/>
466 <      </Unit59>
467 <      <Unit60>
468 <        <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/dataset.inc"/>
469 <        <EditorIndex Value="-1"/>
470 <        <WindowIndex Value="1"/>
471 <        <TopLine Value="1482"/>
472 <        <CursorPos X="3" Y="1486"/>
473 <        <UsageCount Value="11"/>
474 <      </Unit60>
475 <      <Unit61>
476 <        <Filename Value="../../../../lcl/themes.pas"/>
477 <        <TopLine Value="791"/>
478 <        <CursorPos X="3" Y="791"/>
479 <        <UsageCount Value="11"/>
480 <      </Unit61>
481 <      <Unit62>
482 <        <Filename Value="../../../../lcl/extctrls.pp"/>
483 <        <WindowIndex Value="1"/>
484 <        <TopLine Value="982"/>
485 <        <CursorPos X="32" Y="992"/>
486 <        <UsageCount Value="20"/>
487 <      </Unit62>
488 <      <Unit63>
489 <        <Filename Value="../../../../lcl/lcltype.pp"/>
490 <        <TopLine Value="47"/>
491 <        <CursorPos X="3" Y="61"/>
492 <        <UsageCount Value="8"/>
493 <      </Unit63>
494 <      <Unit64>
495 <        <Filename Value="../../../../lcl/forms.pp"/>
496 <        <TopLine Value="164"/>
497 <        <CursorPos X="15" Y="179"/>
498 <        <UsageCount Value="9"/>
499 <      </Unit64>
500 <      <Unit65>
501 <        <Filename Value="../../../../lcl/include/application.inc"/>
502 <        <EditorIndex Value="-1"/>
503 <        <WindowIndex Value="1"/>
504 <        <TopLine Value="1043"/>
505 <        <CursorPos Y="1055"/>
506 <        <UsageCount Value="10"/>
507 <      </Unit65>
508 <      <Unit66>
509 <        <Filename Value="/usr/share/fpcsrc/rtl/inc/objpash.inc"/>
510 <        <TopLine Value="169"/>
511 <        <CursorPos X="8" Y="183"/>
512 <        <UsageCount Value="9"/>
513 <      </Unit66>
514 <      <Unit67>
515 <        <Filename Value="../../../../components/lazutils/lazmethodlist.pas"/>
516 <        <TopLine Value="10"/>
517 <        <CursorPos X="15" Y="25"/>
518 <        <UsageCount Value="8"/>
519 <      </Unit67>
520 <      <Unit68>
521 <        <Filename Value="../../../../lcl/include/customform.inc"/>
522 <        <TopLine Value="1803"/>
523 <        <CursorPos Y="1817"/>
524 <        <UsageCount Value="13"/>
525 <      </Unit68>
526 <      <Unit69>
527 <        <Filename Value="../../../../lcl/graphics.pp"/>
528 <        <TopLine Value="1202"/>
529 <        <CursorPos X="14" Y="1216"/>
530 <        <UsageCount Value="15"/>
531 <      </Unit69>
532 <      <Unit70>
533 <        <Filename Value="../../../../lcl/include/winapi.inc"/>
534 <        <TopLine Value="935"/>
535 <        <CursorPos X="3" Y="938"/>
536 <        <UsageCount Value="14"/>
537 <      </Unit70>
538 <      <Unit71>
539 <        <Filename Value="../../../../lcl/include/control.inc"/>
540 <        <EditorIndex Value="-1"/>
541 <        <WindowIndex Value="1"/>
542 <        <TopLine Value="4771"/>
543 <        <CursorPos Y="4784"/>
544 <        <UsageCount Value="11"/>
545 <      </Unit71>
546 <      <Unit72>
547 <        <Filename Value="../../../../lcl/stdctrls.pp"/>
548 <        <TopLine Value="303"/>
549 <        <CursorPos X="24" Y="318"/>
550 <        <UsageCount Value="14"/>
551 <      </Unit72>
552 <      <Unit73>
553 <        <Filename Value="../../../../lcl/include/scrollbar.inc"/>
554 <        <TopLine Value="93"/>
555 <        <CursorPos X="3" Y="97"/>
556 <        <UsageCount Value="8"/>
557 <      </Unit73>
558 <      <Unit74>
559 <        <Filename Value="../../../../lcl/include/scrollingwincontrol.inc"/>
560 <        <TopLine Value="199"/>
561 <        <CursorPos X="3" Y="201"/>
562 <        <UsageCount Value="8"/>
563 <      </Unit74>
564 <      <Unit75>
565 <        <Filename Value="/usr/share/fpcsrc/packages/fcl-image/src/fpcanvas.pp"/>
566 <        <TopLine Value="351"/>
567 <        <CursorPos X="14" Y="363"/>
568 <        <UsageCount Value="13"/>
569 <      </Unit75>
570 <      <Unit76>
571 <        <Filename Value="../../../../lcl/interfaces/gtk2/gtk2winapi.inc"/>
572 <        <TopLine Value="6332"/>
573 <        <CursorPos Y="6346"/>
574 <        <UsageCount Value="12"/>
575 <      </Unit76>
576 <      <Unit77>
577 <        <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/datasource.inc"/>
578 <        <EditorIndex Value="-1"/>
579 <        <WindowIndex Value="1"/>
580 <        <TopLine Value="199"/>
581 <        <CursorPos X="22" Y="202"/>
582 <        <UsageCount Value="11"/>
583 <      </Unit77>
584 <      <Unit78>
585 <        <Filename Value="../ibtreeview/Unit1.pas"/>
586 <        <TopLine Value="145"/>
587 <        <CursorPos X="36" Y="174"/>
588 <        <UsageCount Value="9"/>
589 <      </Unit78>
590 <      <Unit79>
591 <        <Filename Value="../lookupcombobox/Unit1.pas"/>
592 <        <TopLine Value="207"/>
593 <        <CursorPos Y="236"/>
594 <        <UsageCount Value="9"/>
595 <      </Unit79>
596 <      <Unit80>
597 <        <Filename Value="../../runtime/IBDialogs.pas"/>
598 <        <ComponentName Value="IBXLoginDlg"/>
599 <        <HasResources Value="True"/>
600 <        <ResourceBaseClass Value="Form"/>
601 <        <EditorIndex Value="-1"/>
602 <        <WindowIndex Value="1"/>
603 <        <TopLine Value="26"/>
604 <        <CursorPos X="49" Y="42"/>
605 <        <UsageCount Value="10"/>
606 <      </Unit80>
607 <      <Unit81>
608 <        <Filename Value="../../design/IBDBReg.pas"/>
609 <        <TopLine Value="409"/>
610 <        <CursorPos X="62" Y="429"/>
611 <        <UsageCount Value="10"/>
612 <      </Unit81>
613 <      <Unit82>
614 <        <Filename Value="../../../../lcl/dbctrls.pp"/>
615 <        <EditorIndex Value="-1"/>
616 <        <WindowIndex Value="1"/>
617 <        <TopLine Value="789"/>
618 <        <CursorPos X="15" Y="800"/>
619 <        <UsageCount Value="10"/>
620 <      </Unit82>
621 <      <Unit83>
622 <        <Filename Value="../../../../lcl/include/customdbcombobox.inc"/>
623 <        <TopLine Value="67"/>
624 <        <CursorPos Y="74"/>
625 <        <UsageCount Value="10"/>
626 <      </Unit83>
627 <      <Unit84>
628 <        <Filename Value="../../../../lcl/include/customcombobox.inc"/>
629 <        <TopLine Value="227"/>
630 <        <CursorPos Y="237"/>
631 <        <UsageCount Value="10"/>
632 <      </Unit84>
633 <      <Unit85>
634 <        <Filename Value="../../../../lcl/include/dblookupcombobox.inc"/>
635 <        <EditorIndex Value="-1"/>
636 <        <WindowIndex Value="1"/>
637 <        <TopLine Value="27"/>
638 <        <CursorPos X="3" Y="31"/>
639 <        <UsageCount Value="10"/>
640 <      </Unit85>
641 <      <Unit86>
642 <        <Filename Value="../../../../lcl/include/dblookup.inc"/>
643 <        <EditorIndex Value="-1"/>
644 <        <WindowIndex Value="1"/>
645 <        <TopLine Value="281"/>
646 <        <CursorPos X="3" Y="289"/>
647 <        <UsageCount Value="10"/>
648 <      </Unit86>
649 <      <Unit87>
650 <        <Filename Value="/usr/share/fpcsrc/2.6.4/packages/fcl-db/src/base/db.pas"/>
651 <        <EditorIndex Value="-1"/>
652 <        <WindowIndex Value="1"/>
653 <        <TopLine Value="1695"/>
654 <        <CursorPos X="3" Y="1673"/>
655 <        <UsageCount Value="10"/>
656 <      </Unit87>
657 <      <Unit88>
658 <        <Filename Value="../../../mwaframework/source/BaseFrameUnit.pas"/>
659 <        <ComponentName Value="BaseFrame"/>
660 <        <HasResources Value="True"/>
661 <        <ResourceBaseClass Value="Frame"/>
662 <        <EditorIndex Value="-1"/>
663 <        <WindowIndex Value="1"/>
664 <        <TopLine Value="41"/>
665 <        <CursorPos X="42" Y="60"/>
666 <        <UsageCount Value="10"/>
667 <      </Unit88>
668 <      <Unit89>
669 <        <Filename Value="../../../mwaframework/source/BaseFormUnit.pas"/>
670 <        <EditorIndex Value="-1"/>
671 <        <WindowIndex Value="1"/>
672 <        <CursorPos X="64" Y="9"/>
673 <        <UsageCount Value="10"/>
674 <      </Unit89>
675 <      <Unit90>
676 <        <Filename Value="../../../mwaframework/source/CustomDBUnit.pas"/>
677 <        <EditorIndex Value="-1"/>
678 <        <WindowIndex Value="1"/>
679 <        <TopLine Value="72"/>
680 <        <CursorPos X="61" Y="91"/>
681 <        <UsageCount Value="10"/>
682 <      </Unit90>
683 <      <Unit91>
684 <        <Filename Value="../../../mwaframework/source/TopFormUnit.pas"/>
685 <        <EditorIndex Value="-1"/>
686 <        <WindowIndex Value="1"/>
687 <        <CursorPos X="65" Y="13"/>
688 <        <UsageCount Value="10"/>
689 <      </Unit91>
690 <      <Unit92>
691 <        <Filename Value="../../../mwaframework/source/dlg/DBFormUnit.pas"/>
692 <        <EditorIndex Value="-1"/>
693 <        <WindowIndex Value="1"/>
694 <        <CursorPos X="27" Y="7"/>
695 <        <UsageCount Value="10"/>
696 <      </Unit92>
697 <      <Unit93>
698 <        <Filename Value="../../../mwaframework/source/listframeunit.pas"/>
699 <        <ComponentName Value="ListFrame"/>
700 <        <HasResources Value="True"/>
701 <        <ResourceBaseClass Value="Frame"/>
702 <        <EditorIndex Value="-1"/>
703 <        <WindowIndex Value="1"/>
704 <        <CursorPos X="49" Y="10"/>
705 <        <UsageCount Value="10"/>
706 <      </Unit93>
707 <      <Unit94>
708 <        <Filename Value="../../runtime/dblogindlg.pas"/>
709 <        <EditorIndex Value="-1"/>
710 <        <WindowIndex Value="1"/>
711 <        <TopLine Value="40"/>
712 <        <CursorPos X="13" Y="67"/>
713 <        <UsageCount Value="10"/>
714 <      </Unit94>
715 <      <Unit95>
716 <        <Filename Value="../../ibexpress.pas"/>
717 <        <EditorIndex Value="-1"/>
718 <        <WindowIndex Value="1"/>
719 <        <CursorPos X="96" Y="6"/>
720 <        <UsageCount Value="10"/>
721 <      </Unit95>
722 <    </Units>
723 <    <JumpHistory Count="28" HistoryIndex="27">
724 <      <Position1>
725 <        <Filename Value="unit1.pas"/>
726 <        <Caret Line="295" Column="3" TopLine="293"/>
727 <      </Position1>
728 <      <Position2>
729 <        <Filename Value="unit1.pas"/>
730 <        <Caret Line="296" Column="3" TopLine="294"/>
731 <      </Position2>
732 <      <Position3>
733 <        <Filename Value="unit1.pas"/>
734 <        <Caret Line="297" Column="3" TopLine="295"/>
735 <      </Position3>
736 <      <Position4>
737 <        <Filename Value="unit1.pas"/>
738 <        <Caret Line="298" Column="3" TopLine="296"/>
739 <      </Position4>
740 <      <Position5>
741 <        <Filename Value="unit1.pas"/>
742 <        <Caret Line="299" Column="3" TopLine="297"/>
743 <      </Position5>
744 <      <Position6>
745 <        <Filename Value="unit1.pas"/>
746 <        <Caret Line="300" Column="3" TopLine="298"/>
747 <      </Position6>
748 <      <Position7>
749 <        <Filename Value="unit1.pas"/>
750 <        <Caret Line="301" Column="3" TopLine="299"/>
751 <      </Position7>
752 <      <Position8>
753 <        <Filename Value="unit1.pas"/>
754 <        <Caret Line="302" Column="3" TopLine="300"/>
755 <      </Position8>
756 <      <Position9>
757 <        <Filename Value="unit1.pas"/>
758 <        <Caret Line="303" Column="3" TopLine="301"/>
759 <      </Position9>
760 <      <Position10>
761 <        <Filename Value="unit1.pas"/>
762 <        <Caret Line="10" Column="11"/>
763 <      </Position10>
764 <      <Position11>
765 <        <Filename Value="unit1.pas"/>
766 <        <Caret Line="286" Column="41" TopLine="275"/>
767 <      </Position11>
768 <      <Position12>
769 <        <Filename Value="unit1.pas"/>
770 <        <Caret Line="236" Column="6" TopLine="233"/>
771 <      </Position12>
772 <      <Position13>
773 <        <Filename Value="unit1.pas"/>
774 <        <Caret Line="60" Column="23" TopLine="37"/>
775 <      </Position13>
776 <      <Position14>
777 <        <Filename Value="unit1.pas"/>
778 <        <Caret Line="236" Column="29" TopLine="232"/>
779 <      </Position14>
780 <      <Position15>
781 <        <Filename Value="unit1.pas"/>
782 <        <Caret Line="237" Column="76" TopLine="222"/>
783 <      </Position15>
784 <      <Position16>
785 <        <Filename Value="unit1.pas"/>
786 <        <Caret Line="296" Column="27" TopLine="293"/>
787 <      </Position16>
788 <      <Position17>
789 <        <Filename Value="unit1.pas"/>
790 <        <Caret Line="243" Column="3" TopLine="239"/>
791 <      </Position17>
792 <      <Position18>
793 <        <Filename Value="unit1.pas"/>
794 <        <Caret Line="236" Column="11" TopLine="221"/>
795 <      </Position18>
796 <      <Position19>
797 <        <Filename Value="unit1.pas"/>
798 <        <Caret Line="224" Column="81" TopLine="206"/>
799 <      </Position19>
800 <      <Position20>
801 <        <Filename Value="unit1.pas"/>
802 <        <Caret Line="133" Column="46" TopLine="111"/>
803 <      </Position20>
804 <      <Position21>
805 <        <Filename Value="unit1.pas"/>
806 <        <Caret Line="134" Column="45" TopLine="113"/>
807 <      </Position21>
808 <      <Position22>
809 <        <Filename Value="unit1.pas"/>
810 <        <Caret Line="220" TopLine="215"/>
811 <      </Position22>
812 <      <Position23>
813 <        <Filename Value="unit1.pas"/>
814 <        <Caret Line="222" TopLine="217"/>
815 <      </Position23>
816 <      <Position24>
817 <        <Filename Value="unit1.pas"/>
818 <        <Caret Line="135" TopLine="122"/>
819 <      </Position24>
820 <      <Position25>
821 <        <Filename Value="unit1.pas"/>
822 <        <Caret Line="364" TopLine="338"/>
823 <      </Position25>
824 <      <Position26>
825 <        <Filename Value="unit1.pas"/>
826 <        <Caret Line="137" TopLine="112"/>
827 <      </Position26>
828 <      <Position27>
829 <        <Filename Value="unit1.pas"/>
830 <        <Caret Line="365" Column="3" TopLine="354"/>
831 <      </Position27>
832 <      <Position28>
833 <        <Filename Value="unit1.pas"/>
834 <        <Caret Line="360" TopLine="354"/>
835 <      </Position28>
836 <    </JumpHistory>
837 <  </ProjectOptions>
838 <  <CompilerOptions>
839 <    <Version Value="11"/>
840 <    <Target>
841 <      <Filename Value="project1"/>
842 <    </Target>
843 <    <SearchPaths>
844 <      <IncludeFiles Value="$(ProjOutDir)"/>
845 <      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
846 <    </SearchPaths>
847 <    <Linking>
848 <      <Options>
849 <        <Win32>
850 <          <GraphicApplication Value="True"/>
851 <        </Win32>
852 <      </Options>
853 <    </Linking>
854 <    <Other>
855 <      <CustomOptions Value="-dUseCThreads"/>
856 <    </Other>
857 <  </CompilerOptions>
858 <  <Debugging>
859 <    <Exceptions Count="3">
860 <      <Item1>
861 <        <Name Value="EAbort"/>
862 <      </Item1>
863 <      <Item2>
864 <        <Name Value="ECodetoolError"/>
865 <      </Item2>
866 <      <Item3>
867 <        <Name Value="EFOpenError"/>
868 <      </Item3>
869 <    </Exceptions>
870 <  </Debugging>
871 < </CONFIG>
1 > <?xml version="1.0" encoding="UTF-8"?>
2 > <CONFIG>
3 >  <ProjectOptions>
4 >    <Version Value="10"/>
5 >    <General>
6 >      <MainUnit Value="0"/>
7 >      <ResourceType Value="res"/>
8 >      <UseXPManifest Value="True"/>
9 >      <Icon Value="0"/>
10 >    </General>
11 >    <i18n>
12 >      <EnableI18N LFM="False"/>
13 >    </i18n>
14 >    <BuildModes Count="1" Active="Default">
15 >      <Item1 Name="Default" Default="True"/>
16 >    </BuildModes>
17 >    <PublishOptions>
18 >      <Version Value="2"/>
19 >      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
20 >      <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
21 >    </PublishOptions>
22 >    <RunParams>
23 >      <local>
24 >        <FormatVersion Value="1"/>
25 >      </local>
26 >    </RunParams>
27 >    <RequiredPackages Count="4">
28 >      <Item1>
29 >        <PackageName Value="ibcontrols"/>
30 >      </Item1>
31 >      <Item2>
32 >        <PackageName Value="FCL"/>
33 >        <MinVersion Major="1" Valid="True"/>
34 >      </Item2>
35 >      <Item3>
36 >        <PackageName Value="ibexpress"/>
37 >        <MinVersion Minor="9" Valid="True"/>
38 >      </Item3>
39 >      <Item4>
40 >        <PackageName Value="LCL"/>
41 >      </Item4>
42 >    </RequiredPackages>
43 >    <Units Count="22">
44 >      <Unit0>
45 >        <Filename Value="project1.lpr"/>
46 >        <IsPartOfProject Value="True"/>
47 >        <EditorIndex Value="-1"/>
48 >        <CursorPos X="33" Y="10"/>
49 >        <UsageCount Value="188"/>
50 >      </Unit0>
51 >      <Unit1>
52 >        <Filename Value="unit1.pas"/>
53 >        <IsPartOfProject Value="True"/>
54 >        <ComponentName Value="Form1"/>
55 >        <HasResources Value="True"/>
56 >        <ResourceBaseClass Value="Form"/>
57 >        <UnitName Value="Unit1"/>
58 >        <CursorPos X="10" Y="10"/>
59 >        <UsageCount Value="188"/>
60 >        <Loaded Value="True"/>
61 >        <LoadedDesigner Value="True"/>
62 >      </Unit1>
63 >      <Unit2>
64 >        <Filename Value="unit2.pas"/>
65 >        <IsPartOfProject Value="True"/>
66 >        <ComponentName Value="SelectDeptDlg"/>
67 >        <HasResources Value="True"/>
68 >        <ResourceBaseClass Value="Form"/>
69 >        <UnitName Value="Unit2"/>
70 >        <EditorIndex Value="-1"/>
71 >        <CursorPos X="39" Y="9"/>
72 >        <UsageCount Value="25"/>
73 >      </Unit2>
74 >      <Unit3>
75 >        <Filename Value="../../runtime/IBDatabase.pas"/>
76 >        <EditorIndex Value="-1"/>
77 >        <TopLine Value="1000"/>
78 >        <CursorPos X="78" Y="1003"/>
79 >        <UsageCount Value="10"/>
80 >      </Unit3>
81 >      <Unit4>
82 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
83 >        <EditorIndex Value="2"/>
84 >        <TopLine Value="2081"/>
85 >        <CursorPos Y="2084"/>
86 >        <UsageCount Value="11"/>
87 >        <Loaded Value="True"/>
88 >      </Unit4>
89 >      <Unit5>
90 >        <Filename Value="../../runtime/IBSQL.pas"/>
91 >        <EditorIndex Value="-1"/>
92 >        <TopLine Value="700"/>
93 >        <CursorPos X="3" Y="706"/>
94 >        <UsageCount Value="11"/>
95 >      </Unit5>
96 >      <Unit6>
97 >        <Filename Value="../../../fbintf/IB.pas"/>
98 >        <EditorIndex Value="1"/>
99 >        <TopLine Value="466"/>
100 >        <CursorPos X="25" Y="484"/>
101 >        <UsageCount Value="11"/>
102 >        <Loaded Value="True"/>
103 >      </Unit6>
104 >      <Unit7>
105 >        <Filename Value="../../runtime/IBUpdateSQL.pas"/>
106 >        <EditorIndex Value="-1"/>
107 >        <TopLine Value="103"/>
108 >        <CursorPos X="3" Y="105"/>
109 >        <UsageCount Value="11"/>
110 >      </Unit7>
111 >      <Unit8>
112 >        <Filename Value="../../runtime/IBUpdate.pas"/>
113 >        <EditorIndex Value="-1"/>
114 >        <TopLine Value="464"/>
115 >        <CursorPos X="3" Y="483"/>
116 >        <UsageCount Value="10"/>
117 >      </Unit8>
118 >      <Unit9>
119 >        <Filename Value="../../runtime/IBDatabaseInfo.pas"/>
120 >        <EditorIndex Value="-1"/>
121 >        <CursorPos X="20" Y="32"/>
122 >        <UsageCount Value="11"/>
123 >      </Unit9>
124 >      <Unit10>
125 >        <Filename Value="/usr/share/fpcsrc/packages/fcl-db/src/base/db.pas"/>
126 >        <EditorIndex Value="-1"/>
127 >        <TopLine Value="160"/>
128 >        <CursorPos X="3" Y="165"/>
129 >        <UsageCount Value="10"/>
130 >      </Unit10>
131 >      <Unit11>
132 >        <Filename Value="../../design/IBSQLEditFrame.pas"/>
133 >        <ComponentName Value="IBSQLEditFrame"/>
134 >        <HasResources Value="True"/>
135 >        <ResourceBaseClass Value="Frame"/>
136 >        <EditorIndex Value="-1"/>
137 >        <TopLine Value="187"/>
138 >        <CursorPos X="30" Y="200"/>
139 >        <UsageCount Value="10"/>
140 >      </Unit11>
141 >      <Unit12>
142 >        <Filename Value="../../design/ibinsertsqleditor.pas"/>
143 >        <EditorIndex Value="-1"/>
144 >        <TopLine Value="52"/>
145 >        <CursorPos X="38" Y="79"/>
146 >        <UsageCount Value="10"/>
147 >      </Unit12>
148 >      <Unit13>
149 >        <Filename Value="../../design/ibupdatesqleditor.pas"/>
150 >        <EditorIndex Value="-1"/>
151 >        <TopLine Value="177"/>
152 >        <CursorPos X="3" Y="179"/>
153 >        <UsageCount Value="10"/>
154 >      </Unit13>
155 >      <Unit14>
156 >        <Filename Value="../../../fbintf/client/FBMessages.pas"/>
157 >        <EditorIndex Value="-1"/>
158 >        <TopLine Value="585"/>
159 >        <CursorPos X="23" Y="616"/>
160 >        <UsageCount Value="10"/>
161 >      </Unit14>
162 >      <Unit15>
163 >        <Filename Value="../../../../../fpcsrc/3.0.4/packages/fcl-db/src/base/dataset.inc"/>
164 >        <EditorIndex Value="-1"/>
165 >        <TopLine Value="1725"/>
166 >        <CursorPos Y="1748"/>
167 >        <UsageCount Value="10"/>
168 >      </Unit15>
169 >      <Unit16>
170 >        <Filename Value="../../../../../fpcsrc/3.0.4/packages/fcl-db/src/base/fields.inc"/>
171 >        <EditorIndex Value="-1"/>
172 >        <TopLine Value="679"/>
173 >        <CursorPos Y="700"/>
174 >        <UsageCount Value="10"/>
175 >      </Unit16>
176 >      <Unit17>
177 >        <Filename Value="../../changelog"/>
178 >        <EditorIndex Value="-1"/>
179 >        <CursorPos X="52" Y="18"/>
180 >        <UsageCount Value="10"/>
181 >        <DefaultSyntaxHighlighter Value="None"/>
182 >      </Unit17>
183 >      <Unit18>
184 >        <Filename Value="/usr/share/fpcsrc/rtl/inc/systemh.inc"/>
185 >        <EditorIndex Value="6"/>
186 >        <TopLine Value="424"/>
187 >        <CursorPos X="3" Y="443"/>
188 >        <UsageCount Value="10"/>
189 >        <Loaded Value="True"/>
190 >      </Unit18>
191 >      <Unit19>
192 >        <Filename Value="/usr/share/fpcsrc/rtl/objpas/sysutils/datih.inc"/>
193 >        <EditorIndex Value="5"/>
194 >        <TopLine Value="85"/>
195 >        <CursorPos X="4" Y="105"/>
196 >        <UsageCount Value="10"/>
197 >        <Loaded Value="True"/>
198 >      </Unit19>
199 >      <Unit20>
200 >        <Filename Value="../../../fbintf/IBExternals.pas"/>
201 >        <EditorIndex Value="4"/>
202 >        <TopLine Value="50"/>
203 >        <CursorPos X="3" Y="57"/>
204 >        <UsageCount Value="10"/>
205 >        <Loaded Value="True"/>
206 >      </Unit20>
207 >      <Unit21>
208 >        <Filename Value="../../../ibxflazreports/IBXFPrintPreviewDlgUnit.pas"/>
209 >        <ComponentName Value="IBXFPrintPreviewDlg"/>
210 >        <HasResources Value="True"/>
211 >        <ResourceBaseClass Value="Form"/>
212 >        <IsVisibleTab Value="True"/>
213 >        <EditorIndex Value="3"/>
214 >        <CursorPos X="28" Y="7"/>
215 >        <UsageCount Value="10"/>
216 >        <Loaded Value="True"/>
217 >        <LoadedDesigner Value="True"/>
218 >      </Unit21>
219 >    </Units>
220 >    <JumpHistory Count="13" HistoryIndex="12">
221 >      <Position1>
222 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
223 >        <Caret Line="311" Column="3" TopLine="301"/>
224 >      </Position1>
225 >      <Position2>
226 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
227 >        <Caret Line="500" Column="15" TopLine="482"/>
228 >      </Position2>
229 >      <Position3>
230 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
231 >        <Caret Line="2066" Column="20" TopLine="2058"/>
232 >      </Position3>
233 >      <Position4>
234 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
235 >        <Caret Line="444" Column="15" TopLine="424"/>
236 >      </Position4>
237 >      <Position5>
238 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
239 >        <Caret Line="2096" Column="48" TopLine="2073"/>
240 >      </Position5>
241 >      <Position6>
242 >        <Filename Value="/usr/share/fpcsrc/rtl/objpas/sysutils/datih.inc"/>
243 >        <Caret Line="111" Column="54" TopLine="91"/>
244 >      </Position6>
245 >      <Position7>
246 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
247 >        <Caret Line="2104" Column="56" TopLine="2077"/>
248 >      </Position7>
249 >      <Position8>
250 >        <Filename Value="../../../fbintf/IB.pas"/>
251 >        <Caret Line="484" Column="25" TopLine="466"/>
252 >      </Position8>
253 >      <Position9>
254 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
255 >        <Caret Line="2104" Column="21" TopLine="2077"/>
256 >      </Position9>
257 >      <Position10>
258 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
259 >        <Caret Line="2077" TopLine="2066"/>
260 >      </Position10>
261 >      <Position11>
262 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
263 >        <Caret Line="2088" Column="47" TopLine="2068"/>
264 >      </Position11>
265 >      <Position12>
266 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
267 >        <Caret Line="2077" TopLine="2068"/>
268 >      </Position12>
269 >      <Position13>
270 >        <Filename Value="../../runtime/IBCustomDataSet.pas"/>
271 >        <Caret Line="2074" Column="65" TopLine="2068"/>
272 >      </Position13>
273 >    </JumpHistory>
274 >  </ProjectOptions>
275 >  <CompilerOptions>
276 >    <Version Value="11"/>
277 >    <Target>
278 >      <Filename Value="project1"/>
279 >    </Target>
280 >    <SearchPaths>
281 >      <IncludeFiles Value="$(ProjOutDir)"/>
282 >      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
283 >    </SearchPaths>
284 >    <Linking>
285 >      <Debugging>
286 >        <UseHeaptrc Value="True"/>
287 >      </Debugging>
288 >      <Options>
289 >        <Win32>
290 >          <GraphicApplication Value="True"/>
291 >        </Win32>
292 >      </Options>
293 >    </Linking>
294 >    <Other>
295 >      <CustomOptions Value="-dUseCThreads"/>
296 >    </Other>
297 >  </CompilerOptions>
298 >  <Debugging>
299 >    <Exceptions Count="3">
300 >      <Item1>
301 >        <Name Value="EAbort"/>
302 >      </Item1>
303 >      <Item2>
304 >        <Name Value="ECodetoolError"/>
305 >      </Item2>
306 >      <Item3>
307 >        <Name Value="EFOpenError"/>
308 >      </Item3>
309 >    </Exceptions>
310 >  </Debugging>
311 > </CONFIG>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines