~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to tools/install/win/RemovedFiles64.iss

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; Files that are now longer present in Lazarus 1.0
 
2
; Either moved to a new location, or removed entirely
 
3
; This file should be included in the [InstallDelete] section
 
4
Name: {app}\components\chmhelp\lhelp\chmpopup.lrs; Type: files
 
5
Name: {app}\components\chmhelp\lhelp\lhelpcore.lrs; Type: files
 
6
Name: {app}\components\chmhelp\packages\help\lib\x86_64-win64\lhelpcontrol.o; Type: files
 
7
Name: {app}\components\chmhelp\packages\help\lib\x86_64-win64\lhelpcontrolpkg.o; Type: files
 
8
Name: {app}\components\chmhelp\packages\help\lib\x86_64-win64\lhelpcontrolpkg.ppu; Type: files
 
9
Name: {app}\components\chmhelp\packages\help\lib\x86_64-win64\lhelpcontrol.ppu; Type: files
 
10
Name: {app}\components\chmhelp\packages\idehelp\lib\x86_64-win64\chmhelppkg.o; Type: files
 
11
Name: {app}\components\chmhelp\packages\idehelp\lib\x86_64-win64\chmhelppkg.ppu; Type: files
 
12
Name: {app}\components\chmhelp\packages\idehelp\lib\x86_64-win64\lazchmhelp.o; Type: files
 
13
Name: {app}\components\chmhelp\packages\idehelp\lib\x86_64-win64\lazchmhelp.ppu; Type: files
 
14
Name: {app}\components\codetools\allcodetoolunits.pp; Type: files
 
15
Name: {app}\components\codetools\laz2_dom.pas; Type: files
 
16
Name: {app}\components\codetools\laz2_names.inc; Type: files
 
17
Name: {app}\components\codetools\laz2_xmlread.pas; Type: files
 
18
Name: {app}\components\codetools\laz2_xmlutils.pas; Type: files
 
19
Name: {app}\components\codetools\laz2_xmlwrite.pas; Type: files
 
20
Name: {app}\components\codetools\laz_dom.pas; Type: files
 
21
Name: {app}\components\codetools\laz_xmlcfg.pas; Type: files
 
22
Name: {app}\components\codetools\laz_xmlread.pas; Type: files
 
23
Name: {app}\components\codetools\laz_xmlstreaming.pas; Type: files
 
24
Name: {app}\components\codetools\laz_xmlwrite.pas; Type: files
 
25
Name: {app}\components\codetools\units\x86_64-win64\allcodetoolunits.o; Type: files
 
26
Name: {app}\components\codetools\units\x86_64-win64\allcodetoolunits.ppu; Type: files
 
27
Name: {app}\components\codetools\units\x86_64-win64\laz2_dom.o; Type: files
 
28
Name: {app}\components\codetools\units\x86_64-win64\laz2_dom.ppu; Type: files
 
29
Name: {app}\components\codetools\units\x86_64-win64\laz2_xmlread.o; Type: files
 
30
Name: {app}\components\codetools\units\x86_64-win64\laz2_xmlread.ppu; Type: files
 
31
Name: {app}\components\codetools\units\x86_64-win64\laz2_xmlutils.o; Type: files
 
32
Name: {app}\components\codetools\units\x86_64-win64\laz2_xmlutils.ppu; Type: files
 
33
Name: {app}\components\codetools\units\x86_64-win64\laz2_xmlwrite.o; Type: files
 
34
Name: {app}\components\codetools\units\x86_64-win64\laz2_xmlwrite.ppu; Type: files
 
35
Name: {app}\components\codetools\units\x86_64-win64\laz_dom.o; Type: files
 
36
Name: {app}\components\codetools\units\x86_64-win64\laz_dom.ppu; Type: files
 
37
Name: {app}\components\codetools\units\x86_64-win64\laz_xmlcfg.o; Type: files
 
38
Name: {app}\components\codetools\units\x86_64-win64\laz_xmlcfg.ppu; Type: files
 
39
Name: {app}\components\codetools\units\x86_64-win64\laz_xmlread.o; Type: files
 
40
Name: {app}\components\codetools\units\x86_64-win64\laz_xmlread.ppu; Type: files
 
41
Name: {app}\components\codetools\units\x86_64-win64\laz_xmlstreaming.o; Type: files
 
42
Name: {app}\components\codetools\units\x86_64-win64\laz_xmlstreaming.ppu; Type: files
 
43
Name: {app}\components\codetools\units\x86_64-win64\laz_xmlwrite.o; Type: files
 
44
Name: {app}\components\codetools\units\x86_64-win64\laz_xmlwrite.ppu; Type: files
 
45
Name: {app}\components\customdrawn\customdrawnutils.pas; Type: files
 
46
Name: {app}\components\editortoolbar\edttbconfigfrm.lrs; Type: files
 
47
Name: {app}\components\fpcunit\guitestrunner.lrs; Type: files
 
48
Name: {app}\components\fpcunit\ide\lib\x86_64-win64\fpcunitide.o; Type: files
 
49
Name: {app}\components\fpcunit\ide\lib\x86_64-win64\fpcunitide.ppu; Type: files
 
50
Name: {app}\components\fpcunit\ide\lib\x86_64-win64\fpcunitlazideintf.o; Type: files
 
51
Name: {app}\components\fpcunit\ide\lib\x86_64-win64\fpcunitlazideintf.ppu; Type: files
 
52
Name: {app}\components\fpcunit\ide\lib\x86_64-win64\strtestcaseopts.o; Type: files
 
53
Name: {app}\components\fpcunit\ide\lib\x86_64-win64\strtestcaseopts.ppu; Type: files
 
54
Name: {app}\components\fpcunit\ide\lib\x86_64-win64\testcaseopts.lfm; Type: files
 
55
Name: {app}\components\fpcunit\ide\lib\x86_64-win64\testcaseopts.o; Type: files
 
56
Name: {app}\components\fpcunit\ide\lib\x86_64-win64\testcaseopts.ppu; Type: files
 
57
Name: {app}\components\fpcunit\ide\testcaseopts.lrs; Type: files
 
58
Name: {app}\components\fpcunit\lib\x86_64-win64\fpcunittestrunner.o; Type: files
 
59
Name: {app}\components\fpcunit\lib\x86_64-win64\fpcunittestrunner.ppu; Type: files
 
60
Name: {app}\components\fpcunit\lib\x86_64-win64\guitestrunner.lfm; Type: files
 
61
Name: {app}\components\fpcunit\lib\x86_64-win64\guitestrunner.o; Type: files
 
62
Name: {app}\components\fpcunit\lib\x86_64-win64\guitestrunner.ppu; Type: files
 
63
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AddBeginEnd.o; Type: files
 
64
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AddBeginEnd.ppu; Type: files
 
65
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AddBlockEndSemicolon.o; Type: files
 
66
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AddBlockEndSemicolon.ppu; Type: files
 
67
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignAssign.o; Type: files
 
68
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignAssign.ppu; Type: files
 
69
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignBase.o; Type: files
 
70
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignBase.ppu; Type: files
 
71
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignComment.o; Type: files
 
72
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignComment.ppu; Type: files
 
73
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignConst.o; Type: files
 
74
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignConst.ppu; Type: files
 
75
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignField.o; Type: files
 
76
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignField.ppu; Type: files
 
77
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignTypedef.o; Type: files
 
78
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignTypedef.ppu; Type: files
 
79
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignVars.o; Type: files
 
80
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AlignVars.ppu; Type: files
 
81
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AllProcesses.o; Type: files
 
82
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AllProcesses.ppu; Type: files
 
83
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AsmKeywords.o; Type: files
 
84
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\AsmKeywords.ppu; Type: files
 
85
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BaseVisitor.o; Type: files
 
86
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BaseVisitor.ppu; Type: files
 
87
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BasicStats.o; Type: files
 
88
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BasicStats.ppu; Type: files
 
89
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BlockStyles.o; Type: files
 
90
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BlockStyles.ppu; Type: files
 
91
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BuildParseTree.o; Type: files
 
92
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BuildParseTree.ppu; Type: files
 
93
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BuildTokenList.o; Type: files
 
94
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\BuildTokenList.ppu; Type: files
 
95
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Capitalisation.o; Type: files
 
96
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Capitalisation.ppu; Type: files
 
97
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Converter.o; Type: files
 
98
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Converter.ppu; Type: files
 
99
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ConvertTypes.o; Type: files
 
100
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ConvertTypes.ppu; Type: files
 
101
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Delay.o; Type: files
 
102
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Delay.ppu; Type: files
 
103
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\EditorConverter.o; Type: files
 
104
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\EditorConverter.ppu; Type: files
 
105
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\fAbout.lfm; Type: files
 
106
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\fAbout.o; Type: files
 
107
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\fAbout.ppu; Type: files
 
108
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FileConverter.o; Type: files
 
109
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FileConverter.ppu; Type: files
 
110
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FileUtils.o; Type: files
 
111
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FileUtils.ppu; Type: files
 
112
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FindReplace.o; Type: files
 
113
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FindReplace.ppu; Type: files
 
114
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FixCase.o; Type: files
 
115
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FixCase.ppu; Type: files
 
116
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\fJcfErrorDisplay.lfm; Type: files
 
117
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\fJcfErrorDisplay.o; Type: files
 
118
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\fJcfErrorDisplay.ppu; Type: files
 
119
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FormatFlags.o; Type: files
 
120
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\FormatFlags.ppu; Type: files
 
121
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frAnyCapsSettings.lfm; Type: files
 
122
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frAnyCapsSettings.o; Type: files
 
123
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frAnyCapsSettings.ppu; Type: files
 
124
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frAsm.lfm; Type: files
 
125
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frAsm.o; Type: files
 
126
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frAsm.ppu; Type: files
 
127
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frBlankLines.lfm; Type: files
 
128
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frBlankLines.o; Type: files
 
129
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frBlankLines.ppu; Type: files
 
130
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyAlign.lfm; Type: files
 
131
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyAlign.o; Type: files
 
132
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyAlign.ppu; Type: files
 
133
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyBlocks.lfm; Type: files
 
134
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyBlocks.o; Type: files
 
135
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyBlocks.ppu; Type: files
 
136
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyCaseBlocks.lfm; Type: files
 
137
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyCaseBlocks.o; Type: files
 
138
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyCaseBlocks.ppu; Type: files
 
139
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyIndent.lfm; Type: files
 
140
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyIndent.o; Type: files
 
141
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyIndent.ppu; Type: files
 
142
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarify.lfm; Type: files
 
143
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyLongLineBreaker.lfm; Type: files
 
144
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyLongLineBreaker.o; Type: files
 
145
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyLongLineBreaker.ppu; Type: files
 
146
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarify.o; Type: files
 
147
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarify.ppu; Type: files
 
148
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyReturns.lfm; Type: files
 
149
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyReturns.o; Type: files
 
150
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifyReturns.ppu; Type: files
 
151
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifySpaces.lfm; Type: files
 
152
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifySpaces.o; Type: files
 
153
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frClarifySpaces.ppu; Type: files
 
154
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frComments.lfm; Type: files
 
155
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frComments.o; Type: files
 
156
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frComments.ppu; Type: files
 
157
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frCompilerDirectReturns.lfm; Type: files
 
158
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frCompilerDirectReturns.o; Type: files
 
159
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frCompilerDirectReturns.ppu; Type: files
 
160
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frFiles.lfm; Type: files
 
161
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frFiles.o; Type: files
 
162
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frFiles.ppu; Type: files
 
163
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frIdentifierCapsSettings.lfm; Type: files
 
164
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frIdentifierCapsSettings.o; Type: files
 
165
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frIdentifierCapsSettings.ppu; Type: files
 
166
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frNotIdentifierCapsSettings.lfm; Type: files
 
167
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frNotIdentifierCapsSettings.o; Type: files
 
168
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frNotIdentifierCapsSettings.ppu; Type: files
 
169
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frObfuscateSettings.lfm; Type: files
 
170
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frObfuscateSettings.o; Type: files
 
171
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frObfuscateSettings.ppu; Type: files
 
172
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frPreProcessor.lfm; Type: files
 
173
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frPreProcessor.o; Type: files
 
174
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frPreProcessor.ppu; Type: files
 
175
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frReplace.lfm; Type: files
 
176
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frReplace.o; Type: files
 
177
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frReplace.ppu; Type: files
 
178
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frReservedCapsSettings.lfm; Type: files
 
179
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frReservedCapsSettings.o; Type: files
 
180
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frReservedCapsSettings.ppu; Type: files
 
181
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frTransform.lfm; Type: files
 
182
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frTransform.o; Type: files
 
183
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frTransform.ppu; Type: files
 
184
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frUnitCaps.lfm; Type: files
 
185
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frUnitCaps.o; Type: files
 
186
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frUnitCaps.ppu; Type: files
 
187
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frUses.lfm; Type: files
 
188
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frUses.o; Type: files
 
189
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frUses.ppu; Type: files
 
190
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frWarnings.lfm; Type: files
 
191
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frWarnings.o; Type: files
 
192
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\frWarnings.ppu; Type: files
 
193
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\fShowParseTree.lfm; Type: files
 
194
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\fShowParseTree.o; Type: files
 
195
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\fShowParseTree.ppu; Type: files
 
196
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\IdentifierCaps.o; Type: files
 
197
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\IdentifierCaps.ppu; Type: files
 
198
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\IndentAsmParam.o; Type: files
 
199
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\IndentAsmParam.ppu; Type: files
 
200
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Indenter.o; Type: files
 
201
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Indenter.ppu; Type: files
 
202
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\IntList.o; Type: files
 
203
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\IntList.ppu; Type: files
 
204
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfFileUtils.o; Type: files
 
205
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfFileUtils.ppu; Type: files
 
206
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfFontSetFunctions.o; Type: files
 
207
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfFontSetFunctions.ppu; Type: files
 
208
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfHelp.o; Type: files
 
209
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JCFHelp.o; Type: files
 
210
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfHelp.ppu; Type: files
 
211
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JCFHelp.ppu; Type: files
 
212
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\jcfidelazarus.o; Type: files
 
213
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\jcfidelazarus.ppu; Type: files
 
214
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\jcfidemain.o; Type: files
 
215
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\jcfidemain.ppu; Type: files
 
216
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\jcfideregister.o; Type: files
 
217
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\jcfideregister.ppu; Type: files
 
218
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfLog.o; Type: files
 
219
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfLog.ppu; Type: files
 
220
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfMiscFunctions.o; Type: files
 
221
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfMiscFunctions.ppu; Type: files
 
222
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfRegistrySettings.o; Type: files
 
223
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfRegistrySettings.ppu; Type: files
 
224
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfSetBase.o; Type: files
 
225
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JCFSetBase.o; Type: files
 
226
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfSetBase.ppu; Type: files
 
227
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JCFSetBase.ppu; Type: files
 
228
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfSettings.o; Type: files
 
229
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JCFSettings.o; Type: files
 
230
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfSettings.ppu; Type: files
 
231
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JCFSettings.ppu; Type: files
 
232
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfStringUtils.o; Type: files
 
233
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfStringUtils.ppu; Type: files
 
234
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfSystemUtils.o; Type: files
 
235
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfSystemUtils.ppu; Type: files
 
236
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\jcfuiconsts.o; Type: files
 
237
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\jcfuiconsts.ppu; Type: files
 
238
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfUnicodeFiles.o; Type: files
 
239
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfUnicodeFiles.ppu; Type: files
 
240
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfUnicode.o; Type: files
 
241
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfUnicode.ppu; Type: files
 
242
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfVersionConsts.o; Type: files
 
243
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\JcfVersionConsts.ppu; Type: files
 
244
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\LongLineBreaker.o; Type: files
 
245
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\LongLineBreaker.ppu; Type: files
 
246
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\MaxSpaces.o; Type: files
 
247
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\MaxSpaces.ppu; Type: files
 
248
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\MoveSpaceToBeforeColon.o; Type: files
 
249
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\MoveSpaceToBeforeColon.ppu; Type: files
 
250
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\MozComment.o; Type: files
 
251
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\MozComment.ppu; Type: files
 
252
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Nesting.o; Type: files
 
253
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Nesting.ppu; Type: files
 
254
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\NoReturnAfter.o; Type: files
 
255
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\NoReturnAfter.ppu; Type: files
 
256
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\NoReturnBefore.o; Type: files
 
257
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\NoReturnBefore.ppu; Type: files
 
258
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\NoSpaceAfter.o; Type: files
 
259
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\NoSpaceAfter.ppu; Type: files
 
260
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\NoSpaceBefore.o; Type: files
 
261
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\NoSpaceBefore.ppu; Type: files
 
262
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ParseError.o; Type: files
 
263
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ParseError.ppu; Type: files
 
264
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ParseTreeNode.o; Type: files
 
265
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ParseTreeNode.ppu; Type: files
 
266
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ParseTreeNodeType.o; Type: files
 
267
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ParseTreeNodeType.ppu; Type: files
 
268
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PreProcessorExpressionParser.o; Type: files
 
269
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PreProcessorExpressionParser.ppu; Type: files
 
270
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PreProcessorExpressionTokenise.o; Type: files
 
271
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PreProcessorExpressionTokenise.ppu; Type: files
 
272
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PreProcessorExpressionTokens.o; Type: files
 
273
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PreProcessorExpressionTokens.ppu; Type: files
 
274
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PreProcessorParseTree.o; Type: files
 
275
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PreProcessorParseTree.ppu; Type: files
 
276
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PropertyOnOneLine.o; Type: files
 
277
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\PropertyOnOneLine.ppu; Type: files
 
278
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RebreakLines.o; Type: files
 
279
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RebreakLines.ppu; Type: files
 
280
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReduceWhiteSpace.o; Type: files
 
281
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReduceWhiteSpace.ppu; Type: files
 
282
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveBlankLine.o; Type: files
 
283
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveBlankLine.ppu; Type: files
 
284
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveBlankLinesAfterProcHeader.o; Type: files
 
285
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveBlankLinesAfterProcHeader.ppu; Type: files
 
286
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveBlankLinesInVars.o; Type: files
 
287
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveBlankLinesInVars.ppu; Type: files
 
288
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveComment.o; Type: files
 
289
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveComment.ppu; Type: files
 
290
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveConsecutiveReturns.o; Type: files
 
291
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveConsecutiveReturns.ppu; Type: files
 
292
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveConsecutiveWhiteSpace.o; Type: files
 
293
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveConsecutiveWhiteSpace.ppu; Type: files
 
294
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveEmptyComment.o; Type: files
 
295
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveEmptyComment.ppu; Type: files
 
296
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveReturn.o; Type: files
 
297
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveReturn.ppu; Type: files
 
298
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveReturnsAfterBegin.o; Type: files
 
299
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveReturnsAfterBegin.ppu; Type: files
 
300
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveReturnsAfter.o; Type: files
 
301
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveReturnsAfter.ppu; Type: files
 
302
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveReturnsBeforeEnd.o; Type: files
 
303
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveReturnsBeforeEnd.ppu; Type: files
 
304
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveSpaceAtLineEnd.o; Type: files
 
305
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveSpaceAtLineEnd.ppu; Type: files
 
306
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveUnneededWhiteSpace.o; Type: files
 
307
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\RemoveUnneededWhiteSpace.ppu; Type: files
 
308
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReturnAfter.o; Type: files
 
309
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReturnAfter.ppu; Type: files
 
310
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReturnBefore.o; Type: files
 
311
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReturnBefore.ppu; Type: files
 
312
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReturnChars.o; Type: files
 
313
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReturnChars.ppu; Type: files
 
314
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReturnsAfterFinalEnd.o; Type: files
 
315
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\ReturnsAfterFinalEnd.ppu; Type: files
 
316
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetAlign.o; Type: files
 
317
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetAlign.ppu; Type: files
 
318
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetAsm.o; Type: files
 
319
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetAsm.ppu; Type: files
 
320
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetCaps.o; Type: files
 
321
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetCaps.ppu; Type: files
 
322
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetClarify.o; Type: files
 
323
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetClarify.ppu; Type: files
 
324
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetComments.o; Type: files
 
325
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetComments.ppu; Type: files
 
326
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetIndent.o; Type: files
 
327
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetIndent.ppu; Type: files
 
328
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetObfuscate.o; Type: files
 
329
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetObfuscate.ppu; Type: files
 
330
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetPreProcessor.o; Type: files
 
