object FormMove: TFormMove Left = 770 Height = 240 Top = 484 Width = 320 ActiveControl = ButtonOk Caption = 'Move' OnShow = FormShow object SpinEditOnce: TSpinEdit Left = 208 Height = 32 Top = 16 Width = 98 OnChange = SpinEditOnceChange TabOrder = 0 end object Label1: TLabel Left = 24 Height = 22 Top = 16 Width = 46 Caption = 'Once:' ParentColor = False end object ButtonOk: TButton Left = 192 Height = 25 Top = 200 Width = 75 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 72 Height = 25 Top = 200 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Label2: TLabel Left = 24 Height = 22 Top = 120 Width = 87 Caption = 'Every turn:' ParentColor = False end object SpinEditRepeat: TSpinEdit Left = 208 Height = 32 Top = 112 Width = 98 OnChange = SpinEditRepeatChange TabOrder = 3 end object TrackBarOnce: TTrackBar Left = 8 Height = 43 Top = 55 Width = 296 OnChange = TrackBarOnceChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] TabOrder = 4 end object TrackBarRepeat: TTrackBar Left = 8 Height = 43 Top = 152 Width = 304 OnChange = TrackBarRepeatChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] TabOrder = 5 end end