1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="10"/>
<General>
<MainUnit Value="0"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<Icon Value="0"/>
</General>
<VersionInfo>
<Language Value=""/>
<CharSet Value=""/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
</BuildModes>
<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"/>
</local>
</RunParams>
<RequiredPackages Count="1">
<Item1>
<PackageName Value="LCL"/>
</Item1>
</RequiredPackages>
<Units Count="10">
<Unit0>
<Filename Value="project1.lpr"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="1"/>
<WindowIndex Value="1"/>
<CursorPos X="35" Y="14"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
</Unit0>
<Unit1>
<Filename Value="unit1.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="Form1"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/>
<WindowIndex Value="1"/>
<CursorPos X="89" Y="34"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
</Unit1>
<Unit2>
<Filename Value="../../lcl/lcltype.pp"/>
<UnitName Value="LCLType"/>
<TopLine Value="1585"/>
<CursorPos X="15" Y="1604"/>
<UsageCount Value="11"/>
</Unit2>
<Unit3>
<Filename Value="../../lcl/interfaces/gtk2/gtk2themes.pas"/>
<UnitName Value="Gtk2Themes"/>
<TopLine Value="151"/>
<CursorPos X="39" Y="166"/>
<UsageCount Value="11"/>
</Unit3>
<Unit4>
<Filename Value="../../lcl/interfaces/win32/win32themes.pas"/>
<UnitName Value="Win32Themes"/>
<TopLine Value="153"/>
<CursorPos X="37" Y="176"/>
<UsageCount Value="11"/>
<Bookmarks Count="1">
<Item0 X="15" Y="163" ID="1"/>
</Bookmarks>
</Unit4>
<Unit5>
<Filename Value="../../lcl/interfaces/win32/win32extra.pas"/>
<UnitName Value="Win32Extra"/>
<UsageCount Value="11"/>
</Unit5>
<Unit6>
<Filename Value="../../../fpc/rtl/win/wininc/func.inc"/>
<TopLine Value="42"/>
<CursorPos X="10" Y="61"/>
<UsageCount Value="11"/>
</Unit6>
<Unit7>
<Filename Value="../../lcl/interfaces/qt/qtthemes.pas"/>
<UnitName Value="QtThemes"/>
<TopLine Value="338"/>
<CursorPos X="55" Y="359"/>
<UsageCount Value="11"/>
</Unit7>
<Unit8>
<Filename Value="../../lcl/interfaces/qt/qt45.pas"/>
<TopLine Value="10480"/>
<CursorPos X="5" Y="10499"/>
<UsageCount Value="11"/>
<Bookmarks Count="1">
<Item0 X="35" Y="10466" ID="2"/>
</Bookmarks>
</Unit8>
<Unit9>
<Filename Value="../../lcl/interfaces/qt/qtwinapi.inc"/>
<TopLine Value="4865"/>
<CursorPos X="70" Y="4875"/>
<UsageCount Value="11"/>
</Unit9>
</Units>
<JumpHistory HistoryIndex="-1"/>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
</SearchPaths>
<Linking>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
</CompilerOptions>
<Debugging>
<Exceptions Count="3">
<Item1>
<Name Value="EAbort"/>
</Item1>
<Item2>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
<Name Value="EFOpenError"/>
</Item3>
</Exceptions>
</Debugging>
</CONFIG>
|