331
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetPreProcessor.ppu; Type: files
 
332
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetReplace.o; Type: files
 
333
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetReplace.ppu; Type: files
 
334
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetReturns.o; Type: files
 
335
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetReturns.ppu; Type: files
 
336
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetSpaces.o; Type: files
 
337
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetSpaces.ppu; Type: files
 
338
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SettingsStream.o; Type: files
 
339
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SettingsStream.ppu; Type: files
 
340
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SettingsTypes.o; Type: files
 
341
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SettingsTypes.ppu; Type: files
 
342
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetTransform.o; Type: files
 
343
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetTransform.ppu; Type: files
 
344
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetUses.o; Type: files
 
345
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetUses.ppu; Type: files
 
346
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetWordList.o; Type: files
 
347
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SetWordList.ppu; Type: files
 
348
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SingleSpaceAfter.o; Type: files
 
349
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SingleSpaceAfter.ppu; Type: files
 
350
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SingleSpaceBefore.o; Type: files
 
351
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SingleSpaceBefore.ppu; Type: files
 
352
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SortUsesData.o; Type: files
 
353
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SortUsesData.ppu; Type: files
 
354
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SortUses.o; Type: files
 
355
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SortUses.ppu; Type: files
 
356
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SourceTokenList.o; Type: files
 
357
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SourceTokenList.ppu; Type: files
 
358
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SourceToken.o; Type: files
 
359
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SourceToken.ppu; Type: files
 
360
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SpaceBeforeColon.o; Type: files
 
361
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SpaceBeforeColon.ppu; Type: files
 
362
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SpaceToTab.o; Type: files
 
363
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SpaceToTab.ppu; Type: files
 
364
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SpecificWordCaps.o; Type: files
 
365
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SpecificWordCaps.ppu; Type: files
 
366
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SwitchableVisitor.o; Type: files
 
367
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\SwitchableVisitor.ppu; Type: files
 
368
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\TabToSpace.o; Type: files
 
369
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\TabToSpace.ppu; Type: files
 
370
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Tokens.o; Type: files
 
371
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Tokens.ppu; Type: files
 
372
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\TokenUtils.o; Type: files
 
373
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\TokenUtils.ppu; Type: files
 
374
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\TreeWalker.o; Type: files
 
375
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\TreeWalker.ppu; Type: files
 
376
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\UnitNameCaps.o; Type: files
 
377
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\UnitNameCaps.ppu; Type: files
 
378
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\UsesClauseFindReplace.o; Type: files
 
379
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\UsesClauseFindReplace.ppu; Type: files
 
380
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\UsesClauseInsert.o; Type: files
 
381
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\UsesClauseInsert.ppu; Type: files
 
382
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\UsesClauseRemove.o; Type: files
 
383
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\UsesClauseRemove.ppu; Type: files
 
384
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\VisitSetNesting.o; Type: files
 
385
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\VisitSetNesting.ppu; Type: files
 
386
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\VisitSetXY.o; Type: files
 
387
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\VisitSetXY.ppu; Type: files
 
388
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\VisitStripEmptySpace.o; Type: files
 
389
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\VisitStripEmptySpace.ppu; Type: files
 
390
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnAssignToFunctionName.o; Type: files
 
391
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnAssignToFunctionName.ppu; Type: files
 
392
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnCaseNoElse.o; Type: files
 
393
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnCaseNoElse.ppu; Type: files
 
394
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnDestroy.o; Type: files
 
395
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnDestroy.ppu; Type: files
 
396
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnEmptyBlock.o; Type: files
 
397
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnEmptyBlock.ppu; Type: files
 
398
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Warning.o; Type: files
 
399
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\Warning.ppu; Type: files
 
400
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnRealType.o; Type: files
 
401
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnRealType.ppu; Type: files
 
402
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnUnusedParam.o; Type: files
 
403
Name: {app}\components\jcf2\IdePlugin\lazarus\lib\x86_64-win64\WarnUnusedParam.ppu; Type: files
 
404
Name: {app}\components\jcf2\Parse\UI\fShowParseTree.lrs; Type: files
 
405
Name: {app}\components\jcf2\Settings\JCFSetBase.pas; Type: files
 
406
Name: {app}\components\jcf2\Settings\JCFSettings.pas; Type: files
 
407
Name: {app}\components\jcf2\Ui\fAbout.lrs; Type: files
 
408
Name: {app}\components\jcf2\Ui\fAllSettings.pas; Type: files
 
409
Name: {app}\components\jcf2\Ui\fJcfErrorDisplay.lrs; Type: files
 
410
Name: {app}\components\jcf2\Ui\Settings\frBasicSettings.pas; Type: files
 
411
Name: {app}\components\jcf2\Ui\Settings\frmBaseSettingsFrame.pas; Type: files
 
412
Name: {app}\components\jcf2\Utils\FileUtils.pas; Type: files
 
413
Name: {app}\components\jcf2\Utils\JCFHelp.pas; Type: files
 
414
Name: {app}\components\lazcontrols\lib\x86_64-win64\dividerbevel.o; Type: files
 
415
Name: {app}\components\lazcontrols\lib\x86_64-win64\dividerbevel.ppu; Type: files
 
416
Name: {app}\components\lazcontrols\lib\x86_64-win64\extendednotebook.o; Type: files
 
417
Name: {app}\components\lazcontrols\lib\x86_64-win64\extendednotebook.ppu; Type: files
 
418
Name: {app}\components\lazcontrols\lib\x86_64-win64\lazcontrols.o; Type: files
 
419
Name: {app}\components\lazcontrols\lib\x86_64-win64\lazcontrols.ppu; Type: files
 
420
Name: {app}\components\lazreport\source\lr_about.lrs; Type: files
 
421
Name: {app}\components\lazreport\source\lr_barc.lrs; Type: files
 
422
Name: {app}\components\lazreport\source\lr_bnded.lrs; Type: files
 
423
Name: {app}\components\lazreport\source\lr_btyp.lrs; Type: files
 
424
Name: {app}\components\lazreport\source\lr_desgn.lrs; Type: files
 
425
Name: {app}\components\lazreport\source\lr_dock.lrs; Type: files
 
426
Name: {app}\components\lazreport\source\lr_dopt.lrs; Type: files
 
427
Name: {app}\components\lazreport\source\lr_dsopt.lrs; Type: files
 
428
Name: {app}\components\lazreport\source\lr_edit.lrs; Type: files
 
429
Name: {app}\components\lazreport\source\lr_ev_ed.lrs; Type: files
 
430
Name: {app}\components\lazreport\source\lr_expres.lrs; Type: files
 
431
Name: {app}\components\lazreport\source\lr_flds.lrs; Type: files
 
432
Name: {app}\components\lazreport\source\lr_fmted.lrs; Type: files
 
433
Name: {app}\components\lazreport\source\lr_funct_editor_unit1.lrs; Type: files
 
434
Name: {app}\components\lazreport\source\lr_funct_editor_unit.lrs; Type: files
 
435
Name: {app}\components\lazreport\source\lr_gedit.lrs; Type: files
 
436
Name: {app}\components\lazreport\source\lr_grped.lrs; Type: files
 
437
Name: {app}\components\lazreport\source\lr_hilit.lrs; Type: files
 
438
Name: {app}\components\lazreport\source\lr_iflds.lrs; Type: files
 
439
Name: {app}\components\lazreport\source\lr_insp.lrs; Type: files
 
440
Name: {app}\components\lazreport\source\lr_newrp.lrs; Type: files
 
441
Name: {app}\components\lazreport\source\lr_pgopt.lrs; Type: files
 
442
Name: {app}\components\lazreport\source\lr_prdlg.lrs; Type: files
 
443
Name: {app}\components\lazreport\source\lr_progr.lrs; Type: files
 
444
Name: {app}\components\lazreport\source\lr_rrect.lrs; Type: files
 
445
Name: {app}\components\lazreport\source\lr_shape.lrs; Type: files
 
446
Name: {app}\components\lazreport\source\lr_srch.lrs; Type: files
 
447
Name: {app}\components\lazreport\source\lr_templ.lrs; Type: files
 
448
Name: {app}\components\lazreport\source\lr_vared.lrs; Type: files
 
449
Name: {app}\components\lazreport\source\lr_var.lrs; Type: files
 
450
Name: {app}\components\lazreport\source\lr_vbnd.lrs; Type: files
 
451
Name: {app}\components\lazreport\source\lr_view.lrs; Type: files
 
452
Name: {app}\components\lazreport\source\sysutilsadds.pas; Type: files
 
453
Name: {app}\components\lazsvnpkg\svnaddprojectform.lrs; Type: files
 
454
Name: {app}\components\lazsvnpkg\svncommitform.lrs; Type: files
 
455
Name: {app}\components\lazsvnpkg\svndiffform.lrs; Type: files
 
456
Name: {app}\components\lazsvnpkg\svnlogform.lrs; Type: files
 
457
Name: {app}\components\lazsvnpkg\svnstatusform.lrs; Type: files
 
458
Name: {app}\components\lazsvnpkg\svnupdateform.lrs; Type: files
 
459
Name: {app}\components\leakview\heaptrcview.lrs; Type: files
 
460
Name: {app}\components\memds\frmselectdataset.lrs; Type: files
 
461
Name: {app}\components\messagecomposer\messagecomposer.lrs; Type: files
 
462
Name: {app}\components\opengl\example\mainunit.lrs; Type: files
 
463
Name: {app}\components\plotfunction\demo\event\frmmain.lrs; Type: files
 
464
Name: {app}\components\plotfunction\demo\expression\exprdemo.lrs; Type: files
 
465
Name: {app}\components\plotfunction\demo\expression\frmmain.lrs; Type: files
 
466
Name: {app}\components\prettyformat\pfidesource.pas; Type: files
 
467
Name: {app}\components\prettyformat\prettyformat.pas; Type: files
 
468
Name: {app}\components\prettyformat\ptopu.pp; Type: files
 
469
Name: {app}\components\printers\design\lib\x86_64-win64\ideprinting.o; Type: files
 
470
Name: {app}\components\printers\design\lib\x86_64-win64\ideprinting.ppu; Type: files
 
471
Name: {app}\components\printers\design\lib\x86_64-win64\printers4lazide.o; Type: files
 
472
Name: {app}\components\printers\design\lib\x86_64-win64\printers4lazide.ppu; Type: files
 
473
Name: {app}\components\printers\design\lib\x86_64-win64\sourceprinter.o; Type: files
 
474
Name: {app}\components\printers\design\lib\x86_64-win64\sourceprinter.ppu; Type: files
 
475
Name: {app}\components\printers\samples\rawmode\unitmain.lrs; Type: files
 
476
Name: {app}\components\projecttemplates\frmtemplatesettings.lrs; Type: files
 
477
Name: {app}\components\projecttemplates\frmtemplatevariables.lrs; Type: files
 
478
Name: {app}\components\sqldb\sqlstringspropertyeditordlg.lrs; Type: files
 
479
Name: {app}\components\synedit\allsyneditunits.pp; Type: files
 
480
Name: {app}\components\synedit\synpropertyeditobjectlist.lrs; Type: files
 
481
Name: {app}\components\synedit\units\x86_64-win64\allsyneditunits.o; Type: files
 
482
Name: {app}\components\synedit\units\x86_64-win64\allsyneditunits.ppu; Type: files
 
483
Name: {app}\components\synedit\units\x86_64-win64\synbeautifier.o; Type: files
 
484
Name: {app}\components\synedit\units\x86_64-win64\synbeautifier.ppu; Type: files
 
485
Name: {app}\components\synedit\units\x86_64-win64\syncompletion.o; Type: files
 
486
Name: {app}\components\synedit\units\x86_64-win64\syncompletion.ppu; Type: files
 
487
Name: {app}\components\synedit\units\x86_64-win64\syndesignstringconstants.o; Type: files
 
488
Name: {app}\components\synedit\units\x86_64-win64\syndesignstringconstants.ppu; Type: files
 
489
Name: {app}\components\synedit\units\x86_64-win64\syneditautocomplete.o; Type: files
 
490
Name: {app}\components\synedit\units\x86_64-win64\syneditautocomplete.ppu; Type: files
 
491
Name: {app}\components\synedit\units\x86_64-win64\syneditexport.o; Type: files
 
492
Name: {app}\components\synedit\units\x86_64-win64\syneditexport.ppu; Type: files
 
493
Name: {app}\components\synedit\units\x86_64-win64\syneditfoldedview.o; Type: files
 
494
Name: {app}\components\synedit\units\x86_64-win64\syneditfoldedview.ppu; Type: files
 
495
Name: {app}\components\synedit\units\x86_64-win64\synedithighlighterfoldbase.o; Type: files
 
496
Name: {app}\components\synedit\units\x86_64-win64\synedithighlighterfoldbase.ppu; Type: files
 
497
Name: {app}\components\synedit\units\x86_64-win64\synedithighlighter.o; Type: files
 
498
Name: {app}\components\synedit\units\x86_64-win64\synedithighlighter.ppu; Type: files
 
499
Name: {app}\components\synedit\units\x86_64-win64\synedithighlighterxmlbase.o; Type: files
 
500
Name: {app}\components\synedit\units\x86_64-win64\synedithighlighterxmlbase.ppu; Type: files
 
501
Name: {app}\components\synedit\units\x86_64-win64\syneditkeycmds.o; Type: files
 
502
Name: {app}\components\synedit\units\x86_64-win64\syneditkeycmds.ppu; Type: files
 
503
Name: {app}\components\synedit\units\x86_64-win64\syneditlazdsgn.o; Type: files
 
504
Name: {app}\components\synedit\units\x86_64-win64\syneditlazdsgn.ppu; Type: files
 
505
Name: {app}\components\synedit\units\x86_64-win64\syneditlines.o; Type: files
 
506
Name: {app}\components\synedit\units\x86_64-win64\syneditlines.ppu; Type: files
 
507
Name: {app}\components\synedit\units\x86_64-win64\syneditmarks.o; Type: files
 
508
Name: {app}\components\synedit\units\x86_64-win64\syneditmarks.ppu; Type: files
 
509
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupbracket.o; Type: files
 
510
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupbracket.ppu; Type: files
 
511
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupctrlmouselink.o; Type: files
 
512
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupctrlmouselink.ppu; Type: files
 
513
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupguttermark.o; Type: files
 
514
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupguttermark.ppu; Type: files
 
515
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkuphighall.o; Type: files
 
516
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkuphighall.ppu; Type: files
 
517
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkup.o; Type: files
 
518
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkup.ppu; Type: files
 
519
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupselection.o; Type: files
 
520
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupselection.ppu; Type: files
 
521
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupspecialline.o; Type: files
 
522
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupspecialline.ppu; Type: files
 
523
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupwordgroup.o; Type: files
 
524
Name: {app}\components\synedit\units\x86_64-win64\syneditmarkupwordgroup.ppu; Type: files
 
525
Name: {app}\components\synedit\units\x86_64-win64\syneditmiscclasses.o; Type: files
 
526
Name: {app}\components\synedit\units\x86_64-win64\syneditmiscclasses.ppu; Type: files
 
527
Name: {app}\components\synedit\units\x86_64-win64\syneditmiscprocs.o; Type: files
 
528
Name: {app}\components\synedit\units\x86_64-win64\syneditmiscprocs.ppu; Type: files
 
529
Name: {app}\components\synedit\units\x86_64-win64\syneditmousecmds.o; Type: files
 
530
Name: {app}\components\synedit\units\x86_64-win64\syneditmousecmds.ppu; Type: files
 
531
Name: {app}\components\synedit\units\x86_64-win64\synedit.o; Type: files
 
532
Name: {app}\components\synedit\units\x86_64-win64\syneditplugins.o; Type: files
 
533
Name: {app}\components\synedit\units\x86_64-win64\syneditplugins.ppu; Type: files
 
534
Name: {app}\components\synedit\units\x86_64-win64\syneditpointclasses.o; Type: files
 
535
Name: {app}\components\synedit\units\x86_64-win64\syneditpointclasses.ppu; Type: files
 
536
Name: {app}\components\synedit\units\x86_64-win64\synedit.ppu; Type: files
 
537
Name: {app}\components\synedit\units\x86_64-win64\syneditregexsearch.o; Type: files
 
538
Name: {app}\components\synedit\units\x86_64-win64\syneditregexsearch.ppu; Type: files
 
539
Name: {app}\components\synedit\units\x86_64-win64\syneditsearch.o; Type: files
 
540
Name: {app}\components\synedit\units\x86_64-win64\syneditsearch.ppu; Type: files
 
541
Name: {app}\components\synedit\units\x86_64-win64\syneditstrconst.o; Type: files
 
542
Name: {app}\components\synedit\units\x86_64-win64\syneditstrconst.ppu; Type: files
 
543
Name: {app}\components\synedit\units\x86_64-win64\synedittextbase.o; Type: files
 
544
Name: {app}\components\synedit\units\x86_64-win64\synedittextbase.ppu; Type: files
 
545
Name: {app}\components\synedit\units\x86_64-win64\synedittextbuffer.o; Type: files
 
546
Name: {app}\components\synedit\units\x86_64-win64\synedittextbuffer.ppu; Type: files
 
547
Name: {app}\components\synedit\units\x86_64-win64\synedittextdoublewidthchars.o; Type: files
 
548
Name: {app}\components\synedit\units\x86_64-win64\synedittextdoublewidthchars.ppu; Type: files
 
549
Name: {app}\components\synedit\units\x86_64-win64\synedittexttabexpander.o; Type: files
 
550
Name: {app}\components\synedit\units\x86_64-win64\synedittexttabexpander.ppu; Type: files
 
551
Name: {app}\components\synedit\units\x86_64-win64\synedittexttrimmer.o; Type: files
 
552
Name: {app}\components\synedit\units\x86_64-win64\synedittexttrimmer.ppu; Type: files
 
553
Name: {app}\components\synedit\units\x86_64-win64\synedittypes.o; Type: files
 
554
Name: {app}\components\synedit\units\x86_64-win64\synedittypes.ppu; Type: files
 
555
Name: {app}\components\synedit\units\x86_64-win64\synexporthtml.o; Type: files
 
556
Name: {app}\components\synedit\units\x86_64-win64\synexporthtml.ppu; Type: files
 
557
Name: {app}\components\synedit\units\x86_64-win64\syngutterbase.o; Type: files
 
558
Name: {app}\components\synedit\units\x86_64-win64\syngutterbase.ppu; Type: files
 
559
Name: {app}\components\synedit\units\x86_64-win64\syngutterchanges.o; Type: files
 
560
Name: {app}\components\synedit\units\x86_64-win64\syngutterchanges.ppu; Type: files
 
561
Name: {app}\components\synedit\units\x86_64-win64\synguttercodefolding.o; Type: files
 
562
Name: {app}\components\synedit\units\x86_64-win64\synguttercodefolding.ppu; Type: files
 
563
Name: {app}\components\synedit\units\x86_64-win64\syngutterlinenumber.o; Type: files
 
564
Name: {app}\components\synedit\units\x86_64-win64\syngutterlinenumber.ppu; Type: files
 
565
Name: {app}\components\synedit\units\x86_64-win64\syngutterlineoverview.o; Type: files
 
566
Name: {app}\components\synedit\units\x86_64-win64\syngutterlineoverview.ppu; Type: files
 
567
Name: {app}\components\synedit\units\x86_64-win64\synguttermarks.o; Type: files
 
568
Name: {app}\components\synedit\units\x86_64-win64\synguttermarks.ppu; Type: files
 
569
Name: {app}\components\synedit\units\x86_64-win64\syngutter.o; Type: files
 
570
Name: {app}\components\synedit\units\x86_64-win64\syngutter.ppu; Type: files
 
571
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterany.o; Type: files
 
572
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterany.ppu; Type: files
 
573
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterbat.o; Type: files
 
574
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterbat.ppu; Type: files
 
575
Name: {app}\components\synedit\units\x86_64-win64\synhighlightercpp.o; Type: files
 
576
Name: {app}\components\synedit\units\x86_64-win64\synhighlightercpp.ppu; Type: files
 
577
Name: {app}\components\synedit\units\x86_64-win64\synhighlightercss.o; Type: files
 
578
Name: {app}\components\synedit\units\x86_64-win64\synhighlightercss.ppu; Type: files
 
579
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterdiff.o; Type: files
 
580
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterdiff.ppu; Type: files
 
581
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterhashentries.o; Type: files
 
582
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterhashentries.ppu; Type: files
 
