object ImageForm: TImageForm Left = -831 Top = -282 BorderIcons = [] BorderStyle = bsNone BorderWidth = 3 Caption = 'ImageForm' ClientHeight = 41 ClientWidth = 127 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnClick = FormDeactivate OnCreate = FormCreate OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 127 Height = 41 Align = alClient Stretch = True OnClick = FormDeactivate end end