object FlatFormTestCase: TFlatFormTestCase Left = 0 Top = 0 BorderStyle = bsNone Caption = 'FlatFormTestCase' ClientHeight = 403 ClientWidth = 510 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object pnl1: TPanel Left = 0 Top = 0 Width = 510 Height = 403 Align = alClient BevelOuter = bvNone Caption = 'pnl1' Color = clYellow ParentBackground = False TabOrder = 0 OnClick = pnl1Click end end