583
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterhtml.o; Type: files
 
584
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterhtml.ppu; Type: files
 
585
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterini.o; Type: files
 
586
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterini.ppu; Type: files
 
587
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterjava.o; Type: files
 
588
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterjava.ppu; Type: files
 
589
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterjscript.o; Type: files
 
590
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterjscript.ppu; Type: files
 
591
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterlfm.o; Type: files
 
592
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterlfm.ppu; Type: files
 
593
Name: {app}\components\synedit\units\x86_64-win64\synhighlightermulti.o; Type: files
 
594
Name: {app}\components\synedit\units\x86_64-win64\synhighlightermulti.ppu; Type: files
 
595
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterpas.o; Type: files
 
596
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterpas.ppu; Type: files
 
597
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterperl.o; Type: files
 
598
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterperl.ppu; Type: files
 
599
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterphp.o; Type: files
 
600
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterphp.ppu; Type: files
 
601
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterposition.o; Type: files
 
602
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterposition.ppu; Type: files
 
603
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterpython.o; Type: files
 
604
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterpython.ppu; Type: files
 
605
Name: {app}\components\synedit\units\x86_64-win64\synhighlightersql.o; Type: files
 
606
Name: {app}\components\synedit\units\x86_64-win64\synhighlightersql.ppu; Type: files
 
607
Name: {app}\components\synedit\units\x86_64-win64\synhighlightertex.o; Type: files
 
608
Name: {app}\components\synedit\units\x86_64-win64\synhighlightertex.ppu; Type: files
 
609
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterunixshellscript.o; Type: files
 
610
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterunixshellscript.ppu; Type: files
 
611
Name: {app}\components\synedit\units\x86_64-win64\synhighlightervb.o; Type: files
 
612
Name: {app}\components\synedit\units\x86_64-win64\synhighlightervb.ppu; Type: files
 
613
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterxml.o; Type: files
 
614
Name: {app}\components\synedit\units\x86_64-win64\synhighlighterxml.ppu; Type: files
 
615
Name: {app}\components\synedit\units\x86_64-win64\synmacrorecorder.o; Type: files
 
616
Name: {app}\components\synedit\units\x86_64-win64\synmacrorecorder.ppu; Type: files
 
617
Name: {app}\components\synedit\units\x86_64-win64\synmemo.o; Type: files
 
618
Name: {app}\components\synedit\units\x86_64-win64\synmemo.ppu; Type: files
 
619
Name: {app}\components\synedit\units\x86_64-win64\synpluginsyncroedit.o; Type: files
 
620
Name: {app}\components\synedit\units\x86_64-win64\synpluginsyncroedit.ppu; Type: files
 
621
Name: {app}\components\synedit\units\x86_64-win64\synpluginsyncronizededitbase.o; Type: files
 
622
Name: {app}\components\synedit\units\x86_64-win64\synpluginsyncronizededitbase.ppu; Type: files
 
623
Name: {app}\components\synedit\units\x86_64-win64\synplugintemplateedit.o; Type: files
 
624
Name: {app}\components\synedit\units\x86_64-win64\synplugintemplateedit.ppu; Type: files
 
625
Name: {app}\components\synedit\units\x86_64-win64\synpropertyeditobjectlist.lfm; Type: files
 
626
Name: {app}\components\synedit\units\x86_64-win64\synpropertyeditobjectlist.o; Type: files
 
627
Name: {app}\components\synedit\units\x86_64-win64\synpropertyeditobjectlist.ppu; Type: files
 
628
Name: {app}\components\synedit\units\x86_64-win64\synregexpr.o; Type: files
 
629
Name: {app}\components\synedit\units\x86_64-win64\synregexpr.ppu; Type: files
 
630
Name: {app}\components\synedit\units\x86_64-win64\syntextdrawer.o; Type: files
 
631
Name: {app}\components\synedit\units\x86_64-win64\syntextdrawer.ppu; Type: files
 
632
Name: {app}\components\tachart\demo\3d\main.lrs; Type: files
 
633
Name: {app}\components\tachart\demo\basic\unit1.lrs; Type: files
 
634
Name: {app}\components\tachart\demo\chartsource\main.lrs; Type: files
 
635
Name: {app}\components\tachart\demo\db\main.lrs; Type: files
 
636
Name: {app}\components\tachart\demo\dragdrop\main.lrs; Type: files
 
637
Name: {app}\components\tachart\demo\extent\main.lrs; Type: files
 
638
Name: {app}\components\tachart\demo\func\main.lrs; Type: files
 
639
Name: {app}\components\tachart\demo\save\main.lrs; Type: files
 
640
Name: {app}\components\tachart\taserieseditor.lfm; Type: files
 
641
Name: {app}\components\tachart\taserieseditor.lrs; Type: files
 
642
Name: {app}\components\tachart\taserieseditor.pas; Type: files
 
643
Name: {app}\components\tachart\tasubcomponentseditor.lfm; Type: files
 
644
Name: {app}\components\tachart\tasubcomponentseditor.pas; Type: files
 
645
Name: {app}\components\todolist\lib\x86_64-win64\tododlg.lfm; Type: files
 
646
Name: {app}\components\todolist\lib\x86_64-win64\tododlg.o; Type: files
 
647
Name: {app}\components\todolist\lib\x86_64-win64\tododlg.ppu; Type: files
 
648
Name: {app}\components\todolist\lib\x86_64-win64\todolistlaz.o; Type: files
 
649
Name: {app}\components\todolist\lib\x86_64-win64\todolistlaz.ppu; Type: files
 
650
Name: {app}\components\todolist\lib\x86_64-win64\todolist.lfm; Type: files
 
651
Name: {app}\components\todolist\lib\x86_64-win64\todolist.o; Type: files
 
652
Name: {app}\components\todolist\lib\x86_64-win64\todolist.ppu; Type: files
 
653
Name: {app}\components\todolist\lib\x86_64-win64\todoliststrconsts.o; Type: files
 
654
Name: {app}\components\todolist\lib\x86_64-win64\todoliststrconsts.ppu; Type: files
 
655
Name: {app}\components\turbopower_ipro\iphtmlpv.lrs; Type: files
 
656
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipanim.o; Type: files
 
657
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipanim.ppu; Type: files
 
658
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipconst.o; Type: files
 
659
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipconst.ppu; Type: files
 
660
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipfilebroker.o; Type: files
 
661
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipfilebroker.ppu; Type: files
 
662
Name: {app}\components\turbopower_ipro\units\x86_64-win64\iphtml.o; Type: files
 
663
Name: {app}\components\turbopower_ipro\units\x86_64-win64\iphtml.ppu; Type: files
 
664
Name: {app}\components\turbopower_ipro\units\x86_64-win64\iphtmlpv.lfm; Type: files
 
665
Name: {app}\components\turbopower_ipro\units\x86_64-win64\iphtmlpv.o; Type: files
 
666
Name: {app}\components\turbopower_ipro\units\x86_64-win64\iphtmlpv.ppu; Type: files
 
667
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipmsg.o; Type: files
 
668
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipmsg.ppu; Type: files
 
669
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipstrms.o; Type: files
 
670
Name: {app}\components\turbopower_ipro\units\x86_64-win64\ipstrms.ppu; Type: files
 
671
Name: {app}\components\turbopower_ipro\units\x86_64-win64\iputils.o; Type: files
 
672
Name: {app}\components\turbopower_ipro\units\x86_64-win64\iputils.ppu; Type: files
 
673
Name: {app}\components\turbopower_ipro\units\x86_64-win64\turbopoweripro.o; Type: files
 
674
Name: {app}\components\turbopower_ipro\units\x86_64-win64\turbopoweripro.ppu; Type: files
 
675
Name: {app}\converter\chgencodingdlg.lrs; Type: files
 
676
Name: {app}\converter\delphiproject2laz.pas; Type: files
 
677
Name: {app}\converter\delphiunit2laz.lfm; Type: files
 
678
Name: {app}\converter\delphiunit2laz.lrs; Type: files
 
679
Name: {app}\converter\delphiunit2laz.pas; Type: files
 
680
Name: {app}\debugger\assemblerdlg.lrs; Type: files
 
681
Name: {app}\debugger\breakpointsdlg.lrs; Type: files
 
682
Name: {app}\debugger\breakpropertydlg.lrs; Type: files
 
683
Name: {app}\debugger\callstackdlg.lrs; Type: files
 
684
Name: {app}\debugger\debugoutputform.lrs; Type: files
 
685
Name: {app}\debugger\evaluatedlg.lrs; Type: files
 
686
Name: {app}\debugger\exceptiondlg.lrs; Type: files
 
687
Name: {app}\debugger\frames\debugger_eventlog_options.lrs; Type: files
 
688
Name: {app}\debugger\frames\debugger_general_options.lrs; Type: files
 
689
Name: {app}\debugger\frames\debugger_language_exceptions_options.lrs; Type: files
 
690
Name: {app}\debugger\frames\debugger_signals_options.lrs; Type: files
 
691
Name: {app}\debugger\inspectdlg.lrs; Type: files
 
692
Name: {app}\debugger\localsdlg.lrs; Type: files
 
693
Name: {app}\debugger\registersdlg.lrs; Type: files
 
694
Name: {app}\debugger\test\debugtestform.lrs; Type: files
 
695
Name: {app}\debugger\test\debugtestform.pp; Type: files
 
696
Name: {app}\debugger\test\debugtest.pp; Type: files
 
697
Name: {app}\debugger\watchesdlg.lrs; Type: files
 
698
Name: {app}\debugger\watchpropertydlg.lrs; Type: files
 
699
Name: {app}\designer\aligncompsdlg.lrs; Type: files
 
700
Name: {app}\designer\anchoreditor.lrs; Type: files
 
701
Name: {app}\designer\changeclassdialog.lrs; Type: files
 
702
Name: {app}\designer\designermenu.lrs; Type: files
 
703
Name: {app}\designer\menueditorform.lrs; Type: files
 
704
Name: {app}\designer\menupropedit.pp; Type: files
 
705
Name: {app}\designer\scalecompsdlg.lrs; Type: files
 
706
Name: {app}\designer\sizecompsdlg.lrs; Type: files
 
707
Name: {app}\designer\taborderdlg.lrs; Type: files
 
708
Name: {app}\doceditor\fmmakeskel.lfm; Type: files
 
709
Name: {app}\doceditor\fmmakeskel.lrs; Type: files
 
710
Name: {app}\doceditor\fmmakeskel.pp; Type: files
 
711
Name: {app}\doceditor\fpdocupdater\mainunit.lrs; Type: files
 
712
Name: {app}\doceditor\fpdocupdater\unitmove.lrs; Type: files
 
713
Name: {app}\doceditor\fpdocupdater\unitsummary.lrs; Type: files
 
714
Name: {app}\doceditor\frmabout.lrs; Type: files
 
715
Name: {app}\doceditor\frmbuild.lrs; Type: files
 
716
Name: {app}\doceditor\frmexample.lrs; Type: files
 
717
Name: {app}\doceditor\frmlink.lrs; Type: files
 
718
Name: {app}\doceditor\frmmain.lrs; Type: files
 
719
Name: {app}\doceditor\frmmakeskel.lrs; Type: files
 
720
Name: {app}\doceditor\frmnewnode.lrs; Type: files
 
721
Name: {app}\doceditor\frmoptions.lrs; Type: files
 
722
Name: {app}\doceditor\frmsource.lrs; Type: files
 
723
Name: {app}\doceditor\frmtable.lrs; Type: files
 
724
Name: {app}\ide\aboutfrm.lrs; Type: files
 
725
Name: {app}\ide\abstractsmethodsdlg.lrs; Type: files
 
726
Name: {app}\ide\addtoprojectdlg.lrs; Type: files
 
727
Name: {app}\ide\buildfiledlg.lrs; Type: files
 
728
Name: {app}\ide\buildlazdialog.lrs; Type: files
 
729
Name: {app}\ide\charactermapdlg.lrs; Type: files
 
730
Name: {app}\ide\checkcompileropts.lrs; Type: files
 
731
Name: {app}\ide\checklfmdlg.lrs; Type: files
 
732
Name: {app}\ide\cleandirdlg.lrs; Type: files
 
733
Name: {app}\ide\codebrowser.lrs; Type: files
 
734
Name: {app}\ide\codeexplorer.lrs; Type: files
 
735
Name: {app}\ide\codemacroprompt.lrs; Type: files
 
736
Name: {app}\ide\codemacroselect.lrs; Type: files
 
737
Name: {app}\ide\codetemplatesdlg.lrs; Type: files
 
738
Name: {app}\ide\codetoolsdefines.lrs; Type: files
 
739
Name: {app}\ide\codetoolsdefpreview.lrs; Type: files
 
740
Name: {app}\ide\compileroptionsdlg.lfm; Type: files
 
741
Name: {app}\ide\compileroptionsdlg.lrs; Type: files
 
742
Name: {app}\ide\compileroptionsdlg.pp; Type: files
 
743
Name: {app}\ide\componentlist.lrs; Type: files
 
744
Name: {app}\ide\compoptcondpropsdlg.lfm; Type: files
 
745
Name: {app}\ide\compoptcondpropsdlg.lrs; Type: files
 
746
Name: {app}\ide\compoptcondpropsdlg.pas; Type: files
 
747
Name: {app}\ide\condef.lrs; Type: files
 
748
Name: {app}\ide\diffdialog.lrs; Type: files
 
749
Name: {app}\ide\diskdiffsdialog.lrs; Type: files
 
750
Name: {app}\ide\editmsgscannersdlg.lrs; Type: files
 
751
Name: {app}\ide\emptymethodsdlg.lrs; Type: files
 
752
Name: {app}\ide\encloseselectiondlg.lrs; Type: files
 
753
Name: {app}\ide\extractprocdlg.lrs; Type: files
 
754
Name: {app}\ide\exttooldialog.lrs; Type: files
 
755
Name: {app}\ide\exttooleditdlg.lrs; Type: files
 
756
Name: {app}\ide\findinfilesdlg.lrs; Type: files
 
757
Name: {app}\ide\findoverloadsdlg.lrs; Type: files
 
758
Name: {app}\ide\findpalettecomp.lfm; Type: files
 
759
Name: {app}\ide\findpalettecomp.lrs; Type: files
 
760
Name: {app}\ide\findpalettecomp.pas; Type: files
 
761
Name: {app}\ide\findrenameidentifier.lrs; Type: files
 
762
Name: {app}\ide\findreplacedialog.lrs; Type: files
 
763
Name: {app}\ide\fpdoceditwindow.lrs; Type: files
 
764
Name: {app}\ide\fpdocselectinherited.lrs; Type: files
 
765
Name: {app}\ide\fpdocselectlink.lrs; Type: files
 
766
Name: {app}\ide\frames\backup_options.lrs; Type: files
 
767
Name: {app}\ide\frames\codeexplorer_categories_options.lrs; Type: files
 
768
Name: {app}\ide\frames\codeexplorer_update_options.lrs; Type: files
 
769
Name: {app}\ide\frames\codeobserver_options.lrs; Type: files
 
770
Name: {app}\ide\frames\codetools_classcompletion_options.lrs; Type: files
 
771
Name: {app}\ide\frames\codetools_codecreation_options.lrs; Type: files
 
772
Name: {app}\ide\frames\codetools_general_options.lrs; Type: files
 
773
Name: {app}\ide\frames\codetools_identifiercompletion_options.lrs; Type: files
 
774
Name: {app}\ide\frames\codetools_linesplitting_options.lrs; Type: files
 
775
Name: {app}\ide\frames\codetools_space_options.lrs; Type: files
 
776
Name: {app}\ide\frames\codetools_wordpolicy_options.lrs; Type: files
 
777
Name: {app}\ide\frames\desktop_options.lrs; Type: files
 
778
Name: {app}\ide\frames\editor_codefolding_options.lrs; Type: files
 
779
Name: {app}\ide\frames\editor_codetools_options.lrs; Type: files
 
780
Name: {app}\ide\frames\editor_color_options.lrs; Type: files
 
781
Name: {app}\ide\frames\editor_display_options.lrs; Type: files
 
782
Name: {app}\ide\frames\editor_dividerdraw_options.lrs; Type: files
 
783
Name: {app}\ide\frames\editor_general_misc_options.lrs; Type: files
 
784
Name: {app}\ide\frames\editor_general_options.lrs; Type: files
 
785
Name: {app}\ide\frames\editor_keymapping_options.lrs; Type: files
 
786
Name: {app}\ide\frames\editor_mouseaction_options_advanced.lrs; Type: files
 
787
Name: {app}\ide\frames\editor_mouseaction_options.lrs; Type: files
 
788
Name: {app}\ide\frames\files_options.lrs; Type: files
 
789
Name: {app}\ide\frames\formed_options.lrs; Type: files
 
790
Name: {app}\ide\frames\fpdoc_options.lrs; Type: files
 
791
Name: {app}\ide\frames\help_general_options.lrs; Type: files
 
792
Name: {app}\ide\frames\naming_options.lrs; Type: files
 
793
Name: {app}\ide\frames\oi_options.lrs; Type: files
 
794
Name: {app}\ide\frames\window_options.lrs; Type: files
 
795
Name: {app}\ide\frmcustomapplicationoptions.lrs; Type: files
 
796
Name: {app}\ide\gotofrm.lrs; Type: files
 
797
Name: {app}\ide\helpmanager.lfm; Type: files
 
798
Name: {app}\ide\helpmanager.lrs; Type: files
 
799
Name: {app}\ide\helpmanager.pas; Type: files
 
800
Name: {app}\ide\idecontexthelpedit.lrs; Type: files
 
801
Name: {app}\ide\ideoptionsdlg.lrs; Type: files
 
802
Name: {app}\ide\imexportcompileropts.lrs; Type: files
 
803
Name: {app}\ide\infobuild.lrs; Type: files
 
804
Name: {app}\ideintf\actionseditor.lrs; Type: files
 
805
Name: {app}\ideintf\actionseditorstd.lrs; Type: files
 
806
Name: {app}\ideintf\allideintf.pas; Type: files
 
807
Name: {app}\ideintf\checkgroupeditordlg.lrs; Type: files
 
808
Name: {app}\ideintf\checklistboxeditordlg.lrs; Type: files
 
809
Name: {app}\ideintf\collectionpropeditform.lrs; Type: files
 
810
Name: {app}\ideintf\fieldseditor.lrs; Type: files
 
811
Name: {app}\ideintf\fieldslist.lrs; Type: files
 
812
Name: {app}\ideintf\frmselectprops.lrs; Type: files
 
813
Name: {app}\ideintf\graphicpropedit.lrs; Type: files
 
814
Name: {app}\ideintf\imagelisteditor.lrs; Type: files
 
815
Name: {app}\ideintf\lazstringgridedit.lrs; Type: files
 
816
Name: {app}\ideintf\listviewpropedit.lrs; Type: files
 
817
Name: {app}\ideintf\maskpropedit.lrs; Type: files
 
818
Name: {app}\ideintf\newfield.lrs; Type: files
 
819
Name: {app}\ideintf\objectinspector_img.lrs; Type: files
 
820
Name: {app}\ideintf\objectinspector.lrs; Type: files
 
821
Name: {app}\ideintf\stringspropeditdlg.lrs; Type: files
 
822
Name: {app}\ideintf\treeviewpropedit.lrs; Type: files
 
823
Name: {app}\ideintf\units\x86_64-win64\actionseditor.lfm; Type: files
 
824
Name: {app}\ideintf\units\x86_64-win64\actionseditor.o; Type: files
 
825
Name: {app}\ideintf\units\x86_64-win64\actionseditor.ppu; Type: files
 
826
Name: {app}\ideintf\units\x86_64-win64\actionseditorstd.lfm; Type: files
 
827
Name: {app}\ideintf\units\x86_64-win64\actionseditorstd.o; Type: files
 
828
Name: {app}\ideintf\units\x86_64-win64\actionseditorstd.ppu; Type: files
 
829
Name: {app}\ideintf\units\x86_64-win64\allideintf.o; Type: files
 
830
Name: {app}\ideintf\units\x86_64-win64\allideintf.ppu; Type: files
 
831
Name: {app}\ideintf\units\x86_64-win64\baseideintf.o; Type: files
 
832
Name: {app}\ideintf\units\x86_64-win64\baseideintf.ppu; Type: files
 
833
Name: {app}\ideintf\units\x86_64-win64\checkgroupeditordlg.lfm; Type: files
 
