mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
PopupNotifier package
- fix compilation - add component image from A.J. Venter git-svn-id: trunk@13195 -
This commit is contained in:
parent
0c31625cb5
commit
cf46073776
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -611,9 +611,11 @@ components/popupnotifier/demo/popupnotifierdemo.lpr svneol=native#text/plain
|
||||
components/popupnotifier/demo/unit1.lfm svneol=native#text/plain
|
||||
components/popupnotifier/demo/unit1.lrs svneol=native#text/plain
|
||||
components/popupnotifier/demo/unit1.pas svneol=native#text/plain
|
||||
components/popupnotifier/popupnotifier.lrs svneol=native#text/pascal
|
||||
components/popupnotifier/popupnotifier.pas svneol=native#text/plain
|
||||
components/popupnotifier/popupnotifierlaz.lpk svneol=native#text/plain
|
||||
components/popupnotifier/popupnotifierlaz.pas svneol=native#text/plain
|
||||
components/popupnotifier/tpopupnotifier.png -text svneol=unset#image/png
|
||||
components/prettyformat/languages/pfidesource.de.po svneol=native#text/plain
|
||||
components/prettyformat/languages/pfidesource.fr.po svneol=native#text/plain
|
||||
components/prettyformat/languages/pfidesource.id.po svneol=native#text/plain
|
||||
|
11
components/popupnotifier/popupnotifier.lrs
Normal file
11
components/popupnotifier/popupnotifier.lrs
Normal file
@ -0,0 +1,11 @@
|
||||
LazarusResources.Add('tpopupnotifier','PNG',[
|
||||
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#24#0#0#0#24#8#6#0#0#0#224'w='#248#0
|
||||
+#0#0#9'pHYs'#0#0#11#18#0#0#11#18#1#210#221'~'#252#0#0#0#148'IDATH'#137#213'V'
|
||||
+#209#10#192' '#8#212#209''#213#167#237#211#236#203#220#195#152'lR'#27#146'6'
|
||||
+#186#151'"'#227#206'S'#131#144#153'!'#18'[(;'#0#164'Z'#209#221'B'#206#231'Z+'
|
||||
+'@'#210#193'B'#187#236#169#236':l'#6#18#129'8'#184#147'{'#137#136'@'#139'\'
|
||||
+#139#148'b#'''#154#209'd'#203'e"'#187#128'8'#232#213'z'#180#7#143#18'i2'#247
|
||||
+')'#138#192#220'&['#199'P'#163'5'#4#233#235#194'('#220#28#244#146'['#195#193
|
||||
+'[bk8'#184#240#203#20#133'?'#180'p'#1'df@D9'#240#254'e`'#244#183#229#0'?'#229
|
||||
+'8'#183't~'#235'W'#0#0#0#0'IEND'#174'B`'#130
|
||||
]);
|
@ -26,7 +26,11 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls,
|
||||
Buttons, StdCtrls;
|
||||
Buttons, StdCtrls
|
||||
{$ifdef fpc}
|
||||
, LResources
|
||||
{$endif}
|
||||
;
|
||||
|
||||
type
|
||||
{ TNotifierXButton }
|
||||
@ -302,7 +306,6 @@ end;
|
||||
*******************************************************************}
|
||||
procedure TNotifierForm.HandlePaint(Sender: TObject);
|
||||
begin
|
||||
Canvas.Color := Color;
|
||||
Canvas.Brush.Style := bsSolid;
|
||||
Canvas.Brush.Color := Color;
|
||||
Canvas.FillRect(Rect(0,0,width,height));
|
||||
@ -428,6 +431,9 @@ begin
|
||||
vNotifierForm.Show;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$ifdef fpc}
|
||||
{$i popupnotifier.lrs}
|
||||
{$endif}
|
||||
|
||||
end.
|
||||
|
||||
|
||||
|
BIN
components/popupnotifier/tpopupnotifier.png
Normal file
BIN
components/popupnotifier/tpopupnotifier.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 226 B |
Loading…
Reference in New Issue
Block a user