object FormMove: TFormMove Left = 435 Height = 278 Top = 153 Width = 421 ActiveControl = ButtonOk Caption = 'Move' ClientHeight = 278 ClientWidth = 421 Constraints.MinHeight = 278 Constraints.MinWidth = 421 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.8.4.0' object SpinEditOnce: TSpinEdit Left = 208 Height = 43 Top = 40 Width = 98 OnChange = SpinEditOnceChange OnKeyPress = FormKeyPress TabOrder = 0 end object Label1: TLabel Left = 16 Height = 26 Top = 40 Width = 49 Caption = 'Once:' ParentColor = False end object ButtonOk: TButton Left = 296 Height = 38 Top = 224 Width = 100 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 176 Height = 38 Top = 224 Width = 100 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Label2: TLabel Left = 24 Height = 26 Top = 136 Width = 91 Caption = 'Every turn:' ParentColor = False end object SpinEditRepeat: TSpinEdit Left = 208 Height = 43 Top = 128 Width = 98 OnChange = SpinEditRepeatChange OnKeyPress = FormKeyPress TabOrder = 3 end object TrackBarOnce: TTrackBar Left = 88 Height = 58 Top = 80 Width = 245 OnChange = TrackBarOnceChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] OnKeyPress = FormKeyPress TabOrder = 4 end object TrackBarRepeat: TTrackBar Left = 96 Height = 58 Top = 168 Width = 231 OnChange = TrackBarRepeatChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] OnKeyPress = FormKeyPress TabOrder = 5 end object ButtonOnceMin: TButton Left = 8 Height = 38 Top = 88 Width = 80 Caption = 'Min' OnClick = ButtonOnceMinClick TabOrder = 6 end object ButtonOnceMax: TButton Left = 333 Height = 38 Top = 88 Width = 80 Anchors = [akTop, akRight] Caption = 'Max' OnClick = ButtonOnceMaxClick TabOrder = 7 end object ButtonRepeatMin: TButton Left = 8 Height = 38 Top = 176 Width = 80 Caption = 'Min' OnClick = ButtonRepeatMinClick TabOrder = 8 end object ButtonRepeatMax: TButton Left = 333 Height = 38 Top = 176 Width = 80 Anchors = [akTop, akRight] Caption = 'Max' OnClick = ButtonRepeatMaxClick TabOrder = 9 end object Label3: TLabel Left = 16 Height = 26 Top = 8 Width = 135 Caption = 'Win probability:' ParentColor = False end object LabelWinProbability: TLabel Left = 264 Height = 26 Top = 8 Width = 15 Caption = ' ' ParentColor = False end object ButtonRemove: TButton Left = 48 Height = 38 Top = 224 Width = 100 Caption = 'Delete' OnClick = ButtonRemoveClick TabOrder = 10 end end