added ttrayicon.xpm

git-svn-id: trunk@10384 -
This commit is contained in:
mattias 2007-01-06 09:12:39 +00:00
parent 92b3960a18
commit bcf530c61f
4 changed files with 18 additions and 9 deletions

2
.gitattributes vendored
View File

@ -572,9 +572,9 @@ components/trayicon/examples/wndtray.dpr svneol=native#text/plain
components/trayicon/examples/wndtray.lpi svneol=native#text/plain
components/trayicon/trayicon.lrs svneol=native#text/plain
components/trayicon/trayicon.pas svneol=native#text/plain
components/trayicon/trayicon.xpm svneol=native#text/plain
components/trayicon/trayiconlaz.lpk svneol=native#text/plain
components/trayicon/trayiconlaz.pas svneol=native#text/plain
components/trayicon/ttrayicon.xpm svneol=native#text/plain
components/trayicon/wscommontrayicon.pas svneol=native#text/plain
components/trayicon/wsgtk2trayicon.pas svneol=native#text/plain
components/trayicon/wsgtktrayicon.pas svneol=native#text/plain

View File

@ -1,4 +1,4 @@
LazarusResources.Add('trayicon','XPM',[
LazarusResources.Add('ttrayicon','XPM',[
'/* XPM */'#10'static char *trayicon[]={'#10'"23 23 5 1",'#10'". c None",'#10
+'"c c #000000",'#10'"a c #808080",'#10'"b c #ffff00",'#10'"# c #ffffff",'#10
+'".......................",'#10'".......................",'#10'"............'

View File

@ -1,14 +1,12 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="2">
<PathDelim Value="\"/>
<Name Value="TrayIconLaz"/>
<CompilerOptions>
<Version Value="5"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="$(LazarusDir)\components\opengl\gtk2x11\"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
<OtherUnitFiles Value="$(LazarusDir)/components/opengl/gtk2x11/"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
@ -18,7 +16,7 @@
</Other>
</CompilerOptions>
<Version Minor="2"/>
<Files Count="7">
<Files Count="10">
<Item1>
<Filename Value="wswin32trayicon.pas"/>
<AddToUsesPkgSection Value="False"/>
@ -52,6 +50,18 @@
<Filename Value="wscommontrayicon.pas"/>
<UnitName Value="WSCommonTrayIcon"/>
</Item7>
<Item8>
<Filename Value="README.txt"/>
<Type Value="Text"/>
</Item8>
<Item9>
<Filename Value="ttrayicon.xpm"/>
<Type Value="Text"/>
</Item9>
<Item10>
<Filename Value="trayicon.lrs"/>
<Type Value="LRS"/>
</Item10>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
@ -64,11 +74,10 @@
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\"/>
<UnitPath Value="$(PkgOutDir)/"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>