Skip to content

Commit

Permalink
Form type name was corrected in resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmorozov committed Sep 4, 2020
1 parent 04e9b0d commit 42b37aa
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 59 deletions.
2 changes: 1 addition & 1 deletion examples/TBoundingBoxServerForm/bounding_box_form.lfm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
object BoundingBoxServerForm: TBoundingBoxServerForm
object BoundingBoxForm: TBoundingBoxForm
Left = 3
Height = 400
Top = 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ uses
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TBoundingBoxForm, BoundingBoxServerForm);
Application.CreateForm(TBoundingBoxForm, BoundingBoxForm);
Application.Run;
end.
14 changes: 9 additions & 5 deletions examples/TBoundingBoxServerForm/bounding_box_server_demo.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<MainSource>bounding_box_server_demo.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<TargetedPlatforms>1</TargetedPlatforms>
<TargetedPlatforms>3</TargetedPlatforms>
<AppType>Application</AppType>
<FrameworkType>VCL</FrameworkType>
<ProjectVersion>18.2</ProjectVersion>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
Expand Down Expand Up @@ -71,6 +71,10 @@
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName)</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win64)'!=''">
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<Icon_MainIcon>bounding_box_server_demo.ico</Icon_MainIcon>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
Expand Down Expand Up @@ -134,7 +138,7 @@
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
<Platform value="Win64">False</Platform>
<Platform value="Win64">True</Platform>
</Platforms>
<Deployment Version="3">
<DeployFile LocalName="bounding_box_server_demo.exe" Configuration="Debug" Class="ProjectOutput">
Expand Down Expand Up @@ -500,14 +504,14 @@
<Operation>1</Operation>
</Platform>
</DeployClass>
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
</Deployment>
</BorlandProject>
Expand Down
Binary file modified examples/TBoundingBoxServerForm/bounding_box_server_demo.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/TBoundingBoxServerForm/bounding_box_server_demo.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<AutoIncrementBuild Value="True"/>
<MinorVersionNr Value="1"/>
<RevisionNr Value="11"/>
<BuildNr Value="29"/>
<BuildNr Value="30"/>
<Attributes pvaDebug="True"/>
</VersionInfo>
<BuildModes Count="1">
Expand Down Expand Up @@ -54,7 +54,7 @@
<Unit1>
<Filename Value="bounding_box_form.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="BoundingBoxServerForm"/>
<ComponentName Value="BoundingBoxForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit1>
Expand Down
90 changes: 40 additions & 50 deletions examples/TBoundingBoxServerForm/bounding_box_server_demo.lps
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<Unit1>
<Filename Value="bounding_box_form.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="BoundingBoxServerForm"/>
<ComponentName Value="BoundingBoxForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<TopLine Value="70"/>
<IsVisibleTab Value="True"/>
<CursorPos X="14" Y="84"/>
<UsageCount Value="200"/>
<Loaded Value="True"/>
Expand All @@ -38,9 +38,8 @@
<Unit3>
<Filename Value="..\optimizing_app.pas"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="5"/>
<CursorPos X="78" Y="12"/>
<EditorIndex Value="4"/>
<CursorPos X="56" Y="7"/>
<UsageCount Value="212"/>
<Loaded Value="True"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
Expand All @@ -50,51 +49,51 @@
<IsPartOfProject Value="True"/>
<EditorIndex Value="1"/>
<CursorPos X="32" Y="6"/>
<UsageCount Value="36"/>
<UsageCount Value="67"/>
<Loaded Value="True"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit4>
<Unit5>
<Filename Value="..\..\package\DownhillSimplexContainer.pas"/>
<EditorIndex Value="-1"/>
<CursorPos X="57" Y="150"/>
<UsageCount Value="27"/>
<UsageCount Value="24"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit5>
<Unit6>
<Filename Value="..\..\package\AlgorithmContainer.pas"/>
<EditorIndex Value="-1"/>
<CursorPos X="74" Y="15"/>
<UsageCount Value="52"/>
<UsageCount Value="49"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit6>
<Unit7>
<Filename Value="..\..\package\CBRCComponent.pas"/>
<EditorIndex Value="-1"/>
<CursorPos X="45" Y="15"/>
<UsageCount Value="25"/>
<UsageCount Value="22"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit7>
<Unit8>
<Filename Value="..\..\package\Algorithm.pas"/>
<EditorIndex Value="-1"/>
<CursorPos X="59" Y="13"/>
<UsageCount Value="45"/>
<UsageCount Value="42"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit8>
<Unit9>
<Filename Value="..\..\package\RunningThread.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="166"/>
<CursorPos X="71" Y="178"/>
<UsageCount Value="84"/>
<UsageCount Value="81"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit9>
<Unit10>
<Filename Value="..\..\package\CombEnumerator.pas"/>
<EditorIndex Value="-1"/>
<CursorPos X="77" Y="11"/>
<UsageCount Value="44"/>
<UsageCount Value="41"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit10>
<Unit11>
Expand All @@ -111,45 +110,44 @@
<EditorIndex Value="-1"/>
<TopLine Value="216"/>
<CursorPos X="30" Y="237"/>
<UsageCount Value="33"/>
<UsageCount Value="30"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit12>
<Unit13>
<Filename Value="..\..\package\Decisions.pas"/>
<EditorIndex Value="-1"/>
<CursorPos X="61" Y="103"/>
<UsageCount Value="44"/>
<UsageCount Value="41"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit13>
<Unit14>
<Filename Value="\\VBOXSVR\04_-_github\fitminimizers\package\RunningThread.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="31"/>
<CursorPos X="56" Y="87"/>
<UsageCount Value="97"/>
<UsageCount Value="94"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit14>
<Unit15>
<Filename Value="..\TBoundingBoxComponentForm\bounding_box_component_form.pas"/>
<EditorIndex Value="4"/>
<EditorIndex Value="-1"/>
<CursorPos X="53" Y="12"/>
<UsageCount Value="18"/>
<Loaded Value="True"/>
<UsageCount Value="34"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit15>
<Unit16>
<Filename Value="backup\bounding_box_server_form.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="83"/>
<CursorPos X="28" Y="100"/>
<UsageCount Value="9"/>
<UsageCount Value="6"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit16>
</Units>
<OtherDefines Count="1">
<Define0 Value="Lazarus"/>
</OtherDefines>
<JumpHistory Count="28" HistoryIndex="27">
<JumpHistory Count="26" HistoryIndex="25">
<Position1>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="66" Column="72" TopLine="46"/>
Expand Down Expand Up @@ -194,12 +192,12 @@
<Caret Line="66" Column="72" TopLine="46"/>
</Position11>
<Position12>
<Filename Value="..\TBoundingBoxComponentForm\bounding_box_component_form.pas"/>
<Caret Line="203" Column="15" TopLine="184"/>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="310" Column="25" TopLine="297"/>
</Position12>
<Position13>
<Filename Value="..\TBoundingBoxComponentForm\bounding_box_component_form.pas"/>
<Caret Line="185" Column="41" TopLine="184"/>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="587" Column="16" TopLine="575"/>
</Position13>
<Position14>
<Filename Value="..\optimizing_app.pas"/>
Expand All @@ -211,56 +209,48 @@
</Position15>
<Position16>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="310" Column="25" TopLine="297"/>
<Caret Line="645" Column="25" TopLine="633"/>
</Position16>
<Position17>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="587" Column="16" TopLine="575"/>
<Caret Line="697" Column="24" TopLine="685"/>
</Position17>
<Position18>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="645" Column="25" TopLine="633"/>
<Filename Value="..\int_user_interaction.pas"/>
<Caret Line="8" Column="5"/>
</Position18>
<Position19>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="697" Column="24" TopLine="685"/>
<Filename Value="..\int_user_interaction.pas"/>
<Caret Line="6" Column="32"/>
</Position19>
<Position20>
<Filename Value="..\int_user_interaction.pas"/>
<Caret Line="8" Column="5"/>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="671" TopLine="658"/>
</Position20>
<Position21>
<Filename Value="..\int_user_interaction.pas"/>
<Caret Line="6" Column="32"/>
<Filename Value="bounding_box_server.pas"/>
<Caret Line="50" Column="73" TopLine="37"/>
</Position21>
<Position22>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="671" TopLine="658"/>
<Filename Value="bounding_box_form.pas"/>
<Caret Line="84" Column="14" TopLine="70"/>
</Position22>
<Position23>
<Filename Value="bounding_box_server.pas"/>
<Caret Line="50" Column="73" TopLine="37"/>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="102" Column="16"/>
</Position23>
<Position24>
<Filename Value="bounding_box_form.pas"/>
<Caret Line="84" Column="14" TopLine="70"/>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="12" Column="54"/>
</Position24>
<Position25>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="102" Column="16"/>
<Caret Line="13" Column="33"/>
</Position25>
<Position26>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="12" Column="54"/>
</Position26>
<Position27>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="13" Column="33"/>
</Position27>
<Position28>
<Filename Value="..\optimizing_app.pas"/>
<Caret Line="390" Column="17" TopLine="378"/>
</Position28>
</Position26>
</JumpHistory>
<RunParams>
<FormatVersion Value="2"/>
Expand Down
Binary file modified examples/TBoundingBoxServerForm/bounding_box_server_demo.res
Binary file not shown.

0 comments on commit 42b37aa

Please sign in to comment.