tdbf: use FPC resources for component images

git-svn-id: trunk@43101 -
This commit is contained in:
paul 2013-10-05 04:38:16 +00:00
parent 3c989425b9
commit 63e2a350eb
4 changed files with 3 additions and 34 deletions

2
.gitattributes vendored
View File

@ -3437,8 +3437,8 @@ components/tdbf/languages/registerdbf.pt_BR.po svneol=native#text/plain
components/tdbf/languages/registerdbf.ru.po svneol=native#text/plain
components/tdbf/languages/registerdbf.uk.po svneol=native#text/plain
components/tdbf/languages/registerdbf.zh_CN.po svneol=native#text/plain
components/tdbf/registerdbf.lrs svneol=native#text/pascal
components/tdbf/registerdbf.pas svneol=native#text/pascal
components/tdbf/registerdbf.res -text
components/tdbf/tdbf.png -text svneol=unset#image/png
components/todolist/Makefile svneol=native#text/plain
components/todolist/Makefile.compiled svneol=native#text/plain

View File

@ -1,31 +0,0 @@
LazarusResources.Add('tdbf','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#1'sRGB'#0#174#206#28#233#0#0#0#6'bKGD'#0#0#0#0#0#0#249'C'#187''#0#0#0#9
+'pHYs'#0#0#11#19#0#0#11#19#1#0#154#156#24#0#0#0#7'tIME'#7#215#12#15#11#30#30
+'|g'#150'='#0#0#2'<IDATH'#199#181#150'?h'#19'a'#24#198'_-'#137#173#173'9'
+#180'I'#8#168#177#129'B'#138'I%'#131'B'#145#12#234#168'N'#14#23#208#14#162#29
+#138#131'C'#7#7#193#173#131#155'E7'#139#139#6#186#169#160#14#14'*TQ'#164'PH*'
+#20'*'#141#209#214#212'XJj'#255#144#212#166#175'C'#146'^'#155'\'#254#150'>'
+#203#193#251#221'='#207'='#207'{'#223#251#157#18#17#246#18#205#197#133#209
+#177#132'<z9czs'#255'E'#15#161#160'K'#213'#'#160#10#14#182#19#15#223'<'#137
+#239'X'#27#147'?VH'#166'2$'#151#214'I'#166'2'#188#248'0W'#183#208#150#192#249
+#219#31#165#167#235#16#157#206#22'|'#238'v'#28#154'u'#7'yri'#157#213't'#150
+#149#244#6'#'#179'='#6'C'#128')'#209#165#187'jD'#158#163#7#137'L/'#18#153#6
+#135#230#1'(!'#143'L/'#2'`'#221#167#145#185#144#130'Y`'#2#175'B-'#139'.'#237
+'U{'#208#235#183#227#176'Y('#215#131'^'#191#157#213't'#150#207'1k'#174'p$'
+#191'0A'#155'B'#173#137'.'#173'e'#5'f~'#254#197#169#217#1#184's'#197#203#185
+#158#195'%=H.'#173'ciV'#172'e'#27#12#134'H'#139'BEE'#23''#217#136#190'|] '
+#187')'#248#220'^S'#7#159#162''#242#157'+Z0D|'#10#245'Dt'#233'3'#141#232#244
+#137#14#28'6'#11'C'#225')'#134#194#230#17'5)'#197#219'h'#209'B'#174#23#16#224
+#219'v'#242#134'"*'#129'A'#158#22']'#186'*~EuGd'#144'/'#136'.'#246#138#251
+#160#255'aT'#156#154#21#135#205#178#181#161#204'"'#202#252#219'$'#252#189#143
+'Df|'#28#232' '#192#164#232'r'#169#234'>'#136#207'-'#227#212#172'U#'#218#200
+#10#221#233#251#252#186'w'#230'T'#221#163#226#241#235#24#0'o'#174#207#239'z'
+#200'u'#222'x'#167'b'#239#31#24#14'BA'#151#10#5']'#140#142'%'#4#230#225#213
+#229#134#201#7#158#29#0#174#153'OS'#173'u'#191#2'r'#182'n'#229'.'#241'x'#28
+#247#243#227'T'#171#229'&'#165#170'<'#174'K'#240#212#143#187'@Rx'#216#172'6'
+#172'j;'#15'j'#194#213'h'#206#193'v'#210#130#139#186#29#212#234#170'a'#7'fok'
+'V'#171#245#200#220#129'<'#129#187#198'ZM'#2#3#131'w'#137#141#156#205'j'#187
+#135#218#235#191#138'&'#246#24#255#1#197#212'2'#157#222'V'#160'p'#0#0#0#0'IE'
+'ND'#174'B`'#130
]);

View File

@ -25,6 +25,8 @@ procedure Register;
implementation
{$R registerdbf.res}
type
{ TDbfFileNamePropertyEditor }
@ -63,6 +65,4 @@ begin
RegisterUnit('DBF',@RegisterUnitDBF);
end;
initialization
{$i registerdbf.lrs}
end.

Binary file not shown.