object FormMove: TFormMove Left = 435 Height = 257 Top = 165 Width = 320 ActiveControl = ButtonOk Caption = 'Move' ClientHeight = 257 ClientWidth = 320 OnCreate = FormCreate OnShow = FormShow LCLVersion = '1.0.10.0' object SpinEditOnce: TSpinEdit Left = 208 Height = 27 Top = 32 Width = 98 OnChange = SpinEditOnceChange TabOrder = 0 end object Label1: TLabel Left = 24 Height = 18 Top = 32 Width = 36 Caption = 'Once:' ParentColor = False end object ButtonOk: TButton Left = 184 Height = 25 Top = 224 Width = 75 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 72 Height = 25 Top = 224 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Label2: TLabel Left = 24 Height = 18 Top = 136 Width = 66 Caption = 'Every turn:' ParentColor = False end object SpinEditRepeat: TSpinEdit Left = 208 Height = 27 Top = 128 Width = 98 OnChange = SpinEditRepeatChange TabOrder = 3 end object TrackBarOnce: TTrackBar Left = 56 Height = 43 Top = 71 Width = 208 OnChange = TrackBarOnceChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] TabOrder = 4 end object TrackBarRepeat: TTrackBar Left = 56 Height = 43 Top = 168 Width = 208 OnChange = TrackBarRepeatChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] TabOrder = 5 end object ButtonOnceMin: TButton Left = 8 Height = 25 Top = 80 Width = 48 Caption = 'Min' OnClick = ButtonOnceMinClick TabOrder = 6 end object ButtonOnceMax: TButton Left = 264 Height = 25 Top = 80 Width = 48 Anchors = [akTop, akRight] Caption = 'Max' OnClick = ButtonOnceMaxClick TabOrder = 7 end object ButtonRepeatMin: TButton Left = 8 Height = 25 Top = 176 Width = 48 Caption = 'Min' OnClick = ButtonRepeatMinClick TabOrder = 8 end object ButtonRepeatMax: TButton Left = 264 Height = 25 Top = 176 Width = 48 Anchors = [akTop, akRight] Caption = 'Max' OnClick = ButtonRepeatMaxClick TabOrder = 9 end object Label3: TLabel Left = 16 Height = 18 Top = 8 Width = 96 Caption = 'Win probability:' ParentColor = False end object LabelWinProbability: TLabel Left = 232 Height = 18 Top = 8 Width = 10 Caption = ' ' ParentColor = False end end