examples: fixed lazintfimage session

git-svn-id: trunk@27951 -
This commit is contained in:
mattias 2010-10-29 18:37:21 +00:00
parent 7070415e90
commit ed30c1caeb
2 changed files with 5 additions and 15 deletions

View File

@ -9,9 +9,9 @@
<SaveOnlyProjectUnits Value="True"/>
<LRSInOutputDirectory Value="False"/>
</Flags>
<SessionStorage Value="InIDEConfig"/>
<MainUnit Value="0"/>
<Title Value="Fade In - Example for TLazIntfImage"/>
<ActiveWindowIndexAtStart Value="0"/>
</General>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
@ -39,13 +39,6 @@
<Filename Value="fadein1.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="FadeIn1"/>
<EditorIndex Value="1"/>
<WindowIndex Value="0"/>
<TopLine Value="1"/>
<CursorPos X="14" Y="7"/>
<UsageCount Value="65"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
</Unit0>
<Unit1>
<Filename Value="mainunit1.pas"/>
@ -53,13 +46,6 @@
<ComponentName Value="Form1"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="MainUnit1"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="0"/>
<WindowIndex Value="0"/>
<TopLine Value="31"/>
<CursorPos X="1" Y="52"/>
<UsageCount Value="65"/>
<Loaded Value="True"/>
</Unit1>
</Units>
</ProjectOptions>
@ -75,6 +61,9 @@
</SyntaxOptions>
</Parsing>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>

View File

@ -7,6 +7,7 @@ uses
Forms, MainUnit1;
begin
Application.Title:='Fade In - Example for TLazIntfImage';
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;