You've already forked lazarus-ccr
Updated for FPC 3.1.1/Laz 1.9
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5997 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<ProjectSession>
|
||||
<PathDelim Value="\"/>
|
||||
<Version Value="10"/>
|
||||
<BuildModes Active="Linux64"/>
|
||||
<BuildModes Active="Win32"/>
|
||||
<Units Count="25">
|
||||
<Unit0>
|
||||
<Filename Value="foobot.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<EditorIndex Value="7"/>
|
||||
<EditorIndex Value="6"/>
|
||||
<TopLine Value="6"/>
|
||||
<CursorPos Y="44"/>
|
||||
<UsageCount Value="95"/>
|
||||
@ -38,7 +38,7 @@
|
||||
<Unit3>
|
||||
<Filename Value="foobot_httpclient.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<EditorIndex Value="5"/>
|
||||
<EditorIndex Value="4"/>
|
||||
<TopLine Value="348"/>
|
||||
<CursorPos X="26" Y="356"/>
|
||||
<UsageCount Value="57"/>
|
||||
@ -51,7 +51,7 @@
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="6"/>
|
||||
<EditorIndex Value="5"/>
|
||||
<TopLine Value="19"/>
|
||||
<CursorPos X="20" Y="29"/>
|
||||
<UsageCount Value="49"/>
|
||||
@ -82,11 +82,10 @@
|
||||
</Unit6>
|
||||
<Unit7>
|
||||
<Filename Value="..\..\components\cryptini\latest_stable\ucryptini.pas"/>
|
||||
<EditorIndex Value="4"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<TopLine Value="262"/>
|
||||
<CursorPos X="47" Y="232"/>
|
||||
<UsageCount Value="23"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit7>
|
||||
<Unit8>
|
||||
<Filename Value="C:\trunklatest\fpc\rtl\objpas\sysutils\sysutilh.inc"/>
|
||||
|
Binary file not shown.
@ -20,10 +20,11 @@
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<TopLine Value="728"/>
|
||||
<CursorPos X="31" Y="739"/>
|
||||
<TopLine Value="406"/>
|
||||
<CursorPos X="72" Y="420"/>
|
||||
<UsageCount Value="199"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="uconfigform.pas"/>
|
||||
@ -319,18 +320,21 @@
|
||||
<Unit41>
|
||||
<Filename Value="D:\lazarustrunk\common_components\lazautoupdate\versionsupport.pas"/>
|
||||
<UnitName Value="VersionSupport"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<TopLine Value="36"/>
|
||||
<CursorPos X="124" Y="67"/>
|
||||
<UsageCount Value="10"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit41>
|
||||
</Units>
|
||||
<JumpHistory Count="1">
|
||||
<JumpHistory Count="2" HistoryIndex="1">
|
||||
<Position1>
|
||||
<Filename Value="umainform.pas"/>
|
||||
<Caret Line="739" Column="31" TopLine="728"/>
|
||||
</Position1>
|
||||
<Position2>
|
||||
<Filename Value="umainform.pas"/>
|
||||
<Caret Line="670" Column="22" TopLine="662"/>
|
||||
</Position2>
|
||||
</JumpHistory>
|
||||
</ProjectSession>
|
||||
</CONFIG>
|
||||
|
@ -1,7 +1,7 @@
|
||||
object mainform: Tmainform
|
||||
Left = 455
|
||||
Left = 2064
|
||||
Height = 504
|
||||
Top = 180
|
||||
Top = 101
|
||||
Width = 784
|
||||
BorderIcons = [biSystemMenu, biMinimize]
|
||||
BorderStyle = bsSingle
|
||||
|
Reference in New Issue
Block a user