mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 07:02:50 +02:00
TAChart: Move all demos into a common subdirectory
git-svn-id: trunk@19754 -
This commit is contained in:
parent
6ea70eb67d
commit
0c542758ec
30
.gitattributes
vendored
30
.gitattributes
vendored
@ -1528,16 +1528,21 @@ components/synunihighlighter/synunireg.pas svneol=native#text/pascal
|
||||
components/tachart/Makefile svneol=native#text/plain
|
||||
components/tachart/Makefile.fpc svneol=native#text/plain
|
||||
components/tachart/README.txt svneol=native#text/plain
|
||||
components/tachart/demo/demo.lpi svneol=native#text/plain
|
||||
components/tachart/demo/demo.lpr svneol=native#text/plain
|
||||
components/tachart/demo/unit1.lfm svneol=native#text/plain
|
||||
components/tachart/demo/unit1.lrs svneol=native#text/plain
|
||||
components/tachart/demo/unit1.pas svneol=native#text/plain
|
||||
components/tachart/funcdemo/funcdemo.lpi svneol=native#text/plain
|
||||
components/tachart/funcdemo/funcdemo.lpr svneol=native#text/plain
|
||||
components/tachart/funcdemo/main.lfm svneol=native#text/plain
|
||||
components/tachart/funcdemo/main.lrs svneol=native#text/plain
|
||||
components/tachart/funcdemo/main.pas svneol=native#text/plain
|
||||
components/tachart/demo/3d/main.lfm svneol=native#text/plain
|
||||
components/tachart/demo/3d/main.lrs svneol=native#text/plain
|
||||
components/tachart/demo/3d/main.pas svneol=native#text/plain
|
||||
components/tachart/demo/3d/zdemo.lpi svneol=native#text/plain
|
||||
components/tachart/demo/3d/zdemo.lpr svneol=native#text/plain
|
||||
components/tachart/demo/basic/demo.lpi svneol=native#text/plain
|
||||
components/tachart/demo/basic/demo.lpr svneol=native#text/plain
|
||||
components/tachart/demo/basic/unit1.lfm svneol=native#text/plain
|
||||
components/tachart/demo/basic/unit1.lrs svneol=native#text/plain
|
||||
components/tachart/demo/basic/unit1.pas svneol=native#text/plain
|
||||
components/tachart/demo/func/funcdemo.lpi svneol=native#text/plain
|
||||
components/tachart/demo/func/funcdemo.lpr svneol=native#text/plain
|
||||
components/tachart/demo/func/main.lfm svneol=native#text/plain
|
||||
components/tachart/demo/func/main.lrs svneol=native#text/plain
|
||||
components/tachart/demo/func/main.pas svneol=native#text/plain
|
||||
components/tachart/tachartlazaruspkg.lpk svneol=native#text/plain
|
||||
components/tachart/tachartlazaruspkg.pas svneol=native#text/plain
|
||||
components/tachart/tachartutils.pas svneol=native#text/plain
|
||||
@ -1549,11 +1554,6 @@ components/tachart/taserieseditor.lrs svneol=native#text/plain
|
||||
components/tachart/taserieseditor.pas svneol=native#text/plain
|
||||
components/tachart/tatypes.pas svneol=native#text/plain
|
||||
components/tachart/tchart.png -text svneol=unset#images/png
|
||||
components/tachart/zdemo/main.lfm svneol=native#text/plain
|
||||
components/tachart/zdemo/main.lrs svneol=native#text/plain
|
||||
components/tachart/zdemo/main.pas svneol=native#text/plain
|
||||
components/tachart/zdemo/zdemo.lpi svneol=native#text/plain
|
||||
components/tachart/zdemo/zdemo.lpr svneol=native#text/plain
|
||||
components/tdbf/Makefile svneol=native#text/plain
|
||||
components/tdbf/Makefile.fpc svneol=native#text/plain
|
||||
components/tdbf/dbflaz.lpk svneol=native#text/pascal
|
||||
|
@ -7,9 +7,12 @@ object Form1: TForm1
|
||||
ClientHeight = 362
|
||||
ClientWidth = 461
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
object Chart1: TChart
|
||||
Left = 0
|
||||
Height = 362
|
||||
Top = 0
|
||||
Width = 461
|
||||
BottomAxis.Grid.Style = psDot
|
||||
BottomAxis.Grid.Visible = True
|
||||
@ -27,6 +30,7 @@ object Form1: TForm1
|
||||
'TAChart'
|
||||
)
|
||||
Align = alClient
|
||||
ParentColor = False
|
||||
object Chart1FuncSeries1: TFuncSeries
|
||||
Extent.XMin = -6.28
|
||||
Extent.YMin = -1
|
||||
@ -43,11 +47,13 @@ object Form1: TForm1
|
||||
end
|
||||
object Chart1XAxis: TLine
|
||||
ShowInLegend = False
|
||||
Position = 0
|
||||
SeriesColor = clBlack
|
||||
end
|
||||
object Chart1YAxis: TLine
|
||||
ShowInLegend = False
|
||||
LineStyle = lsVertical
|
||||
Position = 0
|
||||
SeriesColor = clBlack
|
||||
end
|
||||
end
|
23
components/tachart/demo/func/main.lrs
Normal file
23
components/tachart/demo/func/main.lrs
Normal file
@ -0,0 +1,23 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'"'#1#6'Height'#3'j'#1#3'Top'#3#152#0#5'Wi'
|
||||
+'dth'#3#205#1#7'Caption'#6#5'Form1'#12'ClientHeight'#3'j'#1#11'ClientWidth'#3
|
||||
+#205#1#8'OnCreate'#7#10'FormCreate'#8'Position'#7#14'poScreenCenter'#10'LCLV'
|
||||
+'ersion'#6#6'0.9.27'#0#6'TChart'#6'Chart1'#4'Left'#2#0#6'Height'#3'j'#1#3'To'
|
||||
+'p'#2#0#5'Width'#3#205#1#21'BottomAxis.Grid.Style'#7#5'psDot'#23'BottomAxis.'
|
||||
+'Grid.Visible'#9#16'ExpandPercentage'#2#10#16'Foot.Brush.Color'#7#9'clBtnFac'
|
||||
+'e'#15'Foot.Font.Color'#7#6'clBlue'#13'Frame.Visible'#9#19'LeftAxis.Grid.Sty'
|
||||
+'le'#7#5'psDot'#21'LeftAxis.Grid.Visible'#9#20'LeftAxis.Title.Angle'#2'Z'#14
|
||||
+'Legend.Visible'#9#17'Title.Brush.Color'#7#9'clBtnFace'#16'Title.Font.Color'
|
||||
+#7#6'clBlue'#18'Title.Text.Strings'#1#6#7'TAChart'#0#5'Align'#7#8'alClient'
|
||||
+#11'ParentColor'#8#0#11'TFuncSeries'#17'Chart1FuncSeries1'#11'Extent.XMin'#5
|
||||
+#0#248'(\'#143#194#245#200#1#192#11'Extent.YMin'#5#0#0#0#0#0#0#0#128#255#191
|
||||
+#11'Extent.XMax'#5#0#248'(\'#143#194#245#200#1'@'#11'Extent.YMax'#5#0#0#0#0#0
|
||||
+#0#0#128#255'?'#14'Extent.UseXMin'#9#14'Extent.UseYMin'#9#14'Extent.UseXMax'
|
||||
+#9#14'Extent.UseYMax'#9#9'Pen.Color'#7#7'clOlive'#9'Pen.Width'#2#2#4'Step'#2
|
||||
+#4#5'Title'#6#6'Sin(x)'#0#0#5'TLine'#11'Chart1XAxis'#12'ShowInLegend'#8#8'Po'
|
||||
+'sition'#5#0#0#0#0#0#0#0#0#0#0#11'SeriesColor'#7#7'clBlack'#0#0#5'TLine'#11
|
||||
+'Chart1YAxis'#12'ShowInLegend'#8#9'LineStyle'#7#10'lsVertical'#8'Position'#5
|
||||
+#0#0#0#0#0#0#0#0#0#0#11'SeriesColor'#7#7'clBlack'#0#0#0#0
|
||||
]);
|
@ -1,21 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'"'#1#6'Height'#3'j'#1#3'Top'#3#152#0#5'Wi'
|
||||
+'dth'#3#205#1#7'Caption'#6#5'Form1'#12'ClientHeight'#3'j'#1#11'ClientWidth'#3
|
||||
+#205#1#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.27'#0#6'TChart'#6
|
||||
+'Chart1'#6'Height'#3'j'#1#5'Width'#3#205#1#21'BottomAxis.Grid.Style'#7#5'psD'
|
||||
+'ot'#23'BottomAxis.Grid.Visible'#9#16'ExpandPercentage'#2#10#16'Foot.Brush.C'
|
||||
+'olor'#7#9'clBtnFace'#15'Foot.Font.Color'#7#6'clBlue'#13'Frame.Visible'#9#19
|
||||
+'LeftAxis.Grid.Style'#7#5'psDot'#21'LeftAxis.Grid.Visible'#9#20'LeftAxis.Tit'
|
||||
+'le.Angle'#2'Z'#14'Legend.Visible'#9#17'Title.Brush.Color'#7#9'clBtnFace'#16
|
||||
+'Title.Font.Color'#7#6'clBlue'#18'Title.Text.Strings'#1#6#7'TAChart'#0#5'Ali'
|
||||
+'gn'#7#8'alClient'#0#11'TFuncSeries'#17'Chart1FuncSeries1'#11'Extent.XMin'#5
|
||||
+#0#248'(\'#143#194#245#200#1#192#11'Extent.YMin'#5#0#0#0#0#0#0#0#128#255#191
|
||||
+#11'Extent.XMax'#5#0#248'(\'#143#194#245#200#1'@'#11'Extent.YMax'#5#0#0#0#0#0
|
||||
+#0#0#128#255'?'#14'Extent.UseXMin'#9#14'Extent.UseYMin'#9#14'Extent.UseXMax'
|
||||
+#9#14'Extent.UseYMax'#9#9'Pen.Color'#7#7'clOlive'#9'Pen.Width'#2#2#4'Step'#2
|
||||
+#4#5'Title'#6#6'Sin(x)'#0#0#5'TLine'#11'Chart1XAxis'#12'ShowInLegend'#8#11'S'
|
||||
+'eriesColor'#7#7'clBlack'#0#0#5'TLine'#11'Chart1YAxis'#12'ShowInLegend'#8#9
|
||||
+'LineStyle'#7#10'lsVertical'#11'SeriesColor'#7#7'clBlack'#0#0#0#0
|
||||
]);
|
Loading…
Reference in New Issue
Block a user