834
Name: {app}\ideintf\units\x86_64-win64\checkgroupeditordlg.o; Type: files
 
835
Name: {app}\ideintf\units\x86_64-win64\checkgroupeditordlg.ppu; Type: files
 
836
Name: {app}\ideintf\units\x86_64-win64\checklistboxeditordlg.lfm; Type: files
 
837
Name: {app}\ideintf\units\x86_64-win64\checklistboxeditordlg.o; Type: files
 
838
Name: {app}\ideintf\units\x86_64-win64\checklistboxeditordlg.ppu; Type: files
 
839
Name: {app}\ideintf\units\x86_64-win64\collectionpropeditform.lfm; Type: files
 
840
Name: {app}\ideintf\units\x86_64-win64\collectionpropeditform.o; Type: files
 
841
Name: {app}\ideintf\units\x86_64-win64\collectionpropeditform.ppu; Type: files
 
842
Name: {app}\ideintf\units\x86_64-win64\columndlg.o; Type: files
 
843
Name: {app}\ideintf\units\x86_64-win64\columndlg.ppu; Type: files
 
844
Name: {app}\ideintf\units\x86_64-win64\componenteditors.o; Type: files
 
845
Name: {app}\ideintf\units\x86_64-win64\componenteditors.ppu; Type: files
 
846
Name: {app}\ideintf\units\x86_64-win64\componentreg.o; Type: files
 
847
Name: {app}\ideintf\units\x86_64-win64\componentreg.ppu; Type: files
 
848
Name: {app}\ideintf\units\x86_64-win64\componenttreeview.o; Type: files
 
849
Name: {app}\ideintf\units\x86_64-win64\componenttreeview.ppu; Type: files
 
850
Name: {app}\ideintf\units\x86_64-win64\dbpropedits.o; Type: files
 
851
Name: {app}\ideintf\units\x86_64-win64\dbpropedits.ppu; Type: files
 
852
Name: {app}\ideintf\units\x86_64-win64\fieldseditor.lfm; Type: files
 
853
Name: {app}\ideintf\units\x86_64-win64\fieldseditor.o; Type: files
 
854
Name: {app}\ideintf\units\x86_64-win64\fieldseditor.ppu; Type: files
 
855
Name: {app}\ideintf\units\x86_64-win64\fieldslist.lfm; Type: files
 
856
Name: {app}\ideintf\units\x86_64-win64\fieldslist.o; Type: files
 
857
Name: {app}\ideintf\units\x86_64-win64\fieldslist.ppu; Type: files
 
858
Name: {app}\ideintf\units\x86_64-win64\formeditingintf.o; Type: files
 
859
Name: {app}\ideintf\units\x86_64-win64\formeditingintf.ppu; Type: files
 
860
Name: {app}\ideintf\units\x86_64-win64\frmselectprops.lfm; Type: files
 
861
Name: {app}\ideintf\units\x86_64-win64\frmselectprops.o; Type: files
 
862
Name: {app}\ideintf\units\x86_64-win64\frmselectprops.ppu; Type: files
 
863
Name: {app}\ideintf\units\x86_64-win64\graphicpropedit.lfm; Type: files
 
864
Name: {app}\ideintf\units\x86_64-win64\graphicpropedit.o; Type: files
 
865
Name: {app}\ideintf\units\x86_64-win64\graphicpropedit.ppu; Type: files
 
866
Name: {app}\ideintf\units\x86_64-win64\graphpropedits.o; Type: files
 
867
Name: {app}\ideintf\units\x86_64-win64\graphpropedits.ppu; Type: files
 
868
Name: {app}\ideintf\units\x86_64-win64\headercontrolpropedit.o; Type: files
 
869
Name: {app}\ideintf\units\x86_64-win64\headercontrolpropedit.ppu; Type: files
 
870
Name: {app}\ideintf\units\x86_64-win64\helpfpdoc.o; Type: files
 
871
Name: {app}\ideintf\units\x86_64-win64\helpfpdoc.ppu; Type: files
 
872
Name: {app}\ideintf\units\x86_64-win64\idecommands.o; Type: files
 
873
Name: {app}\ideintf\units\x86_64-win64\idecommands.ppu; Type: files
 
874
Name: {app}\ideintf\units\x86_64-win64\idedialogs.o; Type: files
 
875
Name: {app}\ideintf\units\x86_64-win64\idedialogs.ppu; Type: files
 
876
Name: {app}\ideintf\units\x86_64-win64\ideexterntoolintf.o; Type: files
 
877
Name: {app}\ideintf\units\x86_64-win64\ideexterntoolintf.ppu; Type: files
 
878
Name: {app}\ideintf\units\x86_64-win64\idehelpintf.o; Type: files
 
879
Name: {app}\ideintf\units\x86_64-win64\idehelpintf.ppu; Type: files
 
880
Name: {app}\ideintf\units\x86_64-win64\ideimagesintf.o; Type: files
 
881
Name: {app}\ideintf\units\x86_64-win64\ideimagesintf.ppu; Type: files
 
882
Name: {app}\ideintf\units\x86_64-win64\idemsgintf.o; Type: files
 
883
Name: {app}\ideintf\units\x86_64-win64\idemsgintf.ppu; Type: files
 
884
Name: {app}\ideintf\units\x86_64-win64\ideoptionsintf.o; Type: files
 
885
Name: {app}\ideintf\units\x86_64-win64\ideoptionsintf.ppu; Type: files
 
886
Name: {app}\ideintf\units\x86_64-win64\idetextconverter.o; Type: files
 
887
Name: {app}\ideintf\units\x86_64-win64\idetextconverter.ppu; Type: files
 
888
Name: {app}\ideintf\units\x86_64-win64\idewindowintf.o; Type: files
 
889
Name: {app}\ideintf\units\x86_64-win64\idewindowintf.ppu; Type: files
 
890
Name: {app}\ideintf\units\x86_64-win64\imagelisteditor.lfm; Type: files
 
891
Name: {app}\ideintf\units\x86_64-win64\imagelisteditor.o; Type: files
 
892
Name: {app}\ideintf\units\x86_64-win64\imagelisteditor.ppu; Type: files
 
893
Name: {app}\ideintf\units\x86_64-win64\lazideintf.o; Type: files
 
894
Name: {app}\ideintf\units\x86_64-win64\lazideintf.ppu; Type: files
 
895
Name: {app}\ideintf\units\x86_64-win64\lazstringgridedit.lfm; Type: files
 
896
Name: {app}\ideintf\units\x86_64-win64\lazstringgridedit.o; Type: files
 
897
Name: {app}\ideintf\units\x86_64-win64\lazstringgridedit.ppu; Type: files
 
898
Name: {app}\ideintf\units\x86_64-win64\listviewpropedit.lfm; Type: files
 
899
Name: {app}\ideintf\units\x86_64-win64\listviewpropedit.o; Type: files
 
900
Name: {app}\ideintf\units\x86_64-win64\listviewpropedit.ppu; Type: files
 
901
Name: {app}\ideintf\units\x86_64-win64\macrointf.o; Type: files
 
902
Name: {app}\ideintf\units\x86_64-win64\macrointf.ppu; Type: files
 
903
Name: {app}\ideintf\units\x86_64-win64\maskpropedit.lfm; Type: files
 
904
Name: {app}\ideintf\units\x86_64-win64\maskpropedit.o; Type: files
 
905
Name: {app}\ideintf\units\x86_64-win64\maskpropedit.ppu; Type: files
 
906
Name: {app}\ideintf\units\x86_64-win64\menuintf.o; Type: files
 
907
Name: {app}\ideintf\units\x86_64-win64\menuintf.ppu; Type: files
 
908
Name: {app}\ideintf\units\x86_64-win64\newfield.lfm; Type: files
 
909
Name: {app}\ideintf\units\x86_64-win64\newfield.o; Type: files
 
910
Name: {app}\ideintf\units\x86_64-win64\newfield.ppu; Type: files
 
911
Name: {app}\ideintf\units\x86_64-win64\newitemintf.o; Type: files
 
912
Name: {app}\ideintf\units\x86_64-win64\newitemintf.ppu; Type: files
 
913
Name: {app}\ideintf\units\x86_64-win64\objectinspector.lfm; Type: files
 
914
Name: {app}\ideintf\units\x86_64-win64\objectinspector.o; Type: files
 
915
Name: {app}\ideintf\units\x86_64-win64\objectinspector.ppu; Type: files
 
916
Name: {app}\ideintf\units\x86_64-win64\objinspstrconsts.o; Type: files
 
917
Name: {app}\ideintf\units\x86_64-win64\objinspstrconsts.ppu; Type: files
 
918
Name: {app}\ideintf\units\x86_64-win64\oifavouriteproperties.o; Type: files
 
919
Name: {app}\ideintf\units\x86_64-win64\oifavouriteproperties.ppu; Type: files
 
920
Name: {app}\ideintf\units\x86_64-win64\packageintf.o; Type: files
 
921
Name: {app}\ideintf\units\x86_64-win64\packageintf.ppu; Type: files
 
922
Name: {app}\ideintf\units\x86_64-win64\projectintf.o; Type: files
 
923
Name: {app}\ideintf\units\x86_64-win64\projectintf.ppu; Type: files
 
924
Name: {app}\ideintf\units\x86_64-win64\projectresourcesintf.o; Type: files
 
925
Name: {app}\ideintf\units\x86_64-win64\projectresourcesintf.ppu; Type: files
 
926
Name: {app}\ideintf\units\x86_64-win64\propedits.o; Type: files
 
927
Name: {app}\ideintf\units\x86_64-win64\propedits.ppu; Type: files
 
928
Name: {app}\ideintf\units\x86_64-win64\propeditutils.o; Type: files
 
929
Name: {app}\ideintf\units\x86_64-win64\propeditutils.ppu; Type: files
 
930
Name: {app}\ideintf\units\x86_64-win64\srceditorintf.o; Type: files
 
931
Name: {app}\ideintf\units\x86_64-win64\srceditorintf.ppu; Type: files
 
932
Name: {app}\ideintf\units\x86_64-win64\statusbarpropedit.o; Type: files
 
933
Name: {app}\ideintf\units\x86_64-win64\statusbarpropedit.ppu; Type: files
 
934
Name: {app}\ideintf\units\x86_64-win64\stringspropeditdlg.lfm; Type: files
 
935
Name: {app}\ideintf\units\x86_64-win64\stringspropeditdlg.o; Type: files
 
936
Name: {app}\ideintf\units\x86_64-win64\stringspropeditdlg.ppu; Type: files
 
937
Name: {app}\ideintf\units\x86_64-win64\texttools.o; Type: files
 
938
Name: {app}\ideintf\units\x86_64-win64\texttools.ppu; Type: files
 
939
Name: {app}\ideintf\units\x86_64-win64\treeviewpropedit.lfm; Type: files
 
940
Name: {app}\ideintf\units\x86_64-win64\treeviewpropedit.o; Type: files
 
941
Name: {app}\ideintf\units\x86_64-win64\treeviewpropedit.ppu; Type: files
 
942
Name: {app}\ide\jumphistoryview.lrs; Type: files
 
943
Name: {app}\ide\keymapschemedlg.lrs; Type: files
 
944
Name: {app}\ide\keymapshortcutdlg.lrs; Type: files
 
945
Name: {app}\ide\lazdoc.lrs; Type: files
 
946
Name: {app}\ide\makeresstrdlg.lrs; Type: files
 
947
Name: {app}\ide\mouseactiondialog.lrs; Type: files
 
948
Name: {app}\ide\msgvieweditor.lrs; Type: files
 
949
Name: {app}\ide\msgview.lrs; Type: files
 
950
Name: {app}\ide\multireplacedlg.lrs; Type: files
 
951
Name: {app}\ide\newdialog.lrs; Type: files
 
952
Name: {app}\ide\newprojectdlg.lrs; Type: files
 
953
Name: {app}\ide\patheditordlg.lrs; Type: files
 
954
Name: {app}\ide\procedurelist.lrs; Type: files
 
955
Name: {app}\ide\progressdlg.lrs; Type: files
 
956
Name: {app}\ide\projectinspector.lrs; Type: files
 
957
Name: {app}\ide\projectopts.lfm; Type: files
 
958
Name: {app}\ide\projectopts.lrs; Type: files
 
959
Name: {app}\ide\projectopts.pp; Type: files
 
960
Name: {app}\ide\projectwizarddlg.lrs; Type: files
 
961
Name: {app}\ide\publishprojectdlg.lrs; Type: files
 
962
Name: {app}\ide\restrictionbrowser.lrs; Type: files
 
963
Name: {app}\ide\runparamsopts.lrs; Type: files
 
964
Name: {app}\ide\searchfrm.lrs; Type: files
 
965
Name: {app}\ide\searchresultview.lrs; Type: files
 
966
Name: {app}\ide\showcompileropts.lrs; Type: files
 
967
Name: {app}\ide\showdeletingfilesdlg.lrs; Type: files
 
968
Name: {app}\ide\sourceeditor.lrs; Type: files
 
969
Name: {app}\ide\splash.lrs; Type: files
 
970
Name: {app}\ide\sysvaruseroverridedlg.lrs; Type: files
 
971
Name: {app}\ide\tododlg.lfm; Type: files
 
972
Name: {app}\ide\tododlg.lrs; Type: files
 
973
Name: {app}\ide\tododlg.pas; Type: files
 
974
Name: {app}\ide\todolist.lfm; Type: files
 
975
Name: {app}\ide\todolist.lrs; Type: files
 
976
Name: {app}\ide\todolist.pas; Type: files
 
977
Name: {app}\ide\unitdependencies.lrs; Type: files
 
978
Name: {app}\ide\unitinfodlg.lrs; Type: files
 
979
Name: {app}\ide\unusedunitsdlg.lrs; Type: files
 
980
Name: {app}\ide\useprojunitdlg.lfm; Type: files
 
981
Name: {app}\ide\useprojunitdlg.pas; Type: files
 
982
Name: {app}\ide\versioninfoadditionalinfo.lfm; Type: files
 
983
Name: {app}\ide\versioninfoadditionalinfo.lrs; Type: files
 
984
Name: {app}\ide\versioninfoadditionalinfo.pas; Type: files
 
985
Name: {app}\ide\viewunit_dlg.lrs; Type: files
 
986
Name: {app}\images\mainicon.lrs; Type: files
 
987
Name: {app}\lcl\avglvltree.pas; Type: files
 
988
Name: {app}\lcl\chart.pp; Type: files
 
989
Name: {app}\lcl\extdlgs.lrs; Type: files
 
990
Name: {app}\lcl\fileutil.pas; Type: files
 
991
Name: {app}\lcl\forms\calendarpopup.lrs; Type: files
 
992
Name: {app}\lcl\forms\finddlgunit.lrs; Type: files
 
993
Name: {app}\lcl\forms\replacedlgunit.lrs; Type: files
 
994
Name: {app}\lcl\include\asiancodepagefunctions.inc; Type: files
 
995
Name: {app}\lcl\include\asiancodepages.inc; Type: files
 
996
Name: {app}\lcl\include\colordialog.inc; Type: files
 
997
Name: {app}\lcl\include\edit.inc; Type: files
 
998
Name: {app}\lcl\include\fileutil.inc; Type: files
 
999
Name: {app}\lcl\include\memo.inc; Type: files
 
1000
Name: {app}\lcl\include\timer.inc; Type: files
 
1001
Name: {app}\lcl\include\unixfileutil.inc; Type: files
 
1002
Name: {app}\lcl\include\untabbednotebook.inc; Type: files
 
1003
Name: {app}\lcl\include\winfileutil.inc; Type: files
 
1004
Name: {app}\lcl\interfaces\carbon\carbondebug.inc; Type: files
 
1005
Name: {app}\lcl\interfaces\carbon\carbonwsfilectrl.pp; Type: files
 
1006
Name: {app}\lcl\interfaces\cocoa\cocoatextlayout.pas; Type: files
 
1007
Name: {app}\lcl\interfaces\fpgui\fpguiwschecklst.pp; Type: files
 
1008
Name: {app}\lcl\interfaces\fpgui\fpguiwsspin.pp; Type: files
 
1009
Name: {app}\lcl\interfaces\gtk2\gtk2comboboxcallback.inc; Type: files
 
1010
Name: {app}\lcl\interfaces\gtk2\gtk2dragcallback.inc; Type: files
 
1011
Name: {app}\lcl\interfaces\gtk2\gtk2pagecallback.inc; Type: files
 
1012
Name: {app}\lcl\interfaces\gtk\tests\lclclipboardunit.lrs; Type: files
 
1013
Name: {app}\lcl\interfaces\lcl1.pas; Type: files
 
1014
Name: {app}\lcl\interfaces\lclintfcompile.pas; Type: files
 
1015
Name: {app}\lcl\interfaces\qt\qt43.pas; Type: files
 
1016
Name: {app}\lcl\interfaces\qt\qt44.pas; Type: files
 
1017
Name: {app}\lcl\interfaces\win32\win32uxtheme.pas; Type: files
 
1018
Name: {app}\lcl\interfaces\win32\win32wsactnlist.pp; Type: files
 
1019
Name: {app}\lcl\interfaces\win32\win32wsdbctrls.pp; Type: files
 
1020
Name: {app}\lcl\interfaces\win32\win32wsdbgrids.pp; Type: files
 
1021
Name: {app}\lcl\interfaces\win32\win32wseditbtn.pp; Type: files
 
1022
Name: {app}\lcl\interfaces\win32\win32wsfilectrl.pp; Type: files
 
1023
Name: {app}\lcl\interfaces\win32\win32wsmaskedit.pp; Type: files
 
1024
Name: {app}\lcl\lclbasedowngrade.pas; Type: files
 
1025
Name: {app}\lcl\lclbase.pas; Type: files
 
1026
Name: {app}\lcl\lconvencoding.pas; Type: files
 
1027
Name: {app}\lcl\ldockctrledit.lfm; Type: files
 
1028
Name: {app}\lcl\ldockctrledit.lrs; Type: files
 
1029
Name: {app}\lcl\ldockctrledit.pas; Type: files
 
1030
Name: {app}\lcl\ldockctrl.pas; Type: files
 
1031
Name: {app}\lcl\masks.pas; Type: files
 
1032
Name: {app}\lcl\units\x86_64-win64\avglvltree.o; Type: files
 
1033
Name: {app}\lcl\units\x86_64-win64\avglvltree.ppu; Type: files
 
1034
Name: {app}\lcl\units\x86_64-win64\chart.o; Type: files
 
1035
Name: {app}\lcl\units\x86_64-win64\chart.ppu; Type: files
 
1036
Name: {app}\lcl\units\x86_64-win64\fileutil.o; Type: files
 
1037
Name: {app}\lcl\units\x86_64-win64\fileutil.ppu; Type: files
 
1038
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2cellrenderer.o; Type: files
 
1039
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2cellrenderer.ppu; Type: files
 
1040
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2debug.o; Type: files
 
1041
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2debug.ppu; Type: files
 
1042
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2def.o; Type: files
 
1043
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2def.ppu; Type: files
 
1044
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2extra.o; Type: files
 
1045
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2extra.ppu; Type: files
 
1046
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2fontcache.o; Type: files
 
1047
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2fontcache.ppu; Type: files
 
1048
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2globals.o; Type: files
 
1049
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2globals.ppu; Type: files
 
1050
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2int.o; Type: files
 
1051
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2int.ppu; Type: files
 
1052
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2listviewtreemodel.o; Type: files
 
1053
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2listviewtreemodel.ppu; Type: files
 
1054
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2msgqueue.o; Type: files
 
1055
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2msgqueue.ppu; Type: files
 
1056
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2proc.o; Type: files
 
1057
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2proc.ppu; Type: files
 
1058
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2themes.o; Type: files
 
1059
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2themes.ppu; Type: files
 
1060
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2winapiwindow.o; Type: files
 
1061
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2winapiwindow.ppu; Type: files
 
1062
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2windows.o; Type: files
 
1063
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2windows.ppu; Type: files
 
1064
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsarrow.o; Type: files
 
1065
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsarrow.ppu; Type: files
 
1066
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsbuttons.o; Type: files
 
1067
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsbuttons.ppu; Type: files
 
1068
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wscalendar.o; Type: files
 
1069
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wscalendar.ppu; Type: files
 
1070
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wschecklst.o; Type: files
 
1071
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wschecklst.ppu; Type: files
 
1072
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wscomctrls.o; Type: files
 
