mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:12:25 +02:00
TAChart: Update listbox demo to demonstrate TChartListbox background color and item height
git-svn-id: trunk@34047 -
This commit is contained in:
parent
4316235320
commit
57c9714520
@ -116,7 +116,8 @@ object Form1: TForm1
|
|||||||
OnPopulate = ChartListboxPopulate
|
OnPopulate = ChartListboxPopulate
|
||||||
OnSeriesIconDblClick = ChartListboxSeriesIconDblClick
|
OnSeriesIconDblClick = ChartListboxSeriesIconDblClick
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ItemHeight = 0
|
Color = clInfoBk
|
||||||
|
ItemHeight = 20
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="10"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||||
@ -66,8 +66,6 @@
|
|||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Linking>
|
<Linking>
|
||||||
<Debugging>
|
<Debugging>
|
||||||
<GenerateDebugInfo Value="True"/>
|
|
||||||
<DebugInfoType Value="dsAuto"/>
|
|
||||||
<StripSymbols Value="True"/>
|
<StripSymbols Value="True"/>
|
||||||
</Debugging>
|
</Debugging>
|
||||||
<Options>
|
<Options>
|
||||||
|
Loading…
Reference in New Issue
Block a user