object XGIF: TXGIF Left = 195 Top = 120 Width = 140 Height = 52 AutoSize = True Color = clBtnFace Constraints.MinHeight = 20 Constraints.MinWidth = 20 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = ActiveFormCreate PixelsPerInch = 120 TextHeight = 16 object Image1: TImage Left = 0 Top = 0 Width = 20 Height = 20 AutoSize = True Constraints.MinHeight = 20 Constraints.MinWidth = 20 OnClick = Image1Click OnDblClick = Image1DblClick OnMouseDown = Image1MouseDown end end