1073
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wscomctrls.ppu; Type: files
 
1074
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wscontrols.o; Type: files
 
1075
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wscontrols.ppu; Type: files
 
1076
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsdialogs.o; Type: files
 
1077
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsdialogs.ppu; Type: files
 
1078
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsextctrls.o; Type: files
 
1079
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsextctrls.ppu; Type: files
 
1080
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsextdlgs.o; Type: files
 
1081
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsextdlgs.ppu; Type: files
 
1082
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsfactory.o; Type: files
 
1083
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsfactory.ppu; Type: files
 
1084
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsforms.o; Type: files
 
1085
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsforms.ppu; Type: files
 
1086
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsgrids.o; Type: files
 
1087
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsgrids.ppu; Type: files
 
1088
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsimglist.o; Type: files
 
1089
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsimglist.ppu; Type: files
 
1090
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsmenus.o; Type: files
 
1091
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsmenus.ppu; Type: files
 
1092
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wspairsplitter.o; Type: files
 
1093
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wspairsplitter.ppu; Type: files
 
1094
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsprivate.o; Type: files
 
1095
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsprivate.ppu; Type: files
 
1096
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsspin.o; Type: files
 
1097
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsspin.ppu; Type: files
 
1098
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsstdctrls.o; Type: files
 
1099
Name: {app}\lcl\units\x86_64-win64\gtk2\gtk2wsstdctrls.ppu; Type: files
 
1100
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkdebug.o; Type: files
 
1101
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkdebug.ppu; Type: files
 
1102
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkdef.o; Type: files
 
1103
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkdef.ppu; Type: files
 
1104
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkextra.o; Type: files
 
1105
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkextra.ppu; Type: files
 
1106
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkfontcache.o; Type: files
 
1107
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkfontcache.ppu; Type: files
 
1108
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkglobals.o; Type: files
 
1109
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkglobals.ppu; Type: files
 
1110
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkint.o; Type: files
 
1111
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkint.ppu; Type: files
 
1112
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkmsgqueue.o; Type: files
 
1113
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkmsgqueue.ppu; Type: files
 
1114
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkproc.o; Type: files
 
1115
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkproc.ppu; Type: files
 
1116
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkthemes.o; Type: files
 
1117
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkthemes.ppu; Type: files
 
1118
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwinapiwindow.o; Type: files
 
1119
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwinapiwindow.ppu; Type: files
 
1120
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsarrow.o; Type: files
 
1121
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsarrow.ppu; Type: files
 
1122
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsbuttons.o; Type: files
 
1123
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsbuttons.ppu; Type: files
 
1124
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwscalendar.o; Type: files
 
1125
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwscalendar.ppu; Type: files
 
1126
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwschecklst.o; Type: files
 
1127
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwschecklst.ppu; Type: files
 
1128
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwscomctrls.o; Type: files
 
1129
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwscomctrls.ppu; Type: files
 
1130
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwscontrols.o; Type: files
 
1131
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwscontrols.ppu; Type: files
 
1132
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsdialogs.o; Type: files
 
1133
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsdialogs.ppu; Type: files
 
1134
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsextctrls.o; Type: files
 
1135
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsextctrls.ppu; Type: files
 
1136
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsextdlgs.o; Type: files
 
1137
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsextdlgs.ppu; Type: files
 
1138
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsforms.o; Type: files
 
1139
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsforms.ppu; Type: files
 
1140
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsgrids.o; Type: files
 
1141
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsgrids.ppu; Type: files
 
1142
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsmenus.o; Type: files
 
1143
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsmenus.ppu; Type: files
 
1144
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwspairsplitter.o; Type: files
 
1145
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwspairsplitter.ppu; Type: files
 
1146
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsprivate.o; Type: files
 
1147
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsprivate.ppu; Type: files
 
1148
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsspin.o; Type: files
 
1149
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsspin.ppu; Type: files
 
1150
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsstdctrls.o; Type: files
 
1151
Name: {app}\lcl\units\x86_64-win64\gtk2\gtkwsstdctrls.ppu; Type: files
 
1152
Name: {app}\lcl\units\x86_64-win64\gtk2\interfaces.o; Type: files
 
1153
Name: {app}\lcl\units\x86_64-win64\gtk2\interfaces.ppu; Type: files
 
1154
Name: {app}\lcl\units\x86_64-win64\lconvencoding.o; Type: files
 
1155
Name: {app}\lcl\units\x86_64-win64\lconvencoding.ppu; Type: files
 
1156
Name: {app}\lcl\units\x86_64-win64\ldockctrledit.lfm; Type: files
 
1157
Name: {app}\lcl\units\x86_64-win64\ldockctrledit.o; Type: files
 
1158
Name: {app}\lcl\units\x86_64-win64\ldockctrledit.ppu; Type: files
 
1159
Name: {app}\lcl\units\x86_64-win64\ldockctrl.o; Type: files
 
1160
Name: {app}\lcl\units\x86_64-win64\ldockctrl.ppu; Type: files
 
1161
Name: {app}\lcl\units\x86_64-win64\masks.o; Type: files
 
1162
Name: {app}\lcl\units\x86_64-win64\masks.ppu; Type: files
 
1163
Name: {app}\lcl\units\x86_64-win64\qt\interfaces.o; Type: files
 
1164
Name: {app}\lcl\units\x86_64-win64\qt\interfaces.ppu; Type: files
 
1165
Name: {app}\lcl\units\x86_64-win64\qt\qt4.o; Type: files
 
1166
Name: {app}\lcl\units\x86_64-win64\qt\qt4.ppu; Type: files
 
1167
Name: {app}\lcl\units\x86_64-win64\qt\qtcaret.o; Type: files
 
1168
Name: {app}\lcl\units\x86_64-win64\qt\qtcaret.ppu; Type: files
 
1169
Name: {app}\lcl\units\x86_64-win64\qt\qtint.o; Type: files
 
1170
Name: {app}\lcl\units\x86_64-win64\qt\qtint.ppu; Type: files
 
1171
Name: {app}\lcl\units\x86_64-win64\qt\qtobjects.o; Type: files
 
1172
Name: {app}\lcl\units\x86_64-win64\qt\qtobjects.ppu; Type: files
 
1173
Name: {app}\lcl\units\x86_64-win64\qt\qtprivate.o; Type: files
 
1174
Name: {app}\lcl\units\x86_64-win64\qt\qtprivate.ppu; Type: files
 
1175
Name: {app}\lcl\units\x86_64-win64\qt\qtproc.o; Type: files
 
1176
Name: {app}\lcl\units\x86_64-win64\qt\qtproc.ppu; Type: files
 
1177
Name: {app}\lcl\units\x86_64-win64\qt\qtthemes.o; Type: files
 
1178
Name: {app}\lcl\units\x86_64-win64\qt\qtthemes.ppu; Type: files
 
1179
Name: {app}\lcl\units\x86_64-win64\qt\qtwidgets.o; Type: files
 
1180
Name: {app}\lcl\units\x86_64-win64\qt\qtwidgets.ppu; Type: files
 
1181
Name: {app}\lcl\units\x86_64-win64\qt\qtwsarrow.o; Type: files
 
1182
Name: {app}\lcl\units\x86_64-win64\qt\qtwsarrow.ppu; Type: files
 
1183
Name: {app}\lcl\units\x86_64-win64\qt\qtwsbuttons.o; Type: files
 
1184
Name: {app}\lcl\units\x86_64-win64\qt\qtwsbuttons.ppu; Type: files
 
1185
Name: {app}\lcl\units\x86_64-win64\qt\qtwscalendar.o; Type: files
 
1186
Name: {app}\lcl\units\x86_64-win64\qt\qtwscalendar.ppu; Type: files
 
1187
Name: {app}\lcl\units\x86_64-win64\qt\qtwschecklst.o; Type: files
 
1188
Name: {app}\lcl\units\x86_64-win64\qt\qtwschecklst.ppu; Type: files
 
1189
Name: {app}\lcl\units\x86_64-win64\qt\qtwscomctrls.o; Type: files
 
1190
Name: {app}\lcl\units\x86_64-win64\qt\qtwscomctrls.ppu; Type: files
 
1191
Name: {app}\lcl\units\x86_64-win64\qt\qtwscontrols.o; Type: files
 
1192
Name: {app}\lcl\units\x86_64-win64\qt\qtwscontrols.ppu; Type: files
 
1193
Name: {app}\lcl\units\x86_64-win64\qt\qtwsdesigner.o; Type: files
 
1194
Name: {app}\lcl\units\x86_64-win64\qt\qtwsdesigner.ppu; Type: files
 
1195
Name: {app}\lcl\units\x86_64-win64\qt\qtwsdialogs.o; Type: files
 
1196
Name: {app}\lcl\units\x86_64-win64\qt\qtwsdialogs.ppu; Type: files
 
1197
Name: {app}\lcl\units\x86_64-win64\qt\qtwsextctrls.o; Type: files
 
1198
Name: {app}\lcl\units\x86_64-win64\qt\qtwsextctrls.ppu; Type: files
 
1199
Name: {app}\lcl\units\x86_64-win64\qt\qtwsfactory.o; Type: files
 
1200
Name: {app}\lcl\units\x86_64-win64\qt\qtwsfactory.ppu; Type: files
 
1201
Name: {app}\lcl\units\x86_64-win64\qt\qtwsforms.o; Type: files
 
1202
Name: {app}\lcl\units\x86_64-win64\qt\qtwsforms.ppu; Type: files
 
1203
Name: {app}\lcl\units\x86_64-win64\qt\qtwsmenus.o; Type: files
 
1204
Name: {app}\lcl\units\x86_64-win64\qt\qtwsmenus.ppu; Type: files
 
1205
Name: {app}\lcl\units\x86_64-win64\qt\qtwspairsplitter.o; Type: files
 
1206
Name: {app}\lcl\units\x86_64-win64\qt\qtwspairsplitter.ppu; Type: files
 
1207
Name: {app}\lcl\units\x86_64-win64\qt\qtwsspin.o; Type: files
 
1208
Name: {app}\lcl\units\x86_64-win64\qt\qtwsspin.ppu; Type: files
 
1209
Name: {app}\lcl\units\x86_64-win64\qt\qtwsstdctrls.o; Type: files
 
1210
Name: {app}\lcl\units\x86_64-win64\qt\qtwsstdctrls.ppu; Type: files
 
1211
Name: {app}\lcl\units\x86_64-win64\win32\win32uxtheme.o; Type: files
 
1212
Name: {app}\lcl\units\x86_64-win64\win32\win32uxtheme.ppu; Type: files
 
1213
Name: {app}\packager\adddirtopkgdlg.lrs; Type: files
 
1214
Name: {app}\packager\addfiletoapackagedlg.lrs; Type: files
 
1215
Name: {app}\packager\addtopackagedlg.lrs; Type: files
 
1216
Name: {app}\packager\frames\compiler_buildmodes_options.lfm; Type: files
 
1217
Name: {app}\packager\frames\compiler_buildmodes_options.lrs; Type: files
 
1218
Name: {app}\packager\frames\compiler_buildmodes_options.pas; Type: files
 
1219
Name: {app}\packager\frames\compiler_conditionals_options.lfm; Type: files
 
1220
Name: {app}\packager\frames\compiler_conditionals_options.lrs; Type: files
 
1221
Name: {app}\packager\frames\compiler_conditionals_options.pas; Type: files
 
1222
Name: {app}\packager\installpkgsetdlg.lrs; Type: files
 
1223
Name: {app}\packager\openinstalledpkgdlg.lrs; Type: files
 
1224
Name: {app}\packager\pkggraphexplorer.lrs; Type: files
 
1225
Name: {app}\packager\pkglinksdlg.lrs; Type: files
 
1226
Name: {app}\packager\pkgoptionsdlg.lfm; Type: files
 
1227
Name: {app}\packager\pkgoptionsdlg.lrs; Type: files
 
1228
Name: {app}\packager\pkgoptionsdlg.pas; Type: files
 
1229
Name: {app}\packager\pkgvirtualuniteditor.lrs; Type: files
 
1230
Name: {app}\packager\registerfcl.pas; Type: files
 
1231
Name: {app}\packager\registerideintf.pas; Type: files
 
1232
Name: {app}\packager\registerlcl.pas; Type: files
 
1233
Name: {app}\packager\registersynedit.pas; Type: files
 
1234
Name: {app}\packager\ucomponentmanmain.lrs; Type: files
 
1235
Name: {app}\packager\ufrmaddcomponent.lrs; Type: files
 
1236
Name: {app}\tools\chmmaker\chmsitemapeditor.lrs; Type: files
 
1237
Name: {app}\tools\chmmaker\unit1.lrs; Type: files
 
1238
Name: {app}\tools\lazdatadesktop\frmgeneratesql.lrs; Type: files
 
1239
Name: {app}\tools\lazdatadesktop\frmimportdd.lrs; Type: files
 
1240
Name: {app}\tools\lazdatadesktop\frmmain.lrs; Type: files
 
1241
Name: {app}\tools\lazdatadesktop\frmsqlconnect.lrs; Type: files
 
1242
Name: {app}\units\x86_64-win64\aboutfrm.lfm; Type: files
 
1243
Name: {app}\units\x86_64-win64\aboutfrm.o; Type: files
 
1244
Name: {app}\units\x86_64-win64\aboutfrm.ppu; Type: files
 
1245
Name: {app}\units\x86_64-win64\abstractsmethodsdlg.lfm; Type: files
 
1246
Name: {app}\units\x86_64-win64\abstractsmethodsdlg.o; Type: files
 
1247
Name: {app}\units\x86_64-win64\abstractsmethodsdlg.ppu; Type: files
 
1248
Name: {app}\units\x86_64-win64\adddirtopkgdlg.lfm; Type: files
 
1249
Name: {app}\units\x86_64-win64\adddirtopkgdlg.o; Type: files
 
1250
Name: {app}\units\x86_64-win64\adddirtopkgdlg.ppu; Type: files
 
1251
Name: {app}\units\x86_64-win64\addfiletoapackagedlg.lfm; Type: files
 
1252
Name: {app}\units\x86_64-win64\addfiletoapackagedlg.o; Type: files
 
1253
Name: {app}\units\x86_64-win64\addfiletoapackagedlg.ppu; Type: files
 
1254
Name: {app}\units\x86_64-win64\addprofiledialog.lfm; Type: files
 
1255
Name: {app}\units\x86_64-win64\addprofiledialog.o; Type: files
 
1256
Name: {app}\units\x86_64-win64\addprofiledialog.ppu; Type: files
 
1257
Name: {app}\units\x86_64-win64\addtopackagedlg.lfm; Type: files
 
1258
Name: {app}\units\x86_64-win64\addtopackagedlg.o; Type: files
 
1259
Name: {app}\units\x86_64-win64\addtopackagedlg.ppu; Type: files
 
1260
Name: {app}\units\x86_64-win64\addtoprojectdlg.lfm; Type: files
 
1261
Name: {app}\units\x86_64-win64\addtoprojectdlg.o; Type: files
 
1262
Name: {app}\units\x86_64-win64\addtoprojectdlg.ppu; Type: files
 
1263
Name: {app}\units\x86_64-win64\aligncompsdlg.lfm; Type: files
 
1264
Name: {app}\units\x86_64-win64\aligncompsdlg.o; Type: files
 
1265
Name: {app}\units\x86_64-win64\aligncompsdlg.ppu; Type: files
 
1266
Name: {app}\units\x86_64-win64\anchoreditor.lfm; Type: files
 
1267
Name: {app}\units\x86_64-win64\anchoreditor.o; Type: files
 
1268
Name: {app}\units\x86_64-win64\anchoreditor.ppu; Type: files
 
1269
Name: {app}\units\x86_64-win64\applicationbundle.o; Type: files
 
1270
Name: {app}\units\x86_64-win64\applicationbundle.ppu; Type: files
 
1271
Name: {app}\units\x86_64-win64\askcompnamedlg.lfm; Type: files
 
1272
Name: {app}\units\x86_64-win64\askcompnamedlg.o; Type: files
 
1273
Name: {app}\units\x86_64-win64\askcompnamedlg.ppu; Type: files
 
1274
Name: {app}\units\x86_64-win64\assemblerdlg.lfm; Type: files
 
1275
Name: {app}\units\x86_64-win64\assemblerdlg.o; Type: files
 
1276
Name: {app}\units\x86_64-win64\assemblerdlg.ppu; Type: files
 
1277
Name: {app}\units\x86_64-win64\atom_checkboxes_options.o; Type: files
 
1278
Name: {app}\units\x86_64-win64\atom_checkboxes_options.ppu; Type: files
 
1279
Name: {app}\units\x86_64-win64\backup_options.lfm; Type: files
 
1280
Name: {app}\units\x86_64-win64\backup_options.o; Type: files
 
1281
Name: {app}\units\x86_64-win64\backup_options.ppu; Type: files
 
1282
Name: {app}\units\x86_64-win64\basebuildmanager.o; Type: files
 
1283
Name: {app}\units\x86_64-win64\basebuildmanager.ppu; Type: files
 
1284
Name: {app}\units\x86_64-win64\basedebugmanager.o; Type: files
 
1285
Name: {app}\units\x86_64-win64\basedebugmanager.ppu; Type: files
 
1286
Name: {app}\units\x86_64-win64\basepkgmanager.o; Type: files
 
1287
Name: {app}\units\x86_64-win64\basepkgmanager.ppu; Type: files
 
1288
Name: {app}\units\x86_64-win64\breakpointsdlg.lfm; Type: files
 
1289
Name: {app}\units\x86_64-win64\breakpointsdlg.o; Type: files
 
1290
Name: {app}\units\x86_64-win64\breakpointsdlg.ppu; Type: files
 
1291
Name: {app}\units\x86_64-win64\breakpropertydlg.lfm; Type: files
 
1292
Name: {app}\units\x86_64-win64\breakpropertydlg.o; Type: files
 
1293
Name: {app}\units\x86_64-win64\breakpropertydlg.ppu; Type: files
 
1294
Name: {app}\units\x86_64-win64\brokendependenciesdlg.o; Type: files
 
1295
Name: {app}\units\x86_64-win64\brokendependenciesdlg.ppu; Type: files
 
1296
Name: {app}\units\x86_64-win64\buildfiledlg.lfm; Type: files
 
1297
Name: {app}\units\x86_64-win64\buildfiledlg.o; Type: files
 
1298
Name: {app}\units\x86_64-win64\buildfiledlg.ppu; Type: files
 
1299
Name: {app}\units\x86_64-win64\buildlazdialog.lfm; Type: files
 
1300
Name: {app}\units\x86_64-win64\buildlazdialog.o; Type: files
 
1301
Name: {app}\units\x86_64-win64\buildlazdialog.ppu; Type: files
 
1302
Name: {app}\units\x86_64-win64\buildmanager.o; Type: files
 
1303
Name: {app}\units\x86_64-win64\buildmanager.ppu; Type: files
 
1304
Name: {app}\units\x86_64-win64\buildmodediffdlg.lfm; Type: files
 
1305
Name: {app}\units\x86_64-win64\buildmodediffdlg.o; Type: files
 
1306
Name: {app}\units\x86_64-win64\buildmodediffdlg.ppu; Type: files
 
1307
Name: {app}\units\x86_64-win64\buildmodeseditor.lfm; Type: files
 
1308
Name: {app}\units\x86_64-win64\buildmodeseditor.o; Type: files
 
1309
Name: {app}\units\x86_64-win64\buildmodeseditor.ppu; Type: files
 
1310
Name: {app}\units\x86_64-win64\buildprofilemanager.lfm; Type: files
 
1311
Name: {app}\units\x86_64-win64\buildprofilemanager.o; Type: files
 
1312
Name: {app}\units\x86_64-win64\buildprofilemanager.ppu; Type: files
 
1313
Name: {app}\units\x86_64-win64\callstackdlg.lfm; Type: files
 
1314
Name: {app}\units\x86_64-win64\callstackdlg.o; Type: files
 
1315
Name: {app}\units\x86_64-win64\callstackdlg.ppu; Type: files
 
1316
Name: {app}\units\x86_64-win64\changeclassdialog.lfm; Type: files
 
1317
Name: {app}\units\x86_64-win64\changeclassdialog.o; Type: files
 
1318
Name: {app}\units\x86_64-win64\changeclassdialog.ppu; Type: files
 
1319
Name: {app}\units\x86_64-win64\charactermapdlg.lfm; Type: files
 
1320
Name: {app}\units\x86_64-win64\charactermapdlg.o; Type: files
 
