diff options
Diffstat (limited to 'examples/gui')
-rw-r--r-- | examples/gui/tabtest/tabtest.lpr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gui/tabtest/tabtest.lpr b/examples/gui/tabtest/tabtest.lpr index 52f7ec17..bea86f8c 100644 --- a/examples/gui/tabtest/tabtest.lpr +++ b/examples/gui/tabtest/tabtest.lpr @@ -107,6 +107,7 @@ begin pcMain.Height := 300; pcMain.Anchors := [anLeft, anTop, anRight, anBottom]; pcMain.ActiveTabColor:= clOrangeRed; + pcMain.ActiveTabTextColor:= clYellow; // pcMain.FixedTabWidth:=150; // Tab One @@ -127,6 +128,7 @@ begin tsThree.Text := 'Tab Three'; tsThree.BackgroundColor:= clWheat; tsThree.TabColor:= clLightBlue; + tsThree.TabTextColor:= clWhite; CreateLabel(tsThree, 80, 50, 'TabSheet Three'); // Tab Four |