mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-22 12:09:31 +01:00
examples: fix trayicon example
git-svn-id: trunk@25094 -
This commit is contained in:
parent
e42bebb3a1
commit
db018c3342
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3220,9 +3220,9 @@ examples/trayicon/frmtest.lfm -text
|
|||||||
examples/trayicon/frmtest.lrs svneol=native#text/pascal
|
examples/trayicon/frmtest.lrs svneol=native#text/pascal
|
||||||
examples/trayicon/frmtest.pas -text
|
examples/trayicon/frmtest.pas -text
|
||||||
examples/trayicon/icon.ico -text
|
examples/trayicon/icon.ico -text
|
||||||
examples/trayicon/magnifier.res -text
|
|
||||||
examples/trayicon/wndtray.dpr -text
|
examples/trayicon/wndtray.dpr -text
|
||||||
examples/trayicon/wndtray.lpi -text
|
examples/trayicon/wndtray.lpi -text
|
||||||
|
examples/trayicon/wndtray.res -text
|
||||||
examples/treeview/README.txt svneol=native#text/plain
|
examples/treeview/README.txt svneol=native#text/plain
|
||||||
examples/treeview/TV_Add_Remove.dpr svneol=native#text/pascal
|
examples/treeview/TV_Add_Remove.dpr svneol=native#text/pascal
|
||||||
examples/treeview/TV_Add_Remove.res svneol=native#unset
|
examples/treeview/TV_Add_Remove.res svneol=native#unset
|
||||||
|
|||||||
Binary file not shown.
@ -29,9 +29,7 @@ uses
|
|||||||
|
|
||||||
{ add your units here }
|
{ add your units here }
|
||||||
|
|
||||||
{$ifdef Windows}
|
{$R *.res}
|
||||||
{$R magnifier.res}
|
|
||||||
{$endif}
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
|
|||||||
@ -2,17 +2,21 @@
|
|||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Version Value="6"/>
|
<Version Value="7"/>
|
||||||
<General>
|
<General>
|
||||||
<Flags>
|
<Flags>
|
||||||
<SaveClosedFiles Value="False"/>
|
<SaveClosedFiles Value="False"/>
|
||||||
<SaveOnlyProjectUnits Value="True"/>
|
<SaveOnlyProjectUnits Value="True"/>
|
||||||
|
<LRSInOutputDirectory Value="False"/>
|
||||||
</Flags>
|
</Flags>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<IconPath Value=".\"/>
|
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
|
<UseXPManifest Value="True"/>
|
||||||
</General>
|
</General>
|
||||||
|
<VersionInfo>
|
||||||
|
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion="0.0.0.0"/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
||||||
@ -38,24 +42,20 @@
|
|||||||
</Unit0>
|
</Unit0>
|
||||||
<Unit1>
|
<Unit1>
|
||||||
<Filename Value="frmtest.pas"/>
|
<Filename Value="frmtest.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
<ComponentName Value="frmTrayTest"/>
|
<ComponentName Value="frmTrayTest"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<IsPartOfProject Value="True"/>
|
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
<ResourceFilename Value="frmtest.lrs"/>
|
|
||||||
<UnitName Value="frmtest"/>
|
<UnitName Value="frmtest"/>
|
||||||
</Unit1>
|
</Unit1>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="8"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<SrcPath Value="\Users\felipe\Programas\lazarus-ccr\bindings\objc\;\Users\felipe\Programas\lazarus-ccr\bindings\pascocoa\applicationservices\coregraphics\;\Users\felipe\Programas\lazarus-ccr\bindings\pascocoa\appkit\;\Users\felipe\Programas\lazarus-ccr\bindings\pascocoa\foundation\"/>
|
<SrcPath Value="\Users\felipe\Programas\lazarus-ccr\bindings\objc\;\Users\felipe\Programas\lazarus-ccr\bindings\pascocoa\applicationservices\coregraphics\;\Users\felipe\Programas\lazarus-ccr\bindings\pascocoa\appkit\;\Users\felipe\Programas\lazarus-ccr\bindings\pascocoa\foundation\"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
|
||||||
<Generate Value="Faster"/>
|
|
||||||
</CodeGeneration>
|
|
||||||
<Linking>
|
<Linking>
|
||||||
<Options>
|
<Options>
|
||||||
<LinkerOptions Value="-framework Cocoa -lobjc"/>
|
<LinkerOptions Value="-framework Cocoa -lobjc"/>
|
||||||
|
|||||||
BIN
examples/trayicon/wndtray.res
Normal file
BIN
examples/trayicon/wndtray.res
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user