object ViewLogo: TViewLogo Left = 200 Top = 119 BorderStyle = bsNone Caption = 'ViewLogo' ClientHeight = 179 ClientWidth = 255 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 160 Top = 120 Width = 75 Height = 25 Caption = '>>' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end end