object Form1: TForm1 Left = 200 Top = 99 Width = 291 Height = 269 Caption = 'Mouse Cursor Animation' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter Scaled = False OnCreate = FormCreate TextHeight = 16 object Label1: TLabel Left = 87 Top = 214 Width = 115 Height = 16 Caption = 'Full SRC Included' Font.Color = clMaroon Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 31 Top = 24 Width = 93 Height = 33 Caption = 'Fist' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 31 Top = 88 Width = 89 Height = 33 Caption = 'Grabber' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 31 Top = 149 Width = 89 Height = 33 Caption = 'Point Hand' TabOrder = 2 OnClick = Button3Click end object Button4: TButton Left = 157 Top = 24 Width = 89 Height = 33 Caption = 'Pull Hand' TabOrder = 3 OnClick = Button4Click end object Button5: TButton Left = 157 Top = 88 Width = 89 Height = 33 Caption = 'Default' TabOrder = 4 OnClick = Button5Click end object Button6: TButton Left = 157 Top = 149 Width = 92 Height = 33 Caption = 'Animated' TabOrder = 5 OnClick = Button6Click end end