mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
examples: clean up
git-svn-id: trunk@38158 -
This commit is contained in:
parent
85f064ce90
commit
ca126b80e1
@ -6,11 +6,11 @@
|
||||
<Flags>
|
||||
<LRSInOutputDirectory Value="False"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InIDEConfig"/>
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="TestXMLReder"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<Icon Value="0"/>
|
||||
<ActiveWindowIndexAtStart Value="0"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<StringTable ProductVersion=""/>
|
||||
@ -36,12 +36,11 @@
|
||||
<PackageName Value="LCL"/>
|
||||
</Item1>
|
||||
</RequiredPackages>
|
||||
<Units Count="6">
|
||||
<Units Count="2">
|
||||
<Unit0>
|
||||
<Filename Value="TestXMLReder.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="TestXMLReder"/>
|
||||
<UsageCount Value="67"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="testxmlreaderunit.pas"/>
|
||||
@ -50,61 +49,8 @@
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="TestXMLReaderUnit"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="0"/>
|
||||
<WindowIndex Value="0"/>
|
||||
<TopLine Value="92"/>
|
||||
<CursorPos X="19" Y="105"/>
|
||||
<UsageCount Value="67"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="../../../install/fpcsrc/packages/fcl-xml/src/xmlread.pp"/>
|
||||
<UnitName Value="XMLRead"/>
|
||||
<TopLine Value="3782"/>
|
||||
<CursorPos X="11" Y="3800"/>
|
||||
<UsageCount Value="5"/>
|
||||
</Unit2>
|
||||
<Unit3>
|
||||
<Filename Value="../../../install/fpcsrc/packages/fcl-xml/src/dom.pp"/>
|
||||
<UnitName Value="DOM"/>
|
||||
<TopLine Value="945"/>
|
||||
<CursorPos X="3" Y="947"/>
|
||||
<UsageCount Value="5"/>
|
||||
</Unit3>
|
||||
<Unit4>
|
||||
<Filename Value="../../../../../usr/local/share/lazarus/lcl/comctrls.pp"/>
|
||||
<UnitName Value="ComCtrls"/>
|
||||
<TopLine Value="811"/>
|
||||
<CursorPos X="28" Y="829"/>
|
||||
<UsageCount Value="5"/>
|
||||
</Unit4>
|
||||
<Unit5>
|
||||
<Filename Value="../../../../../usr/local/share/lazarus/lcl/interfaces/gtk/gtkwidgetset.inc"/>
|
||||
<TopLine Value="4300"/>
|
||||
<CursorPos X="59" Y="4318"/>
|
||||
<UsageCount Value="5"/>
|
||||
</Unit5>
|
||||
</Units>
|
||||
<JumpHistory Count="4" HistoryIndex="3">
|
||||
<Position1>
|
||||
<Filename Value="testxmlreaderunit.pas"/>
|
||||
<Caret Line="91" Column="53" TopLine="31"/>
|
||||
</Position1>
|
||||
<Position2>
|
||||
<Filename Value="testxmlreaderunit.pas"/>
|
||||
<Caret Line="124" Column="7" TopLine="92"/>
|
||||
</Position2>
|
||||
<Position3>
|
||||
<Filename Value="testxmlreaderunit.pas"/>
|
||||
<Caret Line="69" Column="28" TopLine="34"/>
|
||||
</Position3>
|
||||
<Position4>
|
||||
<Filename Value="testxmlreaderunit.pas"/>
|
||||
<Caret Line="123" Column="1" TopLine="93"/>
|
||||
</Position4>
|
||||
</JumpHistory>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
@ -115,11 +61,6 @@
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Linking>
|
||||
<Options>
|
||||
<Win32>
|
||||
@ -144,5 +85,4 @@
|
||||
</Item3>
|
||||
</Exceptions>
|
||||
</Debugging>
|
||||
<EditorMacros Count="0"/>
|
||||
</CONFIG>
|
||||
|
Loading…
Reference in New Issue
Block a user