object frFloatWindow: TfrFloatWindow BorderStyle = bsToolWindow Caption = 'frFloatWindow' ClientHeight = 61 ClientWidth = 213 Font.Height = -11 Font.Name = 'MS Sans Serif' FormStyle = fsStayOnTop OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 75 ShowHint = True TextHeight = 13 HorzScrollBar.Page = 212 VertScrollBar.Page = 60 Left = 320 Height = 61 Top = 195 Width = 213 end