object Form4: TForm4 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Animations' ClientHeight = 710 ClientWidth = 264 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 121 Height = 17 AutoSize = False Caption = 'Char to apply anims on:' end object Label2: TLabel Left = 8 Top = 56 Width = 73 Height = 17 AutoSize = False Caption = 'Current anim:' end object edit_char: TEdit Left = 126 Top = 6 Width = 107 Height = 17 AutoSize = False ReadOnly = True TabOrder = 0 Text = '0' end object list: TListBox Left = 8 Top = 72 Width = 249 Height = 161 ItemHeight = 13 TabOrder = 1 OnClick = listClick end object btn_demo: TButton Left = 144 Top = 240 Width = 113 Height = 25 Caption = 'Start anim &demo' TabOrder = 2 OnClick = btn_demoClick end object check_freeze: TCheckBox Left = 10 Top = 245 Width = 129 Height = 17 Caption = '&Freeze selected anim' TabOrder = 3 OnClick = check_freezeClick end object check_global: TRadioButton Left = 8 Top = 32 Width = 121 Height = 17 Caption = '&Global anims' Checked = True TabOrder = 4 TabStop = True OnClick = check_globalClick end object check_local: TRadioButton Left = 136 Top = 32 Width = 121 Height = 17 Caption = '&Local anims' TabOrder = 5 OnClick = check_localClick end object updown: TUpDown Left = 235 Top = 4 Width = 17 Height = 20 Max = 32 TabOrder = 6 OnClick = updownClick end object group_anim: TGroupBox Left = 8 Top = 272 Width = 249 Height = 433 Caption = 'Anim info' TabOrder = 7 object lbl_lvl: TLabel Left = 8 Top = 16 Width = 177 Height = 17 AutoSize = False Caption = 'Lvl required: ' end object memo: TMemo Left = 8 Top = 32 Width = 233 Height = 393 TabOrder = 0 WordWrap = False end end object timer_anim: TTimer Interval = 100 OnTimer = timer_animTimer Left = 120 Top = 64 end end