2013-08-14 20:09:46 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2007-08-10 22:15:51 +00:00
|
|
|
<CONFIG>
|
|
|
|
<ProjectOptions>
|
2017-02-10 07:05:15 +00:00
|
|
|
<Version Value="10"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
<General>
|
2009-02-18 19:33:57 +00:00
|
|
|
<Flags>
|
|
|
|
<LRSInOutputDirectory Value="False"/>
|
|
|
|
</Flags>
|
2007-08-10 22:15:51 +00:00
|
|
|
<MainUnit Value="0"/>
|
2009-06-29 16:01:00 +00:00
|
|
|
<Title Value="RxDBGrid demo"/>
|
2010-03-02 17:47:14 +00:00
|
|
|
<ResourceType Value="res"/>
|
2009-06-29 16:01:00 +00:00
|
|
|
<UseXPManifest Value="True"/>
|
2010-02-22 23:19:24 +00:00
|
|
|
<Icon Value="0"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
</General>
|
|
|
|
<VersionInfo>
|
2009-06-29 16:01:00 +00:00
|
|
|
<UseVersionInfo Value="True"/>
|
2010-02-23 00:06:12 +00:00
|
|
|
<AutoIncrementBuild Value="True"/>
|
2010-02-22 23:19:24 +00:00
|
|
|
<MajorVersionNr Value="3"/>
|
2010-03-02 17:47:14 +00:00
|
|
|
<MinorVersionNr Value="4"/>
|
2010-02-23 00:06:12 +00:00
|
|
|
<RevisionNr Value="1"/>
|
2010-07-09 16:21:55 +00:00
|
|
|
<BuildNr Value="1"/>
|
2011-09-22 17:07:49 +00:00
|
|
|
<StringTable ProductName="Demo application from RXFPC library" LegalCopyright="Lagunov Aleksey, GPL 2" ProductVersion="3.1.1.0" FileDescription="Demo application from RXFPC library"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
</VersionInfo>
|
2011-01-07 21:39:14 +00:00
|
|
|
<BuildModes Count="1">
|
|
|
|
<Item1 Name="default" Default="True"/>
|
|
|
|
</BuildModes>
|
2007-08-10 22:15:51 +00:00
|
|
|
<PublishOptions>
|
|
|
|
<Version Value="2"/>
|
|
|
|
<IgnoreBinaries Value="False"/>
|
|
|
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
|
|
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
|
|
|
</PublishOptions>
|
|
|
|
<RunParams>
|
|
|
|
<local>
|
|
|
|
<FormatVersion Value="1"/>
|
|
|
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
|
|
</local>
|
|
|
|
</RunParams>
|
2014-10-02 11:12:42 +00:00
|
|
|
<RequiredPackages Count="5">
|
2007-08-10 22:15:51 +00:00
|
|
|
<Item1>
|
2014-08-06 10:06:26 +00:00
|
|
|
<PackageName Value="rxdbgrid_export_spreadsheet"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
</Item1>
|
|
|
|
<Item2>
|
2014-08-06 10:06:26 +00:00
|
|
|
<PackageName Value="rxdbgrid_print"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
</Item2>
|
|
|
|
<Item3>
|
2014-10-02 11:12:42 +00:00
|
|
|
<PackageName Value="FCL"/>
|
2014-08-06 10:06:26 +00:00
|
|
|
<MinVersion Major="1" Valid="True"/>
|
2009-12-02 20:10:03 +00:00
|
|
|
</Item3>
|
|
|
|
<Item4>
|
2014-10-02 11:12:42 +00:00
|
|
|
<PackageName Value="LCL"/>
|
2014-08-06 10:06:26 +00:00
|
|
|
</Item4>
|
|
|
|
<Item5>
|
2008-01-31 13:23:03 +00:00
|
|
|
<PackageName Value="rxnew"/>
|
2012-02-26 21:06:20 +00:00
|
|
|
<MinVersion Major="1" Release="18" Build="56" Valid="True"/>
|
2014-10-02 11:12:42 +00:00
|
|
|
</Item5>
|
2007-08-10 22:15:51 +00:00
|
|
|
</RequiredPackages>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Units Count="55">
|
2007-08-10 22:15:51 +00:00
|
|
|
<Unit0>
|
|
|
|
<Filename Value="RxDBGridDemo.lpr"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
2015-07-28 10:15:04 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2015-06-08 12:08:21 +00:00
|
|
|
<CursorPos X="47" Y="18"/>
|
2017-02-27 05:38:55 +00:00
|
|
|
<UsageCount Value="119"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
</Unit0>
|
|
|
|
<Unit1>
|
|
|
|
<Filename Value="rxdbgridmainunit.pas"/>
|
|
|
|
<IsPartOfProject Value="True"/>
|
2009-06-29 16:01:00 +00:00
|
|
|
<ComponentName Value="RxDBGridMainForm"/>
|
2012-08-23 17:03:53 +00:00
|
|
|
<HasResources Value="True"/>
|
2009-02-18 19:33:57 +00:00
|
|
|
<ResourceBaseClass Value="Form"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
<UnitName Value="RxDBGridMainUnit"/>
|
2017-02-27 05:38:55 +00:00
|
|
|
<TopLine Value="78"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<CursorPos X="138" Y="89"/>
|
2017-02-27 05:38:55 +00:00
|
|
|
<UsageCount Value="119"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
<Loaded Value="True"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
<LoadedDesigner Value="True"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
</Unit1>
|
2016-09-20 06:34:17 +00:00
|
|
|
<Unit2>
|
|
|
|
<Filename Value="../../rxdbgrid.pas"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-21 09:01:53 +00:00
|
|
|
<TopLine Value="2470"/>
|
2016-09-20 07:48:58 +00:00
|
|
|
<CursorPos X="72" Y="2503"/>
|
|
|
|
<UsageCount Value="11"/>
|
2016-09-20 06:34:17 +00:00
|
|
|
</Unit2>
|
2016-09-20 06:38:25 +00:00
|
|
|
<Unit3>
|
|
|
|
<Filename Value="../../rxdbgridexportspreadsheet.pas"/>
|
|
|
|
<UnitName Value="RxDBGridExportSpreadSheet"/>
|
2016-09-20 07:48:58 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-21 09:01:53 +00:00
|
|
|
<TopLine Value="74"/>
|
|
|
|
<CursorPos X="41" Y="91"/>
|
2016-09-20 06:38:25 +00:00
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit3>
|
2016-09-20 07:48:58 +00:00
|
|
|
<Unit4>
|
|
|
|
<Filename Value="../../rxdconst.pas"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-20 07:48:58 +00:00
|
|
|
<TopLine Value="100"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<CursorPos X="55" Y="121"/>
|
2016-09-20 07:48:58 +00:00
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit4>
|
2016-09-20 08:27:38 +00:00
|
|
|
<Unit5>
|
|
|
|
<Filename Value="../../rxautopanel.pas"/>
|
|
|
|
<UnitName Value="RxAutoPanel"/>
|
2016-09-20 10:11:30 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<TopLine Value="32"/>
|
|
|
|
<CursorPos X="74" Y="56"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit5>
|
|
|
|
<Unit6>
|
|
|
|
<Filename Value="../../registerrx.pas"/>
|
2016-09-20 10:11:30 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-21 09:01:53 +00:00
|
|
|
<TopLine Value="156"/>
|
|
|
|
<CursorPos X="47" Y="184"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit6>
|
|
|
|
<Unit7>
|
|
|
|
<Filename Value="../../rxpickdate.pas"/>
|
2016-09-20 10:11:30 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-21 09:01:53 +00:00
|
|
|
<TopLine Value="246"/>
|
|
|
|
<CursorPos Y="257"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit7>
|
|
|
|
<Unit8>
|
2016-09-21 09:01:53 +00:00
|
|
|
<Filename Value="../../rxtooledit.pas"/>
|
2016-09-20 10:11:30 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-21 09:01:53 +00:00
|
|
|
<CursorPos X="3"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit8>
|
|
|
|
<Unit9>
|
|
|
|
<Filename Value="../../rxdateutil.pas"/>
|
2016-09-20 10:11:30 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<TopLine Value="16"/>
|
|
|
|
<CursorPos X="16" Y="32"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit9>
|
|
|
|
<Unit10>
|
2016-09-21 09:01:53 +00:00
|
|
|
<Filename Value="../../rxdbdateedit.pas"/>
|
2016-09-20 10:11:30 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<TopLine Value="97"/>
|
2016-09-21 09:01:53 +00:00
|
|
|
<CursorPos X="18" Y="32"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit10>
|
|
|
|
<Unit11>
|
2016-09-21 09:01:53 +00:00
|
|
|
<Filename Value="../../rxdbutils.pas"/>
|
2016-09-20 10:11:30 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<TopLine Value="145"/>
|
|
|
|
<CursorPos X="53" Y="168"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit11>
|
|
|
|
<Unit12>
|
|
|
|
<Filename Value="../../rxdaterangeeditunit.pas"/>
|
|
|
|
<UnitName Value="rxDateRangeEditUnit"/>
|
2016-09-20 10:11:30 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2016-09-20 08:27:38 +00:00
|
|
|
<TopLine Value="133"/>
|
|
|
|
<CursorPos X="8" Y="150"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit12>
|
2016-09-21 09:01:53 +00:00
|
|
|
<Unit13>
|
|
|
|
<Filename Value="../../rxboxprocs.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit13>
|
|
|
|
<Unit14>
|
|
|
|
<Filename Value="../../rxfduallst.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="22"/>
|
|
|
|
<CursorPos X="16" Y="32"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit14>
|
|
|
|
<Unit15>
|
|
|
|
<Filename Value="../../rxduallist.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="72"/>
|
|
|
|
<CursorPos X="35" Y="91"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit15>
|
|
|
|
<Unit16>
|
|
|
|
<Filename Value="../../rxtbrsetup.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="74"/>
|
|
|
|
<CursorPos X="38" Y="93"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit16>
|
|
|
|
<Unit17>
|
|
|
|
<Filename Value="../../rxceeditlookupfields.pas"/>
|
|
|
|
<UnitName Value="rxceEditLookupFields"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="40"/>
|
|
|
|
<CursorPos X="9" Y="64"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit17>
|
|
|
|
<Unit18>
|
|
|
|
<Filename Value="../../register_rxctrl.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="269"/>
|
|
|
|
<CursorPos X="24" Y="301"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit18>
|
|
|
|
<Unit19>
|
|
|
|
<Filename Value="../../LazReport/rxlazreport.pas"/>
|
|
|
|
<UnitName Value="RxLazReport"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<CursorPos X="90" Y="7"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit19>
|
|
|
|
<Unit20>
|
|
|
|
<Filename Value="../../LazReport/lrrxcontrols.pas"/>
|
|
|
|
<UnitName Value="lrRxControls"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="122"/>
|
|
|
|
<CursorPos X="74" Y="139"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit20>
|
|
|
|
<Unit21>
|
|
|
|
<Filename Value="../../rxvclutils.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit21>
|
|
|
|
<Unit22>
|
|
|
|
<Filename Value="../../rxctrls.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="819"/>
|
|
|
|
<CursorPos X="27" Y="824"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit22>
|
|
|
|
<Unit23>
|
|
|
|
<Filename Value="../../rxtoolbar.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="272"/>
|
|
|
|
<CursorPos X="35" Y="281"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit23>
|
|
|
|
<Unit24>
|
|
|
|
<Filename Value="../../rxswitch.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="136"/>
|
|
|
|
<CursorPos X="16" Y="157"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit24>
|
|
|
|
<Unit25>
|
|
|
|
<Filename Value="../../rxdice.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="16"/>
|
|
|
|
<CursorPos X="49" Y="38"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit25>
|
|
|
|
<Unit26>
|
|
|
|
<Filename Value="../../rxclock.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="166"/>
|
|
|
|
<CursorPos X="16" Y="181"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit26>
|
|
|
|
<Unit27>
|
|
|
|
<Filename Value="../../rxspin.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="242"/>
|
|
|
|
<CursorPos X="13" Y="245"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit27>
|
|
|
|
<Unit28>
|
|
|
|
<Filename Value="../../rxmdi.pas"/>
|
|
|
|
<UnitName Value="RxMDI"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="134"/>
|
|
|
|
<CursorPos Y="160"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit28>
|
|
|
|
<Unit29>
|
|
|
|
<Filename Value="../../rxpopupunit.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="233"/>
|
|
|
|
<CursorPos X="6" Y="250"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit29>
|
|
|
|
<Unit30>
|
|
|
|
<Filename Value="../../rxlookup.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="13"/>
|
|
|
|
<CursorPos X="23" Y="41"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit30>
|
|
|
|
<Unit31>
|
|
|
|
<Filename Value="../../rxdbctrls.pas"/>
|
|
|
|
<UnitName Value="RxDBCtrls"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="187"/>
|
|
|
|
<CursorPos X="29" Y="215"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit31>
|
|
|
|
<Unit32>
|
|
|
|
<Filename Value="../../rxdbgridexportpdf.pas"/>
|
|
|
|
<UnitName Value="RxDBGridExportPdf"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="23"/>
|
|
|
|
<CursorPos X="38" Y="40"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit32>
|
|
|
|
<Unit33>
|
|
|
|
<Filename Value="../../rxlogin.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="196"/>
|
|
|
|
<CursorPos X="47" Y="209"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit33>
|
|
|
|
<Unit34>
|
|
|
|
<Filename Value="../../rxdbgridprintgrid.pas"/>
|
|
|
|
<UnitName Value="RxDBGridPrintGrid"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="22"/>
|
|
|
|
<CursorPos X="24" Y="39"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit34>
|
|
|
|
<Unit35>
|
|
|
|
<Filename Value="../../rxseldsfrm.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="61"/>
|
|
|
|
<CursorPos X="16" Y="32"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit35>
|
|
|
|
<Unit36>
|
|
|
|
<Filename Value="../../registerrxdb.pas"/>
|
|
|
|
<UnitName Value="RegisterRxDB"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="149"/>
|
|
|
|
<CursorPos X="19" Y="165"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit36>
|
|
|
|
<Unit37>
|
|
|
|
<Filename Value="../../rxcurredit.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="113"/>
|
|
|
|
<CursorPos X="3" Y="130"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit37>
|
|
|
|
<Unit38>
|
|
|
|
<Filename Value="../../rxdbcurredit.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="25"/>
|
|
|
|
<CursorPos X="18" Y="34"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit38>
|
|
|
|
<Unit39>
|
|
|
|
<Filename Value="../../rxfolderlister.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="13"/>
|
|
|
|
<CursorPos X="20" Y="32"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit39>
|
|
|
|
<Unit40>
|
|
|
|
<Filename Value="../../rxpagemngr.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="26"/>
|
|
|
|
<CursorPos X="74" Y="49"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit40>
|
|
|
|
<Unit41>
|
|
|
|
<Filename Value="../../rxdbgrid_findunit.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="55"/>
|
|
|
|
<CursorPos X="8" Y="72"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit41>
|
|
|
|
<Unit42>
|
|
|
|
<Filename Value="../../rxdbspinedit.pas"/>
|
|
|
|
<UnitName Value="RxDBSpinEdit"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="115"/>
|
|
|
|
<CursorPos X="8" Y="132"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit42>
|
|
|
|
<Unit43>
|
|
|
|
<Filename Value="../../rxdbtimeedit.pas"/>
|
|
|
|
<UnitName Value="RxDBTimeEdit"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="125"/>
|
|
|
|
<CursorPos X="8" Y="142"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit43>
|
|
|
|
<Unit44>
|
|
|
|
<Filename Value="../../rxmemds.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="247"/>
|
|
|
|
<CursorPos X="36" Y="264"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit44>
|
|
|
|
<Unit45>
|
|
|
|
<Filename Value="../../rxdbcomb.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="156"/>
|
|
|
|
<CursorPos X="8" Y="173"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit45>
|
|
|
|
<Unit46>
|
|
|
|
<Filename Value="../../rxdbgridfootertools_setup.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="52"/>
|
|
|
|
<CursorPos X="8" Y="69"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit46>
|
|
|
|
<Unit47>
|
|
|
|
<Filename Value="../../rxxpman.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="14"/>
|
|
|
|
<CursorPos X="6" Y="56"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit47>
|
2017-02-10 07:05:15 +00:00
|
|
|
<Unit48>
|
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
|
|
|
<EditorIndex Value="1"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<TopLine Value="946"/>
|
|
|
|
<CursorPos X="44" Y="974"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
<UsageCount Value="11"/>
|
|
|
|
<Loaded Value="True"/>
|
|
|
|
</Unit48>
|
|
|
|
<Unit49>
|
|
|
|
<Filename Value="../../../../lcl/grids.pas"/>
|
|
|
|
<UnitName Value="Grids"/>
|
2017-02-27 05:38:55 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
<TopLine Value="5347"/>
|
|
|
|
<CursorPos X="132" Y="5371"/>
|
|
|
|
<UsageCount Value="11"/>
|
|
|
|
</Unit49>
|
|
|
|
<Unit50>
|
|
|
|
<Filename Value="../../../../lcl/controls.pp"/>
|
|
|
|
<UnitName Value="Controls"/>
|
2017-02-27 05:38:55 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
<TopLine Value="2284"/>
|
|
|
|
<CursorPos X="15" Y="2303"/>
|
|
|
|
<UsageCount Value="11"/>
|
|
|
|
</Unit50>
|
|
|
|
<Unit51>
|
|
|
|
<Filename Value="../../../../lcl/include/customcontrol.inc"/>
|
2017-02-27 05:38:55 +00:00
|
|
|
<EditorIndex Value="-1"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
<TopLine Value="64"/>
|
|
|
|
<CursorPos X="3" Y="73"/>
|
|
|
|
<UsageCount Value="11"/>
|
|
|
|
</Unit51>
|
|
|
|
<Unit52>
|
|
|
|
<Filename Value="../../../../lcl/dbgrids.pas"/>
|
|
|
|
<UnitName Value="DBGrids"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<EditorIndex Value="3"/>
|
2017-02-27 05:38:55 +00:00
|
|
|
<TopLine Value="458"/>
|
|
|
|
<CursorPos X="37" Y="473"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
<UsageCount Value="11"/>
|
|
|
|
<Loaded Value="True"/>
|
|
|
|
</Unit52>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Unit53>
|
|
|
|
<Filename Value="/home/install/source/fpcsrc/packages/fcl-db/src/base/db.pas"/>
|
|
|
|
<EditorIndex Value="-1"/>
|
|
|
|
<TopLine Value="1805"/>
|
|
|
|
<CursorPos X="14" Y="1822"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
</Unit53>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Unit54>
|
|
|
|
<Filename Value="../../rxdb/rxdbgrid_findunit.pas"/>
|
|
|
|
<IsVisibleTab Value="True"/>
|
|
|
|
<EditorIndex Value="2"/>
|
|
|
|
<TopLine Value="157"/>
|
|
|
|
<CursorPos X="20" Y="186"/>
|
|
|
|
<UsageCount Value="10"/>
|
|
|
|
<Loaded Value="True"/>
|
|
|
|
</Unit54>
|
2007-08-10 22:15:51 +00:00
|
|
|
</Units>
|
2017-02-27 05:44:48 +00:00
|
|
|
<JumpHistory Count="30" HistoryIndex="29">
|
2017-02-10 07:05:15 +00:00
|
|
|
<Position1>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="207" Column="19" TopLine="185"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position1>
|
|
|
|
<Position2>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="199" Column="10" TopLine="185"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position2>
|
|
|
|
<Position3>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="1031" Column="15" TopLine="1020"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position3>
|
|
|
|
<Position4>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="4930" Column="19" TopLine="4930"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position4>
|
|
|
|
<Position5>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="5000" Column="5" TopLine="4988"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position5>
|
|
|
|
<Position6>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="1030" Column="3" TopLine="1012"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position6>
|
|
|
|
<Position7>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="5000" Column="5" TopLine="4976"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position7>
|
|
|
|
<Position8>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="4943" Column="3" TopLine="4933"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position8>
|
|
|
|
<Position9>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="5002" Column="10" TopLine="4985"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position9>
|
|
|
|
<Position10>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="5019" Column="21" TopLine="5001"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position10>
|
|
|
|
<Position11>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="5021" Column="12" TopLine="5003"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position11>
|
|
|
|
<Position12>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="5088" Column="18" TopLine="5068"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position12>
|
|
|
|
<Position13>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="5089" Column="30" TopLine="5068"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position13>
|
|
|
|
<Position14>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="4968" Column="43" TopLine="4956"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position14>
|
|
|
|
<Position15>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="625" Column="17" TopLine="607"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position15>
|
|
|
|
<Position16>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="2459" Column="42" TopLine="2431"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position16>
|
|
|
|
<Position17>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="2465" Column="15" TopLine="2437"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position17>
|
|
|
|
<Position18>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position18>
|
|
|
|
<Position19>
|
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="639" Column="3" TopLine="630"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position19>
|
|
|
|
<Position20>
|
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="2505" Column="40" TopLine="2502"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position20>
|
|
|
|
<Position21>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../../../lcl/dbgrids.pas"/>
|
|
|
|
<Caret Line="473" Column="14" TopLine="456"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
</Position21>
|
|
|
|
<Position22>
|
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
|
|
|
<Caret Line="2505" Column="40" TopLine="2502"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position22>
|
|
|
|
<Position23>
|
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="639" Column="24" TopLine="624"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position23>
|
|
|
|
<Position24>
|
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="820" Column="55" TopLine="792"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position24>
|
|
|
|
<Position25>
|
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="650" Column="15" TopLine="634"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position25>
|
|
|
|
<Position26>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Filename Value="../../../../lcl/dbgrids.pas"/>
|
|
|
|
<Caret Line="473" Column="14" TopLine="456"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position26>
|
|
|
|
<Position27>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../../../lcl/dbgrids.pas"/>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Caret Line="339" Column="15" TopLine="323"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position27>
|
|
|
|
<Position28>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
|
|
|
<Caret Line="2591" Column="38" TopLine="2588"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position28>
|
|
|
|
<Position29>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position29>
|
|
|
|
<Position30>
|
2017-02-27 05:44:48 +00:00
|
|
|
<Filename Value="../../rxdb/rxdbgrid_findunit.pas"/>
|
|
|
|
<Caret Line="165" Column="2" TopLine="139"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Position30>
|
|
|
|
</JumpHistory>
|
2007-08-10 22:15:51 +00:00
|
|
|
</ProjectOptions>
|
|
|
|
<CompilerOptions>
|
2012-02-26 21:06:20 +00:00
|
|
|
<Version Value="11"/>
|
2009-12-03 17:41:24 +00:00
|
|
|
<Target>
|
|
|
|
<Filename Value="RxDBGridDemo"/>
|
|
|
|
</Target>
|
2007-08-10 22:15:51 +00:00
|
|
|
<SearchPaths>
|
2009-12-03 17:41:24 +00:00
|
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
2011-01-07 21:39:14 +00:00
|
|
|
<SrcPath Value="$(LazarusDir)/lcl;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)"/>
|
2007-08-10 22:15:51 +00:00
|
|
|
</SearchPaths>
|
2010-07-08 17:43:31 +00:00
|
|
|
<Parsing>
|
|
|
|
<SyntaxOptions>
|
|
|
|
<UseAnsiStrings Value="False"/>
|
|
|
|
</SyntaxOptions>
|
|
|
|
</Parsing>
|
2007-08-10 22:15:51 +00:00
|
|
|
<Linking>
|
|
|
|
<Options>
|
|
|
|
<Win32>
|
|
|
|
<GraphicApplication Value="True"/>
|
|
|
|
</Win32>
|
|
|
|
</Options>
|
|
|
|
</Linking>
|
|
|
|
</CompilerOptions>
|
2017-02-10 07:05:15 +00:00
|
|
|
<Debugging>
|
|
|
|
<BreakPoints Count="1">
|
|
|
|
<Item1>
|
|
|
|
<Kind Value="bpkSource"/>
|
|
|
|
<WatchScope Value="wpsLocal"/>
|
|
|
|
<WatchKind Value="wpkWrite"/>
|
|
|
|
<Source Value="../../rxdb/rxdbgrid.pas"/>
|
2017-02-27 05:38:55 +00:00
|
|
|
<Line Value="4095"/>
|
2017-02-10 07:05:15 +00:00
|
|
|
</Item1>
|
|
|
|
</BreakPoints>
|
|
|
|
</Debugging>
|
2007-08-10 22:15:51 +00:00
|
|
|
</CONFIG>
|