1321
Name: {app}\units\x86_64-win64\charactermapdlg.ppu; Type: files
 
1322
Name: {app}\units\x86_64-win64\checkcompileropts.lfm; Type: files
 
1323
Name: {app}\units\x86_64-win64\checkcompileropts.o; Type: files
 
1324
Name: {app}\units\x86_64-win64\checkcompileropts.ppu; Type: files
 
1325
Name: {app}\units\x86_64-win64\checkcompoptsfornewunitdlg.lfm; Type: files
 
1326
Name: {app}\units\x86_64-win64\checkcompoptsfornewunitdlg.o; Type: files
 
1327
Name: {app}\units\x86_64-win64\checkcompoptsfornewunitdlg.ppu; Type: files
 
1328
Name: {app}\units\x86_64-win64\checklfmdlg.lfm; Type: files
 
1329
Name: {app}\units\x86_64-win64\checklfmdlg.o; Type: files
 
1330
Name: {app}\units\x86_64-win64\checklfmdlg.ppu; Type: files
 
1331
Name: {app}\units\x86_64-win64\chgencodingdlg.lfm; Type: files
 
1332
Name: {app}\units\x86_64-win64\chgencodingdlg.o; Type: files
 
1333
Name: {app}\units\x86_64-win64\chgencodingdlg.ppu; Type: files
 
1334
Name: {app}\units\x86_64-win64\cleandirdlg.lfm; Type: files
 
1335
Name: {app}\units\x86_64-win64\cleandirdlg.o; Type: files
 
1336
Name: {app}\units\x86_64-win64\cleandirdlg.ppu; Type: files
 
1337
Name: {app}\units\x86_64-win64\clipboardhistory.o; Type: files
 
1338
Name: {app}\units\x86_64-win64\clipboardhistory.ppu; Type: files
 
1339
Name: {app}\units\x86_64-win64\cmdlinedebugger.o; Type: files
 
1340
Name: {app}\units\x86_64-win64\cmdlinedebugger.ppu; Type: files
 
1341
Name: {app}\units\x86_64-win64\codebrowser.lfm; Type: files
 
1342
Name: {app}\units\x86_64-win64\codebrowser.o; Type: files
 
1343
Name: {app}\units\x86_64-win64\codebrowser.ppu; Type: files
 
1344
Name: {app}\units\x86_64-win64\codecontextform.o; Type: files
 
1345
Name: {app}\units\x86_64-win64\codecontextform.ppu; Type: files
 
1346
Name: {app}\units\x86_64-win64\codeexplopts.o; Type: files
 
1347
Name: {app}\units\x86_64-win64\codeexplopts.ppu; Type: files
 
1348
Name: {app}\units\x86_64-win64\codeexplorer_categories_options.lfm; Type: files
 
1349
Name: {app}\units\x86_64-win64\codeexplorer_categories_options.o; Type: files
 
1350
Name: {app}\units\x86_64-win64\codeexplorer_categories_options.ppu; Type: files
 
1351
Name: {app}\units\x86_64-win64\codeexplorer.lfm; Type: files
 
1352
Name: {app}\units\x86_64-win64\codeexplorer.o; Type: files
 
1353
Name: {app}\units\x86_64-win64\codeexplorer.ppu; Type: files
 
1354
Name: {app}\units\x86_64-win64\codeexplorer_update_options.lfm; Type: files
 
1355
Name: {app}\units\x86_64-win64\codeexplorer_update_options.o; Type: files
 
1356
Name: {app}\units\x86_64-win64\codeexplorer_update_options.ppu; Type: files
 
1357
Name: {app}\units\x86_64-win64\codehelp.o; Type: files
 
1358
Name: {app}\units\x86_64-win64\codehelp.ppu; Type: files
 
1359
Name: {app}\units\x86_64-win64\codemacroprompt.lfm; Type: files
 
1360
Name: {app}\units\x86_64-win64\codemacroprompt.o; Type: files
 
1361
Name: {app}\units\x86_64-win64\codemacroprompt.ppu; Type: files
 
1362
Name: {app}\units\x86_64-win64\codemacroselect.lfm; Type: files
 
1363
Name: {app}\units\x86_64-win64\codemacroselect.o; Type: files
 
1364
Name: {app}\units\x86_64-win64\codemacroselect.ppu; Type: files
 
1365
Name: {app}\units\x86_64-win64\codeobserver_options.lfm; Type: files
 
1366
Name: {app}\units\x86_64-win64\codeobserver_options.o; Type: files
 
1367
Name: {app}\units\x86_64-win64\codeobserver_options.ppu; Type: files
 
1368
Name: {app}\units\x86_64-win64\codetemplatesdlg.lfm; Type: files
 
1369
Name: {app}\units\x86_64-win64\codetemplatesdlg.o; Type: files
 
1370
Name: {app}\units\x86_64-win64\codetemplatesdlg.ppu; Type: files
 
1371
Name: {app}\units\x86_64-win64\codetools_classcompletion_options.lfm; Type: files
 
1372
Name: {app}\units\x86_64-win64\codetools_classcompletion_options.o; Type: files
 
1373
Name: {app}\units\x86_64-win64\codetools_classcompletion_options.ppu; Type: files
 
1374
Name: {app}\units\x86_64-win64\codetools_codecreation_options.lfm; Type: files
 
1375
Name: {app}\units\x86_64-win64\codetools_codecreation_options.o; Type: files
 
1376
Name: {app}\units\x86_64-win64\codetools_codecreation_options.ppu; Type: files
 
1377
Name: {app}\units\x86_64-win64\codetoolsdefines.lfm; Type: files
 
1378
Name: {app}\units\x86_64-win64\codetoolsdefines.o; Type: files
 
1379
Name: {app}\units\x86_64-win64\codetoolsdefines.ppu; Type: files
 
1380
Name: {app}\units\x86_64-win64\codetoolsdefpreview.lfm; Type: files
 
1381
Name: {app}\units\x86_64-win64\codetoolsdefpreview.o; Type: files
 
1382
Name: {app}\units\x86_64-win64\codetoolsdefpreview.ppu; Type: files
 
1383
Name: {app}\units\x86_64-win64\codetools_general_options.lfm; Type: files
 
1384
Name: {app}\units\x86_64-win64\codetools_general_options.o; Type: files
 
1385
Name: {app}\units\x86_64-win64\codetools_general_options.ppu; Type: files
 
1386
Name: {app}\units\x86_64-win64\codetools_identifiercompletion_options.lfm; Type: files
 
1387
Name: {app}\units\x86_64-win64\codetools_identifiercompletion_options.o; Type: files
 
1388
Name: {app}\units\x86_64-win64\codetools_identifiercompletion_options.ppu; Type: files
 
1389
Name: {app}\units\x86_64-win64\codetools_linesplitting_options.lfm; Type: files
 
1390
Name: {app}\units\x86_64-win64\codetools_linesplitting_options.o; Type: files
 
1391
Name: {app}\units\x86_64-win64\codetools_linesplitting_options.ppu; Type: files
 
1392
Name: {app}\units\x86_64-win64\codetoolsoptions.o; Type: files
 
1393
Name: {app}\units\x86_64-win64\codetoolsoptions.ppu; Type: files
 
1394
Name: {app}\units\x86_64-win64\codetools_space_options.lfm; Type: files
 
1395
Name: {app}\units\x86_64-win64\codetools_space_options.o; Type: files
 
1396
Name: {app}\units\x86_64-win64\codetools_space_options.ppu; Type: files
 
1397
Name: {app}\units\x86_64-win64\codetools_wordpolicy_options.lfm; Type: files
 
1398
Name: {app}\units\x86_64-win64\codetools_wordpolicy_options.o; Type: files
 
1399
Name: {app}\units\x86_64-win64\codetools_wordpolicy_options.ppu; Type: files
 
1400
Name: {app}\units\x86_64-win64\compatibilityrestrictions.o; Type: files
 
1401
Name: {app}\units\x86_64-win64\compatibilityrestrictions.ppu; Type: files
 
1402
Name: {app}\units\x86_64-win64\compiler_buildmacro_options.lfm; Type: files
 
1403
Name: {app}\units\x86_64-win64\compiler_buildmacro_options.o; Type: files
 
1404
Name: {app}\units\x86_64-win64\compiler_buildmacro_options.ppu; Type: files
 
1405
Name: {app}\units\x86_64-win64\compiler_buildmodes_options.o; Type: files
 
1406
Name: {app}\units\x86_64-win64\compiler_buildmodes_options.ppu; Type: files
 
1407
Name: {app}\units\x86_64-win64\compiler_codegen_options.lfm; Type: files
 
1408
Name: {app}\units\x86_64-win64\compiler_codegen_options.o; Type: files
 
1409
Name: {app}\units\x86_64-win64\compiler_codegen_options.ppu; Type: files
 
1410
Name: {app}\units\x86_64-win64\compiler_compilation_options.lfm; Type: files
 
1411
Name: {app}\units\x86_64-win64\compiler_compilation_options.o; Type: files
 
1412
Name: {app}\units\x86_64-win64\compiler_compilation_options.ppu; Type: files
 
1413
Name: {app}\units\x86_64-win64\compiler_conditionals_options.o; Type: files
 
1414
Name: {app}\units\x86_64-win64\compiler_conditionals_options.ppu; Type: files
 
1415
Name: {app}\units\x86_64-win64\compiler_inherited_options.lfm; Type: files
 
1416
Name: {app}\units\x86_64-win64\compiler_inherited_options.o; Type: files
 
1417
Name: {app}\units\x86_64-win64\compiler_inherited_options.ppu; Type: files
 
1418
Name: {app}\units\x86_64-win64\compiler_linking_options.lfm; Type: files
 
1419
Name: {app}\units\x86_64-win64\compiler_linking_options.o; Type: files
 
1420
Name: {app}\units\x86_64-win64\compiler_linking_options.ppu; Type: files
 
1421
Name: {app}\units\x86_64-win64\compiler_messages_options.lfm; Type: files
 
1422
Name: {app}\units\x86_64-win64\compiler_messages_options.o; Type: files
 
1423
Name: {app}\units\x86_64-win64\compiler_messages_options.ppu; Type: files
 
1424
Name: {app}\units\x86_64-win64\compiler.o; Type: files
 
1425
Name: {app}\units\x86_64-win64\compileroptionsdlg.lfm; Type: files
 
1426
Name: {app}\units\x86_64-win64\compileroptionsdlg.o; Type: files
 
1427
Name: {app}\units\x86_64-win64\compileroptionsdlg.ppu; Type: files
 
1428
Name: {app}\units\x86_64-win64\compileroptions.o; Type: files
 
1429
Name: {app}\units\x86_64-win64\compileroptions.ppu; Type: files
 
1430
Name: {app}\units\x86_64-win64\compiler_other_options.lfm; Type: files
 
1431
Name: {app}\units\x86_64-win64\compiler_other_options.o; Type: files
 
1432
Name: {app}\units\x86_64-win64\compiler_other_options.ppu; Type: files
 
1433
Name: {app}\units\x86_64-win64\compiler_parsing_options.lfm; Type: files
 
1434
Name: {app}\units\x86_64-win64\compiler_parsing_options.o; Type: files
 
1435
Name: {app}\units\x86_64-win64\compiler_parsing_options.ppu; Type: files
 
1436
Name: {app}\units\x86_64-win64\compiler_path_options.lfm; Type: files
 
1437
Name: {app}\units\x86_64-win64\compiler_path_options.o; Type: files
 
1438
Name: {app}\units\x86_64-win64\compiler_path_options.ppu; Type: files
 
1439
Name: {app}\units\x86_64-win64\compiler.ppu; Type: files
 
1440
Name: {app}\units\x86_64-win64\compiler_verbosity_options.lfm; Type: files
 
1441
Name: {app}\units\x86_64-win64\compiler_verbosity_options.o; Type: files
 
1442
Name: {app}\units\x86_64-win64\compiler_verbosity_options.ppu; Type: files
 
1443
Name: {app}\units\x86_64-win64\componentlist.lfm; Type: files
 
1444
Name: {app}\units\x86_64-win64\componentlist.o; Type: files
 
1445
Name: {app}\units\x86_64-win64\componentlist.ppu; Type: files
 
1446
Name: {app}\units\x86_64-win64\componentpalette.o; Type: files
 
1447
Name: {app}\units\x86_64-win64\componentpalette.ppu; Type: files
 
1448
Name: {app}\units\x86_64-win64\compoptcondpropsdlg.o; Type: files
 
1449
Name: {app}\units\x86_64-win64\compoptcondpropsdlg.ppu; Type: files
 
1450
Name: {app}\units\x86_64-win64\compoptsmodes.o; Type: files
 
1451
Name: {app}\units\x86_64-win64\compoptsmodes.ppu; Type: files
 
1452
Name: {app}\units\x86_64-win64\condef.lfm; Type: files
 
1453
Name: {app}\units\x86_64-win64\condef.o; Type: files
 
1454
Name: {app}\units\x86_64-win64\condef.ppu; Type: files
 
1455
Name: {app}\units\x86_64-win64\confirmpkglistdlg.lfm; Type: files
 
1456
Name: {app}\units\x86_64-win64\confirmpkglistdlg.o; Type: files
 
1457
Name: {app}\units\x86_64-win64\confirmpkglistdlg.ppu; Type: files
 
1458
Name: {app}\units\x86_64-win64\controlselection.o; Type: files
 
1459
Name: {app}\units\x86_64-win64\controlselection.ppu; Type: files
 
1460
Name: {app}\units\x86_64-win64\convcodetool.o; Type: files
 
1461
Name: {app}\units\x86_64-win64\convcodetool.ppu; Type: files
 
1462
Name: {app}\units\x86_64-win64\convertdelphi.o; Type: files
 
1463
Name: {app}\units\x86_64-win64\convertdelphi.ppu; Type: files
 
1464
Name: {app}\units\x86_64-win64\convertertypes.o; Type: files
 
1465
Name: {app}\units\x86_64-win64\convertertypes.ppu; Type: files
 
1466
Name: {app}\units\x86_64-win64\convertsettings.lfm; Type: files
 
1467
Name: {app}\units\x86_64-win64\convertsettings.o; Type: files
 
1468
Name: {app}\units\x86_64-win64\convertsettings.ppu; Type: files
 
1469
Name: {app}\units\x86_64-win64\customformeditor.o; Type: files
 
1470
Name: {app}\units\x86_64-win64\customformeditor.ppu; Type: files
 
1471
Name: {app}\units\x86_64-win64\customnonformdesigner.o; Type: files
 
1472
Name: {app}\units\x86_64-win64\customnonformdesigner.ppu; Type: files
 
1473
Name: {app}\units\x86_64-win64\debugeventsform.lfm; Type: files
 
1474
Name: {app}\units\x86_64-win64\debugeventsform.o; Type: files
 
1475
Name: {app}\units\x86_64-win64\debugeventsform.ppu; Type: files
 
1476
Name: {app}\units\x86_64-win64\debuggerdlg.o; Type: files
 
1477
Name: {app}\units\x86_64-win64\debuggerdlg.ppu; Type: files
 
1478
Name: {app}\units\x86_64-win64\debugger_eventlog_options.lfm; Type: files
 
1479
Name: {app}\units\x86_64-win64\debugger_eventlog_options.o; Type: files
 
1480
Name: {app}\units\x86_64-win64\debugger_eventlog_options.ppu; Type: files
 
1481
Name: {app}\units\x86_64-win64\debugger_general_options.lfm; Type: files
 
1482
Name: {app}\units\x86_64-win64\debugger_general_options.o; Type: files
 
1483
Name: {app}\units\x86_64-win64\debugger_general_options.ppu; Type: files
 
1484
Name: {app}\units\x86_64-win64\debugger_language_exceptions_options.lfm; Type: files
 
1485
Name: {app}\units\x86_64-win64\debugger_language_exceptions_options.o; Type: files
 
1486
Name: {app}\units\x86_64-win64\debugger_language_exceptions_options.ppu; Type: files
 
1487
Name: {app}\units\x86_64-win64\debugger.o; Type: files
 
1488
Name: {app}\units\x86_64-win64\debugger.ppu; Type: files
 
1489
Name: {app}\units\x86_64-win64\debugger_signals_options.lfm; Type: files
 
1490
Name: {app}\units\x86_64-win64\debugger_signals_options.o; Type: files
 
1491
Name: {app}\units\x86_64-win64\debugger_signals_options.ppu; Type: files
 
1492
Name: {app}\units\x86_64-win64\debugmanager.o; Type: files
 
1493
Name: {app}\units\x86_64-win64\debugmanager.ppu; Type: files
 
1494
Name: {app}\units\x86_64-win64\debugoutputform.lfm; Type: files
 
1495
Name: {app}\units\x86_64-win64\debugoutputform.o; Type: files
 
1496
Name: {app}\units\x86_64-win64\debugoutputform.ppu; Type: files
 
1497
Name: {app}\units\x86_64-win64\debugutils.o; Type: files
 
1498
Name: {app}\units\x86_64-win64\debugutils.ppu; Type: files
 
1499
Name: {app}\units\x86_64-win64\delphiproject2laz.o; Type: files
 
1500
Name: {app}\units\x86_64-win64\delphiproject2laz.ppu; Type: files
 
1501
Name: {app}\units\x86_64-win64\delphiunit2laz.o; Type: files
 
1502
Name: {app}\units\x86_64-win64\delphiunit2laz.ppu; Type: files
 
1503
Name: {app}\units\x86_64-win64\designermenu.lfm; Type: files
 
1504
Name: {app}\units\x86_64-win64\designermenu.o; Type: files
 
1505
Name: {app}\units\x86_64-win64\designermenu.ppu; Type: files
 
1506
Name: {app}\units\x86_64-win64\designer.o; Type: files
 
1507
Name: {app}\units\x86_64-win64\designer.ppu; Type: files
 
1508
Name: {app}\units\x86_64-win64\designerprocs.o; Type: files
 
1509
Name: {app}\units\x86_64-win64\designerprocs.ppu; Type: files
 
1510
Name: {app}\units\x86_64-win64\desktop_options.lfm; Type: files
 
1511
Name: {app}\units\x86_64-win64\desktop_options.o; Type: files
 
1512
Name: {app}\units\x86_64-win64\desktop_options.ppu; Type: files
 
1513
Name: {app}\units\x86_64-win64\dialogprocs.o; Type: files
 
1514
Name: {app}\units\x86_64-win64\dialogprocs.ppu; Type: files
 
1515
Name: {app}\units\x86_64-win64\diffdialog.lfm; Type: files
 
1516
Name: {app}\units\x86_64-win64\diffdialog.o; Type: files
 
1517
Name: {app}\units\x86_64-win64\diffdialog.ppu; Type: files
 
1518
Name: {app}\units\x86_64-win64\diffpatch.o; Type: files
 
1519
Name: {app}\units\x86_64-win64\diffpatch.ppu; Type: files
 
1520
Name: {app}\units\x86_64-win64\diskdiffsdialog.lfm; Type: files
 
1521
Name: {app}\units\x86_64-win64\diskdiffsdialog.o; Type: files
 
1522
Name: {app}\units\x86_64-win64\diskdiffsdialog.ppu; Type: files
 
1523
Name: {app}\units\x86_64-win64\editdefinetree.o; Type: files
 
1524
Name: {app}\units\x86_64-win64\editdefinetree.ppu; Type: files
 
1525
Name: {app}\units\x86_64-win64\editmsgscannersdlg.lfm; Type: files
 
1526
Name: {app}\units\x86_64-win64\editmsgscannersdlg.o; Type: files
 
1527
Name: {app}\units\x86_64-win64\editmsgscannersdlg.ppu; Type: files
 
1528
Name: {app}\units\x86_64-win64\editor_codefolding_options.lfm; Type: files
 
1529
Name: {app}\units\x86_64-win64\editor_codefolding_options.o; Type: files
 
1530
Name: {app}\units\x86_64-win64\editor_codefolding_options.ppu; Type: files
 
1531
Name: {app}\units\x86_64-win64\editor_codetools_options.lfm; Type: files
 
1532
Name: {app}\units\x86_64-win64\editor_codetools_options.o; Type: files
 
1533
Name: {app}\units\x86_64-win64\editor_codetools_options.ppu; Type: files
 
1534
Name: {app}\units\x86_64-win64\editor_color_options.lfm; Type: files
 
1535
Name: {app}\units\x86_64-win64\editor_color_options.o; Type: files
 
