home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Animcur / FORM.DFM / FORM.txt
Text File  |  1996-01-12  |  2KB  |  83 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 291
  5.   Height = 269
  6.   Caption = 'Mouse Cursor Animation'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 87
  18.     Top = 214
  19.     Width = 115
  20.     Height = 16
  21.     Caption = 'Full SRC Included'
  22.     Font.Color = clMaroon
  23.     Font.Height = -13
  24.     Font.Name = 'System'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Button1: TButton
  29.     Left = 31
  30.     Top = 24
  31.     Width = 93
  32.     Height = 33
  33.     Caption = 'Fist'
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 31
  39.     Top = 88
  40.     Width = 89
  41.     Height = 33
  42.     Caption = 'Grabber'
  43.     TabOrder = 1
  44.     OnClick = Button2Click
  45.   end
  46.   object Button3: TButton
  47.     Left = 31
  48.     Top = 149
  49.     Width = 89
  50.     Height = 33
  51.     Caption = 'Point Hand'
  52.     TabOrder = 2
  53.     OnClick = Button3Click
  54.   end
  55.   object Button4: TButton
  56.     Left = 157
  57.     Top = 24
  58.     Width = 89
  59.     Height = 33
  60.     Caption = 'Pull Hand'
  61.     TabOrder = 3
  62.     OnClick = Button4Click
  63.   end
  64.   object Button5: TButton
  65.     Left = 157
  66.     Top = 88
  67.     Width = 89
  68.     Height = 33
  69.     Caption = 'Default'
  70.     TabOrder = 4
  71.     OnClick = Button5Click
  72.   end
  73.   object Button6: TButton
  74.     Left = 157
  75.     Top = 149
  76.     Width = 92
  77.     Height = 33
  78.     Caption = 'Animated'
  79.     TabOrder = 5
  80.     OnClick = Button6Click
  81.   end
  82. end
  83.