home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / other_programs / artizen / Artizen.CAB / XGIF20.ocx / 0 / RCDATA / TXGIF / TXGIF.txt
Text File  |  2000-06-26  |  654b  |  32 lines

  1. object XGIF: TXGIF
  2.   Left = 195
  3.   Top = 120
  4.   Width = 140
  5.   Height = 52
  6.   AutoSize = True
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 20
  9.   Constraints.MinWidth = 20
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = ActiveFormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 20
  23.     Height = 20
  24.     AutoSize = True
  25.     Constraints.MinHeight = 20
  26.     Constraints.MinWidth = 20
  27.     OnClick = Image1Click
  28.     OnDblClick = Image1DblClick
  29.     OnMouseDown = Image1MouseDown
  30.   end
  31. end
  32.