1536
Name: {app}\units\x86_64-win64\editor_color_options.ppu; Type: files
 
1537
Name: {app}\units\x86_64-win64\editor_display_options.lfm; Type: files
 
1538
Name: {app}\units\x86_64-win64\editor_display_options.o; Type: files
 
1539
Name: {app}\units\x86_64-win64\editor_display_options.ppu; Type: files
 
1540
Name: {app}\units\x86_64-win64\editor_dividerdraw_options.lfm; Type: files
 
1541
Name: {app}\units\x86_64-win64\editor_dividerdraw_options.o; Type: files
 
1542
Name: {app}\units\x86_64-win64\editor_dividerdraw_options.ppu; Type: files
 
1543
Name: {app}\units\x86_64-win64\editor_general_misc_options.lfm; Type: files
 
1544
Name: {app}\units\x86_64-win64\editor_general_misc_options.o; Type: files
 
1545
Name: {app}\units\x86_64-win64\editor_general_misc_options.ppu; Type: files
 
1546
Name: {app}\units\x86_64-win64\editor_general_options.lfm; Type: files
 
1547
Name: {app}\units\x86_64-win64\editor_general_options.o; Type: files
 
1548
Name: {app}\units\x86_64-win64\editor_general_options.ppu; Type: files
 
1549
Name: {app}\units\x86_64-win64\editor_keymapping_options.lfm; Type: files
 
1550
Name: {app}\units\x86_64-win64\editor_keymapping_options.o; Type: files
 
1551
Name: {app}\units\x86_64-win64\editor_keymapping_options.ppu; Type: files
 
1552
Name: {app}\units\x86_64-win64\editor_markup_options.lfm; Type: files
 
1553
Name: {app}\units\x86_64-win64\editor_markup_options.o; Type: files
 
1554
Name: {app}\units\x86_64-win64\editor_markup_options.ppu; Type: files
 
1555
Name: {app}\units\x86_64-win64\editor_mouseaction_options_advanced.lfm; Type: files
 
1556
Name: {app}\units\x86_64-win64\editor_mouseaction_options_advanced.o; Type: files
 
1557
Name: {app}\units\x86_64-win64\editor_mouseaction_options_advanced.ppu; Type: files
 
1558
Name: {app}\units\x86_64-win64\editor_mouseaction_options.lfm; Type: files
 
1559
Name: {app}\units\x86_64-win64\editor_mouseaction_options.o; Type: files
 
1560
Name: {app}\units\x86_64-win64\editor_mouseaction_options.ppu; Type: files
 
1561
Name: {app}\units\x86_64-win64\editor_multiwindow_options.lfm; Type: files
 
1562
Name: {app}\units\x86_64-win64\editor_multiwindow_options.o; Type: files
 
1563
Name: {app}\units\x86_64-win64\editor_multiwindow_options.ppu; Type: files
 
1564
Name: {app}\units\x86_64-win64\editoroptions.o; Type: files
 
1565
Name: {app}\units\x86_64-win64\editoroptions.ppu; Type: files
 
1566
Name: {app}\units\x86_64-win64\emptymethodsdlg.lfm; Type: files
 
1567
Name: {app}\units\x86_64-win64\emptymethodsdlg.o; Type: files
 
1568
Name: {app}\units\x86_64-win64\emptymethodsdlg.ppu; Type: files
 
1569
Name: {app}\units\x86_64-win64\encloseselectiondlg.lfm; Type: files
 
1570
Name: {app}\units\x86_64-win64\encloseselectiondlg.o; Type: files
 
1571
Name: {app}\units\x86_64-win64\encloseselectiondlg.ppu; Type: files
 
1572
Name: {app}\units\x86_64-win64\environmentopts.o; Type: files
 
1573
Name: {app}\units\x86_64-win64\environmentopts.ppu; Type: files
 
1574
Name: {app}\units\x86_64-win64\evaluatedlg.lfm; Type: files
 
1575
Name: {app}\units\x86_64-win64\evaluatedlg.o; Type: files
 
1576
Name: {app}\units\x86_64-win64\evaluatedlg.ppu; Type: files
 
1577
Name: {app}\units\x86_64-win64\exceptiondlg.lfm; Type: files
 
1578
Name: {app}\units\x86_64-win64\exceptiondlg.o; Type: files
 
1579
Name: {app}\units\x86_64-win64\exceptiondlg.ppu; Type: files
 
1580
Name: {app}\units\x86_64-win64\extractprocdlg.lfm; Type: files
 
1581
Name: {app}\units\x86_64-win64\extractprocdlg.o; Type: files
 
1582
Name: {app}\units\x86_64-win64\extractprocdlg.ppu; Type: files
 
1583
Name: {app}\units\x86_64-win64\exttooldialog.lfm; Type: files
 
1584
Name: {app}\units\x86_64-win64\exttooldialog.o; Type: files
 
1585
Name: {app}\units\x86_64-win64\exttooldialog.ppu; Type: files
 
1586
Name: {app}\units\x86_64-win64\exttooleditdlg.lfm; Type: files
 
1587
Name: {app}\units\x86_64-win64\exttooleditdlg.o; Type: files
 
1588
Name: {app}\units\x86_64-win64\exttooleditdlg.ppu; Type: files
 
1589
Name: {app}\units\x86_64-win64\filereferencelist.o; Type: files
 
1590
Name: {app}\units\x86_64-win64\filereferencelist.ppu; Type: files
 
1591
Name: {app}\units\x86_64-win64\files_options.lfm; Type: files
 
1592
Name: {app}\units\x86_64-win64\files_options.o; Type: files
 
1593
Name: {app}\units\x86_64-win64\files_options.ppu; Type: files
 
1594
Name: {app}\units\x86_64-win64\findinfilesdlg.lfm; Type: files
 
1595
Name: {app}\units\x86_64-win64\findinfilesdlg.o; Type: files
 
1596
Name: {app}\units\x86_64-win64\findinfilesdlg.ppu; Type: files
 
1597
Name: {app}\units\x86_64-win64\findoverloadsdlg.lfm; Type: files
 
1598
Name: {app}\units\x86_64-win64\findoverloadsdlg.o; Type: files
 
1599
Name: {app}\units\x86_64-win64\findoverloadsdlg.ppu; Type: files
 
1600
Name: {app}\units\x86_64-win64\findpalettecomp.lfm; Type: files
 
1601
Name: {app}\units\x86_64-win64\findpalettecomp.o; Type: files
 
1602
Name: {app}\units\x86_64-win64\findpalettecomp.ppu; Type: files
 
1603
Name: {app}\units\x86_64-win64\findrenameidentifier.lfm; Type: files
 
1604
Name: {app}\units\x86_64-win64\findrenameidentifier.o; Type: files
 
1605
Name: {app}\units\x86_64-win64\findrenameidentifier.ppu; Type: files
 
1606
Name: {app}\units\x86_64-win64\findreplacedialog.lfm; Type: files
 
1607
Name: {app}\units\x86_64-win64\findreplacedialog.o; Type: files
 
1608
Name: {app}\units\x86_64-win64\findreplacedialog.ppu; Type: files
 
1609
Name: {app}\units\x86_64-win64\findunitdlg.lfm; Type: files
 
1610
Name: {app}\units\x86_64-win64\findunitdlg.o; Type: files
 
1611
Name: {app}\units\x86_64-win64\findunitdlg.ppu; Type: files
 
1612
Name: {app}\units\x86_64-win64\formeditor.o; Type: files
 
1613
Name: {app}\units\x86_64-win64\formeditor.ppu; Type: files
 
1614
Name: {app}\units\x86_64-win64\formed_options.lfm; Type: files
 
1615
Name: {app}\units\x86_64-win64\formed_options.o; Type: files
 
1616
Name: {app}\units\x86_64-win64\formed_options.ppu; Type: files
 
1617
Name: {app}\units\x86_64-win64\fpcsrcscan.o; Type: files
 
1618
Name: {app}\units\x86_64-win64\fpcsrcscan.ppu; Type: files
 
1619
Name: {app}\units\x86_64-win64\fpdoceditwindow.lfm; Type: files
 
1620
Name: {app}\units\x86_64-win64\fpdoceditwindow.o; Type: files
 
1621
Name: {app}\units\x86_64-win64\fpdoceditwindow.ppu; Type: files
 
1622
Name: {app}\units\x86_64-win64\fpdochints.o; Type: files
 
1623
Name: {app}\units\x86_64-win64\fpdochints.ppu; Type: files
 
1624
Name: {app}\units\x86_64-win64\fpdoc_options.lfm; Type: files
 
1625
Name: {app}\units\x86_64-win64\fpdoc_options.o; Type: files
 
1626
Name: {app}\units\x86_64-win64\fpdoc_options.ppu; Type: files
 
1627
Name: {app}\units\x86_64-win64\fpdocselectinherited.lfm; Type: files
 
1628
Name: {app}\units\x86_64-win64\fpdocselectinherited.o; Type: files
 
1629
Name: {app}\units\x86_64-win64\fpdocselectinherited.ppu; Type: files
 
1630
Name: {app}\units\x86_64-win64\fpdocselectlink.lfm; Type: files
 
1631
Name: {app}\units\x86_64-win64\fpdocselectlink.o; Type: files
 
1632
Name: {app}\units\x86_64-win64\fpdocselectlink.ppu; Type: files
 
1633
Name: {app}\units\x86_64-win64\framedesigner.o; Type: files
 
1634
Name: {app}\units\x86_64-win64\framedesigner.ppu; Type: files
 
1635
Name: {app}\units\x86_64-win64\frmcustomapplicationoptions.lfm; Type: files
 
1636
Name: {app}\units\x86_64-win64\frmcustomapplicationoptions.o; Type: files
 
1637
Name: {app}\units\x86_64-win64\frmcustomapplicationoptions.ppu; Type: files
 
1638
Name: {app}\units\x86_64-win64\gdbmidebugger.o; Type: files
 
1639
Name: {app}\units\x86_64-win64\gdbmidebugger.ppu; Type: files
 
1640
Name: {app}\units\x86_64-win64\gdbtypeinfo.o; Type: files
 
1641
Name: {app}\units\x86_64-win64\gdbtypeinfo.ppu; Type: files
 
1642
Name: {app}\units\x86_64-win64\genericchecklist.lfm; Type: files
 
1643
Name: {app}\units\x86_64-win64\genericchecklist.o; Type: files
 
1644
Name: {app}\units\x86_64-win64\genericchecklist.ppu; Type: files
 
1645
Name: {app}\units\x86_64-win64\genericlisteditor.lfm; Type: files
 
1646
Name: {app}\units\x86_64-win64\genericlisteditor.o; Type: files
 
1647
Name: {app}\units\x86_64-win64\genericlisteditor.ppu; Type: files
 
1648
Name: {app}\units\x86_64-win64\gotofrm.lfm; Type: files
 
1649
Name: {app}\units\x86_64-win64\gotofrm.o; Type: files
 
1650
Name: {app}\units\x86_64-win64\gotofrm.ppu; Type: files
 
1651
Name: {app}\units\x86_64-win64\helpfpcmessages.o; Type: files
 
1652
Name: {app}\units\x86_64-win64\helpfpcmessages.ppu; Type: files
 
1653
Name: {app}\units\x86_64-win64\help_general_options.lfm; Type: files
 
1654
Name: {app}\units\x86_64-win64\help_general_options.o; Type: files
 
1655
Name: {app}\units\x86_64-win64\help_general_options.ppu; Type: files
 
1656
Name: {app}\units\x86_64-win64\helpmanager.lfm; Type: files
 
1657
Name: {app}\units\x86_64-win64\helpmanager.o; Type: files
 
1658
Name: {app}\units\x86_64-win64\helpmanager.ppu; Type: files
 
1659
Name: {app}\units\x86_64-win64\helpoptions.o; Type: files
 
1660
Name: {app}\units\x86_64-win64\helpoptions.ppu; Type: files
 
1661
Name: {app}\units\x86_64-win64\idecmdline.o; Type: files
 
1662
Name: {app}\units\x86_64-win64\idecmdline.ppu; Type: files
 
1663
Name: {app}\units\x86_64-win64\idecontexthelpedit.lfm; Type: files
 
1664
Name: {app}\units\x86_64-win64\idecontexthelpedit.o; Type: files
 
1665
Name: {app}\units\x86_64-win64\idecontexthelpedit.ppu; Type: files
 
1666
Name: {app}\units\x86_64-win64\idedefs.o; Type: files
 
1667
Name: {app}\units\x86_64-win64\idedefs.ppu; Type: files
 
1668
Name: {app}\units\x86_64-win64\idefpcinfo.lfm; Type: files
 
1669
Name: {app}\units\x86_64-win64\idefpcinfo.o; Type: files
 
1670
Name: {app}\units\x86_64-win64\idefpcinfo.ppu; Type: files
 
1671
Name: {app}\units\x86_64-win64\ideinfodlg.lfm; Type: files
 
1672
Name: {app}\units\x86_64-win64\ideinfodlg.o; Type: files
 
1673
Name: {app}\units\x86_64-win64\ideinfodlg.ppu; Type: files
 
1674
Name: {app}\units\x86_64-win64\ideoptiondefs.o; Type: files
 
1675
Name: {app}\units\x86_64-win64\ideoptiondefs.ppu; Type: files
 
1676
Name: {app}\units\x86_64-win64\ideoptionsdlg.lfm; Type: files
 
1677
Name: {app}\units\x86_64-win64\ideoptionsdlg.o; Type: files
 
1678
Name: {app}\units\x86_64-win64\ideoptionsdlg.ppu; Type: files
 
1679
Name: {app}\units\x86_64-win64\ideprocs.o; Type: files
 
1680
Name: {app}\units\x86_64-win64\ideprocs.ppu; Type: files
 
1681
Name: {app}\units\x86_64-win64\ideprotocol.o; Type: files
 
1682
Name: {app}\units\x86_64-win64\ideprotocol.ppu; Type: files
 
1683
Name: {app}\units\x86_64-win64\idetranslations.o; Type: files
 
1684
Name: {app}\units\x86_64-win64\idetranslations.ppu; Type: files
 
1685
Name: {app}\units\x86_64-win64\idewindowhelp.o; Type: files
 
1686
Name: {app}\units\x86_64-win64\idewindowhelp.ppu; Type: files
 
1687
Name: {app}\units\x86_64-win64\imexportcompileropts.lfm; Type: files
 
1688
Name: {app}\units\x86_64-win64\imexportcompileropts.o; Type: files
 
1689
Name: {app}\units\x86_64-win64\imexportcompileropts.ppu; Type: files
 
1690
Name: {app}\units\x86_64-win64\infobuild.lfm; Type: files
 
1691
Name: {app}\units\x86_64-win64\infobuild.o; Type: files
 
1692
Name: {app}\units\x86_64-win64\infobuild.ppu; Type: files
 
1693
Name: {app}\units\x86_64-win64\initialsetupdlgs.o; Type: files
 
1694
Name: {app}\units\x86_64-win64\initialsetupdlgs.ppu; Type: files
 
1695
Name: {app}\units\x86_64-win64\inputfiledialog.o; Type: files
 
1696
Name: {app}\units\x86_64-win64\inputfiledialog.ppu; Type: files
 
1697
Name: {app}\units\x86_64-win64\inputhistory.o; Type: files
 
1698
Name: {app}\units\x86_64-win64\inputhistory.ppu; Type: files
 
1699
Name: {app}\units\x86_64-win64\inspectdlg.lfm; Type: files
 
1700
Name: {app}\units\x86_64-win64\inspectdlg.o; Type: files
 
1701
Name: {app}\units\x86_64-win64\inspectdlg.ppu; Type: files
 
1702
Name: {app}\units\x86_64-win64\installpkgsetdlg.lfm; Type: files
 
1703
Name: {app}\units\x86_64-win64\installpkgsetdlg.o; Type: files
 
1704
Name: {app}\units\x86_64-win64\installpkgsetdlg.ppu; Type: files
 
1705
Name: {app}\units\x86_64-win64\invertassigntool.o; Type: files
 
1706
Name: {app}\units\x86_64-win64\invertassigntool.ppu; Type: files
 
1707
Name: {app}\units\x86_64-win64\jitforms.o; Type: files
 
1708
Name: {app}\units\x86_64-win64\jitforms.ppu; Type: files
 
1709
Name: {app}\units\x86_64-win64\jumphistoryview.lfm; Type: files
 
1710
Name: {app}\units\x86_64-win64\jumphistoryview.o; Type: files
 
1711
Name: {app}\units\x86_64-win64\jumphistoryview.ppu; Type: files
 
1712
Name: {app}\units\x86_64-win64\keymapping.o; Type: files
 
1713
Name: {app}\units\x86_64-win64\keymapping.ppu; Type: files
 
1714
Name: {app}\units\x86_64-win64\keymapschemedlg.lfm; Type: files
 
1715
Name: {app}\units\x86_64-win64\keymapschemedlg.o; Type: files
 
1716
Name: {app}\units\x86_64-win64\keymapschemedlg.ppu; Type: files
 
1717
Name: {app}\units\x86_64-win64\keymapshortcutdlg.lfm; Type: files
 
1718
Name: {app}\units\x86_64-win64\keymapshortcutdlg.o; Type: files
 
1719
Name: {app}\units\x86_64-win64\keymapshortcutdlg.ppu; Type: files
 
1720
Name: {app}\units\x86_64-win64\lazarusidestrconsts.o; Type: files
 
1721
Name: {app}\units\x86_64-win64\lazarusidestrconsts.ppu; Type: files
 
1722
Name: {app}\units\x86_64-win64\lazarusmanager.o; Type: files
 
1723
Name: {app}\units\x86_64-win64\lazarusmanager.ppu; Type: files
 
1724
Name: {app}\units\x86_64-win64\lazarus.o; Type: files
 
1725
Name: {app}\units\x86_64-win64\lazbuild.o; Type: files
 
1726
Name: {app}\units\x86_64-win64\lazconf.o; Type: files
 
1727
Name: {app}\units\x86_64-win64\lazconf.ppu; Type: files
 
1728
Name: {app}\units\x86_64-win64\lazxmlforms.o; Type: files
 
1729
Name: {app}\units\x86_64-win64\lazxmlforms.ppu; Type: files
 
1730
Name: {app}\units\x86_64-win64\localsdlg.lfm; Type: files
 
1731
Name: {app}\units\x86_64-win64\localsdlg.o; Type: files
 
1732
Name: {app}\units\x86_64-win64\localsdlg.ppu; Type: files
 
1733
Name: {app}\units\x86_64-win64\macropromptdlg.o; Type: files
 
1734
Name: {app}\units\x86_64-win64\macropromptdlg.ppu; Type: files
 
1735
Name: {app}\units\x86_64-win64\mainbar.o; Type: files
 
1736
Name: {app}\units\x86_64-win64\mainbar.ppu; Type: files
 
1737
Name: {app}\units\x86_64-win64\mainbase.o; Type: files
 
1738
Name: {app}\units\x86_64-win64\mainbase.ppu; Type: files
 
1739
Name: {app}\units\x86_64-win64\mainintf.o; Type: files
 
1740
Name: {app}\units\x86_64-win64\mainintf.ppu; Type: files
 
1741
Name: {app}\units\x86_64-win64\main.o; Type: files
 
1742
Name: {app}\units\x86_64-win64\main.ppu; Type: files
 
1743
Name: {app}\units\x86_64-win64\makeresstrdlg.lfm; Type: files
 
1744
Name: {app}\units\x86_64-win64\makeresstrdlg.o; Type: files
 
1745
Name: {app}\units\x86_64-win64\makeresstrdlg.ppu; Type: files
 
1746
Name: {app}\units\x86_64-win64\menueditorform.lfm; Type: files
 
1747
Name: {app}\units\x86_64-win64\menueditorform.o; Type: files
 
1748
Name: {app}\units\x86_64-win64\menueditorform.ppu; Type: files
 
1749
Name: {app}\units\x86_64-win64\miscoptions.o; Type: files
 
1750
Name: {app}\units\x86_64-win64\miscoptions.ppu; Type: files
 
1751
Name: {app}\units\x86_64-win64\missingpropertiesdlg.lfm; Type: files
 
1752
Name: {app}\units\x86_64-win64\missingpropertiesdlg.o; Type: files
 
1753
Name: {app}\units\x86_64-win64\missingpropertiesdlg.ppu; Type: files
 
1754
Name: {app}\units\x86_64-win64\missingunits.lfm; Type: files
 
