object frmMain: TfrmMain Left = 260 Top = 107 BorderIcons = [] BorderStyle = bsNone ClientHeight = 83 ClientWidth = 214 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyPress = FormKeyPress OnKeyUp = FormKeyUp PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 214 Height = 83 Align = alClient AutoSize = True Visible = False end end