TAChart: Publish TIntervalChartSource component. Add icon.

git-svn-id: trunk@31861 -
This commit is contained in:
ask 2011-08-03 17:02:40 +00:00
parent e988567787
commit f9aff65013
4 changed files with 13 additions and 1 deletions

1
.gitattributes vendored
View File

@ -2466,6 +2466,7 @@ components/tachart/icons/tchartstyles.png -text svneol=unset#images/png
components/tachart/icons/tcharttoolset.png -text svneol=unset#images/png
components/tachart/icons/tdatetimeintervalchartsource.png -text svneol=unset#images/png
components/tachart/icons/tdbchartsource.png -text svneol=unset#images/png
components/tachart/icons/tintervalchartsource.png -text svneol=unset#images/png
components/tachart/icons/tlistchartsource.png -text svneol=unset#images/png
components/tachart/icons/trandomchartsource.png -text svneol=unset#images/png
components/tachart/icons/tuserdefinedchartsource.png -text svneol=unset#images/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

View File

@ -202,6 +202,17 @@ LazarusResources.Add('tdbchartsource','PNG',[
+#205#177#245#249#151'x'#3#220#238#154#155#201'X'#237'0'#0#0#0#0'IEND'#174'B`'
+#130
]);
LazarusResources.Add('tintervalchartsource','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#4'gAMA'#0#0#177#143#11#252'a'#5#0#0#0#25'tEXtSoftware'#0'Paint.NET v3.5'
+'.5I'#138#252#224#0#0#0#155'IDATHKc`'#24'6'#160#188'|'#210'ja'#172#129#2'2'
+#156#26#0'd'#206#161#3#7#255'cX'#2#179#224#254#253#219#255#201#197' '#131#7
+#143#5'@/'#146#236#19#162'}'#0#242'&'#200#2#16'MJp'#17'e'#1#204'p'#144#5#164
+'ZB'#148#5'0'#23#211'4'#136'@'#150#208#212#2'X'#240#144'j'#201'h'#16'a$Y'#244
+'dLv'#16#161#199#5#140#143#158#140'I'#182#0'9'#178#9#177'A)'#143'$'#11#144's'
+'0M|@L'#17'AV'#28#128#188'I'#9#198'[\S'#171'F'#195'Z'#225#128'j J\'#142#174
+'w'#216#180'%'#24#0#208'@'#220'w'#130'|'#213#229#0#0#0#0'IEND'#174'B`'#130
]);
LazarusResources.Add('tlistchartsource','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#4'gAMA'#0#0#177#143#11#252'a'#5#0#0#0#24'tEXtSoftware'#0'Paint.NET v3.3'

View File

@ -92,7 +92,7 @@ procedure Register;
begin
RegisterComponents(
CHART_COMPONENT_IDE_PAGE, [
TDateTimeIntervalChartSource
TIntervalChartSource, TDateTimeIntervalChartSource
]);
end;