object Whatsnew: TWhatsnew Left = 408 Top = 290 BorderStyle = bsSingle Caption = 'What'#39's new ?' ClientHeight = 255 ClientWidth = 327 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 216 Width = 327 Height = 39 Align = alBottom TabOrder = 0 object Button1: TButton Left = 136 Top = 8 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end end object Memo1: TMemo Left = 0 Top = 0 Width = 327 Height = 216 Align = alClient TabOrder = 1 end end