1755
Name: {app}\units\x86_64-win64\missingunits.o; Type: files
 
1756
Name: {app}\units\x86_64-win64\missingunits.ppu; Type: files
 
1757
Name: {app}\units\x86_64-win64\mouseactiondialog.lfm; Type: files
 
1758
Name: {app}\units\x86_64-win64\mouseactiondialog.o; Type: files
 
1759
Name: {app}\units\x86_64-win64\mouseactiondialog.ppu; Type: files
 
1760
Name: {app}\units\x86_64-win64\msgquickfixes.o; Type: files
 
1761
Name: {app}\units\x86_64-win64\msgquickfixes.ppu; Type: files
 
1762
Name: {app}\units\x86_64-win64\msgview.lfm; Type: files
 
1763
Name: {app}\units\x86_64-win64\msgview.o; Type: files
 
1764
Name: {app}\units\x86_64-win64\msgview.ppu; Type: files
 
1765
Name: {app}\units\x86_64-win64\naming_options.lfm; Type: files
 
1766
Name: {app}\units\x86_64-win64\naming_options.o; Type: files
 
1767
Name: {app}\units\x86_64-win64\naming_options.ppu; Type: files
 
1768
Name: {app}\units\x86_64-win64\newdialog.lfm; Type: files
 
1769
Name: {app}\units\x86_64-win64\newdialog.o; Type: files
 
1770
Name: {app}\units\x86_64-win64\newdialog.ppu; Type: files
 
1771
Name: {app}\units\x86_64-win64\newprojectdlg.lfm; Type: files
 
1772
Name: {app}\units\x86_64-win64\newprojectdlg.o; Type: files
 
1773
Name: {app}\units\x86_64-win64\newprojectdlg.ppu; Type: files
 
1774
Name: {app}\units\x86_64-win64\noncontroldesigner.o; Type: files
 
1775
Name: {app}\units\x86_64-win64\noncontroldesigner.ppu; Type: files
 
1776
Name: {app}\units\x86_64-win64\objectlists.o; Type: files
 
1777
Name: {app}\units\x86_64-win64\objectlists.ppu; Type: files
 
1778
Name: {app}\units\x86_64-win64\objinspext.o; Type: files
 
1779
Name: {app}\units\x86_64-win64\objinspext.ppu; Type: files
 
1780
Name: {app}\units\x86_64-win64\oi_options.lfm; Type: files
 
1781
Name: {app}\units\x86_64-win64\oi_options.o; Type: files
 
1782
Name: {app}\units\x86_64-win64\oi_options.ppu; Type: files
 
1783
Name: {app}\units\x86_64-win64\openinstalledpkgdlg.lfm; Type: files
 
1784
Name: {app}\units\x86_64-win64\openinstalledpkgdlg.o; Type: files
 
1785
Name: {app}\units\x86_64-win64\openinstalledpkgdlg.ppu; Type: files
 
1786
Name: {app}\units\x86_64-win64\outputfilter.o; Type: files
 
1787
Name: {app}\units\x86_64-win64\outputfilter.ppu; Type: files
 
1788
Name: {app}\units\x86_64-win64\packagedefs.o; Type: files
 
1789
Name: {app}\units\x86_64-win64\packagedefs.ppu; Type: files
 
1790
Name: {app}\units\x86_64-win64\packageeditor.o; Type: files
 
1791
Name: {app}\units\x86_64-win64\packageeditor.ppu; Type: files
 
1792
Name: {app}\units\x86_64-win64\packagelinks.o; Type: files
 
1793
Name: {app}\units\x86_64-win64\packagelinks.ppu; Type: files
 
1794
Name: {app}\units\x86_64-win64\packagesystem.o; Type: files
 
1795
Name: {app}\units\x86_64-win64\packagesystem.ppu; Type: files
 
1796
Name: {app}\units\x86_64-win64\patheditordlg.lfm; Type: files
 
1797
Name: {app}\units\x86_64-win64\patheditordlg.o; Type: files
 
1798
Name: {app}\units\x86_64-win64\patheditordlg.ppu; Type: files
 
1799
Name: {app}\units\x86_64-win64\pkggraphexplorer.lfm; Type: files
 
1800
Name: {app}\units\x86_64-win64\pkggraphexplorer.o; Type: files
 
1801
Name: {app}\units\x86_64-win64\pkggraphexplorer.ppu; Type: files
 
1802
Name: {app}\units\x86_64-win64\pkglinksdlg.lfm; Type: files
 
1803
Name: {app}\units\x86_64-win64\pkglinksdlg.o; Type: files
 
1804
Name: {app}\units\x86_64-win64\pkglinksdlg.ppu; Type: files
 
1805
Name: {app}\units\x86_64-win64\pkgmanager.o; Type: files
 
1806
Name: {app}\units\x86_64-win64\pkgmanager.ppu; Type: files
 
1807
Name: {app}\units\x86_64-win64\pkgoptionsdlg.lfm; Type: files
 
1808
Name: {app}\units\x86_64-win64\pkgoptionsdlg.o; Type: files
 
1809
Name: {app}\units\x86_64-win64\pkgoptionsdlg.ppu; Type: files
 
1810
Name: {app}\units\x86_64-win64\pkgvirtualuniteditor.lfm; Type: files
 
1811
Name: {app}\units\x86_64-win64\pkgvirtualuniteditor.o; Type: files
 
1812
Name: {app}\units\x86_64-win64\pkgvirtualuniteditor.ppu; Type: files
 
1813
Name: {app}\units\x86_64-win64\procedurelist.lfm; Type: files
 
1814
Name: {app}\units\x86_64-win64\procedurelist.o; Type: files
 
1815
Name: {app}\units\x86_64-win64\procedurelist.ppu; Type: files
 
1816
Name: {app}\units\x86_64-win64\processdebugger.o; Type: files
 
1817
Name: {app}\units\x86_64-win64\processdebugger.ppu; Type: files
 
1818
Name: {app}\units\x86_64-win64\processlist.o; Type: files
 
1819
Name: {app}\units\x86_64-win64\processlist.ppu; Type: files
 
1820
Name: {app}\units\x86_64-win64\progressdlg.lfm; Type: files
 
1821
Name: {app}\units\x86_64-win64\progressdlg.o; Type: files
 
1822
Name: {app}\units\x86_64-win64\progressdlg.ppu; Type: files
 
1823
Name: {app}\units\x86_64-win64\progresswnd.lfm; Type: files
 
1824
Name: {app}\units\x86_64-win64\progresswnd.o; Type: files
 
1825
Name: {app}\units\x86_64-win64\progresswnd.ppu; Type: files
 
1826
Name: {app}\units\x86_64-win64\project_application_options.lfm; Type: files
 
1827
Name: {app}\units\x86_64-win64\project_application_options.o; Type: files
 
1828
Name: {app}\units\x86_64-win64\project_application_options.ppu; Type: files
 
1829
Name: {app}\units\x86_64-win64\projectdefs.o; Type: files
 
1830
Name: {app}\units\x86_64-win64\projectdefs.ppu; Type: files
 
1831
Name: {app}\units\x86_64-win64\project_forms_options.lfm; Type: files
 
1832
Name: {app}\units\x86_64-win64\project_forms_options.o; Type: files
 
1833
Name: {app}\units\x86_64-win64\project_forms_options.ppu; Type: files
 
1834
Name: {app}\units\x86_64-win64\project_i18n_options.lfm; Type: files
 
1835
Name: {app}\units\x86_64-win64\project_i18n_options.o; Type: files
 
1836
Name: {app}\units\x86_64-win64\project_i18n_options.ppu; Type: files
 
1837
Name: {app}\units\x86_64-win64\projecticon.o; Type: files
 
1838
Name: {app}\units\x86_64-win64\projecticon.ppu; Type: files
 
1839
Name: {app}\units\x86_64-win64\projectinspector.lfm; Type: files
 
1840
Name: {app}\units\x86_64-win64\projectinspector.o; Type: files
 
1841
Name: {app}\units\x86_64-win64\projectinspector.ppu; Type: files
 
1842
Name: {app}\units\x86_64-win64\project_lazdoc_options.lfm; Type: files
 
1843
Name: {app}\units\x86_64-win64\project_lazdoc_options.o; Type: files
 
1844
Name: {app}\units\x86_64-win64\project_lazdoc_options.ppu; Type: files
 
1845
Name: {app}\units\x86_64-win64\project_misc_options.lfm; Type: files
 
1846
Name: {app}\units\x86_64-win64\project_misc_options.o; Type: files
 
1847
Name: {app}\units\x86_64-win64\project_misc_options.ppu; Type: files
 
1848
Name: {app}\units\x86_64-win64\project.o; Type: files
 
1849
Name: {app}\units\x86_64-win64\projectopts.o; Type: files
 
1850
Name: {app}\units\x86_64-win64\projectopts.ppu; Type: files
 
1851
Name: {app}\units\x86_64-win64\project.ppu; Type: files
 
1852
Name: {app}\units\x86_64-win64\projectresources.o; Type: files
 
1853
Name: {app}\units\x86_64-win64\projectresources.ppu; Type: files
 
1854
Name: {app}\units\x86_64-win64\project_save_options.lfm; Type: files
 
1855
Name: {app}\units\x86_64-win64\project_save_options.o; Type: files
 
1856
Name: {app}\units\x86_64-win64\project_save_options.ppu; Type: files
 
1857
Name: {app}\units\x86_64-win64\project_versioninfo_options.lfm; Type: files
 
1858
Name: {app}\units\x86_64-win64\project_versioninfo_options.o; Type: files
 
1859
Name: {app}\units\x86_64-win64\project_versioninfo_options.ppu; Type: files
 
1860
Name: {app}\units\x86_64-win64\projectwizarddlg.lfm; Type: files
 
1861
Name: {app}\units\x86_64-win64\projectwizarddlg.o; Type: files
 
1862
Name: {app}\units\x86_64-win64\projectwizarddlg.ppu; Type: files
 
1863
Name: {app}\units\x86_64-win64\publishmodule.o; Type: files
 
1864
Name: {app}\units\x86_64-win64\publishmodule.ppu; Type: files
 
1865
Name: {app}\units\x86_64-win64\publishprojectdlg.lfm; Type: files
 
1866
Name: {app}\units\x86_64-win64\publishprojectdlg.o; Type: files
 
1867
Name: {app}\units\x86_64-win64\publishprojectdlg.ppu; Type: files
 
1868
Name: {app}\units\x86_64-win64\registerfcl.o; Type: files
 
1869
Name: {app}\units\x86_64-win64\registerfcl.ppu; Type: files
 
1870
Name: {app}\units\x86_64-win64\registerideintf.o; Type: files
 
1871
Name: {app}\units\x86_64-win64\registerideintf.ppu; Type: files
 
1872
Name: {app}\units\x86_64-win64\registerlcl.o; Type: files
 
1873
Name: {app}\units\x86_64-win64\registerlcl.ppu; Type: files
 
1874
Name: {app}\units\x86_64-win64\registersdlg.lfm; Type: files
 
1875
Name: {app}\units\x86_64-win64\registersdlg.o; Type: files
 
1876
Name: {app}\units\x86_64-win64\registersdlg.ppu; Type: files
 
1877
Name: {app}\units\x86_64-win64\registersynedit.o; Type: files
 
1878
Name: {app}\units\x86_64-win64\registersynedit.ppu; Type: files
 
1879
Name: {app}\units\x86_64-win64\replacefuncsunit.lfm; Type: files
 
1880
Name: {app}\units\x86_64-win64\replacefuncsunit.o; Type: files
 
1881
Name: {app}\units\x86_64-win64\replacefuncsunit.ppu; Type: files
 
1882
Name: {app}\units\x86_64-win64\replacenamesunit.lfm; Type: files
 
1883
Name: {app}\units\x86_64-win64\replacenamesunit.o; Type: files
 
1884
Name: {app}\units\x86_64-win64\replacenamesunit.ppu; Type: files
 
1885
Name: {app}\units\x86_64-win64\restrictionbrowser.lfm; Type: files
 
1886
Name: {app}\units\x86_64-win64\restrictionbrowser.o; Type: files
 
1887
Name: {app}\units\x86_64-win64\restrictionbrowser.ppu; Type: files
 
1888
Name: {app}\units\x86_64-win64\runparamsopts.lfm; Type: files
 
1889
Name: {app}\units\x86_64-win64\runparamsopts.o; Type: files
 
1890
Name: {app}\units\x86_64-win64\runparamsopts.ppu; Type: files
 
1891
Name: {app}\units\x86_64-win64\scalecompsdlg.lfm; Type: files
 
1892
Name: {app}\units\x86_64-win64\scalecompsdlg.o; Type: files
 
1893
Name: {app}\units\x86_64-win64\scalecompsdlg.ppu; Type: files
 
1894
Name: {app}\units\x86_64-win64\searchfrm.lfm; Type: files
 
1895
Name: {app}\units\x86_64-win64\searchfrm.o; Type: files
 
1896
Name: {app}\units\x86_64-win64\searchfrm.ppu; Type: files
 
1897
Name: {app}\units\x86_64-win64\searchresultview.lfm; Type: files
 
1898
Name: {app}\units\x86_64-win64\searchresultview.o; Type: files
 
1899
Name: {app}\units\x86_64-win64\searchresultview.ppu; Type: files
 
1900
Name: {app}\units\x86_64-win64\showcompileropts.lfm; Type: files
 
1901
Name: {app}\units\x86_64-win64\showcompileropts.o; Type: files
 
1902
Name: {app}\units\x86_64-win64\showcompileropts.ppu; Type: files
 
1903
Name: {app}\units\x86_64-win64\showdeletingfilesdlg.lfm; Type: files
 
1904
Name: {app}\units\x86_64-win64\showdeletingfilesdlg.o; Type: files
 
1905
Name: {app}\units\x86_64-win64\showdeletingfilesdlg.ppu; Type: files
 
1906
Name: {app}\units\x86_64-win64\sizecompsdlg.lfm; Type: files
 
1907
Name: {app}\units\x86_64-win64\sizecompsdlg.o; Type: files
 
1908
Name: {app}\units\x86_64-win64\sizecompsdlg.ppu; Type: files
 
1909
Name: {app}\units\x86_64-win64\sortselectiondlg.o; Type: files
 
1910
Name: {app}\units\x86_64-win64\sortselectiondlg.ppu; Type: files
 
1911
Name: {app}\units\x86_64-win64\sourceeditor.lfm; Type: files
 
1912
Name: {app}\units\x86_64-win64\sourceeditor.o; Type: files
 
1913
Name: {app}\units\x86_64-win64\sourceeditor.ppu; Type: files
 
1914
Name: {app}\units\x86_64-win64\sourceeditprocs.o; Type: files
 
1915
Name: {app}\units\x86_64-win64\sourceeditprocs.ppu; Type: files
 
1916
Name: {app}\units\x86_64-win64\sourcemarks.o; Type: files
 
1917
Name: {app}\units\x86_64-win64\sourcemarks.ppu; Type: files
 
1918
Name: {app}\units\x86_64-win64\sourcesyneditor.o; Type: files
 
1919
Name: {app}\units\x86_64-win64\sourcesyneditor.ppu; Type: files
 
1920
Name: {app}\units\x86_64-win64\splash.lfm; Type: files
 
1921
Name: {app}\units\x86_64-win64\splash.o; Type: files
 
1922
Name: {app}\units\x86_64-win64\splash.ppu; Type: files
 
1923
Name: {app}\units\x86_64-win64\srcedithintfrm.o; Type: files
 
1924
Name: {app}\units\x86_64-win64\srcedithintfrm.ppu; Type: files
 
1925
Name: {app}\units\x86_64-win64\sshgdbmidebugger.o; Type: files
 
1926
Name: {app}\units\x86_64-win64\sshgdbmidebugger.ppu; Type: files
 
1927
Name: {app}\units\x86_64-win64\startlazarus.o; Type: files
 
1928
Name: {app}\units\x86_64-win64\sysvaruseroverridedlg.lfm; Type: files
 
1929
Name: {app}\units\x86_64-win64\sysvaruseroverridedlg.o; Type: files
 
1930
Name: {app}\units\x86_64-win64\sysvaruseroverridedlg.ppu; Type: files
 
1931
Name: {app}\units\x86_64-win64\taborderdlg.lfm; Type: files
 
1932
Name: {app}\units\x86_64-win64\taborderdlg.o; Type: files
 
1933
Name: {app}\units\x86_64-win64\taborderdlg.ppu; Type: files
 
1934
Name: {app}\units\x86_64-win64\tododlg.o; Type: files
 
1935
Name: {app}\units\x86_64-win64\tododlg.ppu; Type: files
 
1936
Name: {app}\units\x86_64-win64\todolist.o; Type: files
 
1937
Name: {app}\units\x86_64-win64\todolist.ppu; Type: files
 
1938
Name: {app}\units\x86_64-win64\transfermacros.o; Type: files
 
1939
Name: {app}\units\x86_64-win64\transfermacros.ppu; Type: files
 
1940
Name: {app}\units\x86_64-win64\ucomponentmanmain.lfm; Type: files
 
1941
Name: {app}\units\x86_64-win64\ucomponentmanmain.o; Type: files
 
1942
Name: {app}\units\x86_64-win64\ucomponentmanmain.ppu; Type: files
 
1943
Name: {app}\units\x86_64-win64\ufrmaddcomponent.lfm; Type: files
 
1944
Name: {app}\units\x86_64-win64\ufrmaddcomponent.o; Type: files
 
1945
Name: {app}\units\x86_64-win64\ufrmaddcomponent.ppu; Type: files
 
1946
Name: {app}\units\x86_64-win64\unitdependencies.lfm; Type: files
 
1947
Name: {app}\units\x86_64-win64\unitdependencies.o; Type: files
 
1948
Name: {app}\units\x86_64-win64\unitdependencies.ppu; Type: files
 
1949
Name: {app}\units\x86_64-win64\unitinfodlg.lfm; Type: files
 
1950
Name: {app}\units\x86_64-win64\unitinfodlg.o; Type: files
 
1951
Name: {app}\units\x86_64-win64\unitinfodlg.ppu; Type: files
 
1952
Name: {app}\units\x86_64-win64\unusedunitsdlg.lfm; Type: files
 
1953
Name: {app}\units\x86_64-win64\unusedunitsdlg.o; Type: files
 
1954
Name: {app}\units\x86_64-win64\unusedunitsdlg.ppu; Type: files
 
1955
Name: {app}\units\x86_64-win64\usedunits.o; Type: files
 
1956
Name: {app}\units\x86_64-win64\usedunits.ppu; Type: files
 
1957
Name: {app}\units\x86_64-win64\versioninfoadditionalinfo.o; Type: files
 
1958
Name: {app}\units\x86_64-win64\versioninfoadditionalinfo.ppu; Type: files
 
1959
Name: {app}\units\x86_64-win64\viewunit_dlg.lfm; Type: files
 
1960
Name: {app}\units\x86_64-win64\viewunit_dlg.o; Type: files
 
1961
Name: {app}\units\x86_64-win64\viewunit_dlg.ppu; Type: files
 
1962
Name: {app}\units\x86_64-win64\w32manifest.o; Type: files
 
1963
Name: {app}\units\x86_64-win64\w32manifest.ppu; Type: files
 
1964
Name: {app}\units\x86_64-win64\w32versioninfo.o; Type: files
 
1965
Name: {app}\units\x86_64-win64\w32versioninfo.ppu; Type: files
 
1966
Name: {app}\units\x86_64-win64\watchesdlg.lfm; Type: files
 
1967
Name: {app}\units\x86_64-win64\watchesdlg.o; Type: files
 
1968
Name: {app}\units\x86_64-win64\watchesdlg.ppu; Type: files
 
1969
Name: {app}\units\x86_64-win64\watchpropertydlg.lfm; Type: files
 
1970
Name: {app}\units\x86_64-win64\watchpropertydlg.o; Type: files
 
1971
Name: {app}\units\x86_64-win64\watchpropertydlg.ppu; Type: files
 
1972
Name: {app}\units\x86_64-win64\window_options.lfm; Type: files
 
1973
Name: {app}\units\x86_64-win64\window_options.o; Type: files
 
1974
Name: {app}\units\x86_64-win64\window_options.ppu; Type: files
 
1975
Name: {app}\units\x86_64-win64\wordcompletion.o; Type: files
 
1976
Name: {app}\units\x86_64-win64\wordcompletion.ppu; Type: files