object FormMove: TFormMove Left = 1104 Height = 278 Top = 604 Width = 421 ActiveControl = ButtonOk Caption = 'Move' ClientHeight = 278 ClientWidth = 421 Constraints.MinHeight = 278 Constraints.MinWidth = 421 DesignTimePPI = 144 OnKeyPress = FormKeyPress OnShow = FormShow Position = poMainFormCenter LCLVersion = '3.4.0.0' object SpinEditOnce: TSpinEdit Left = 208 Height = 43 Top = 40 Width = 98 OnChange = SpinEditOnceChange OnKeyPress = FormKeyPress ParentFont = False TabOrder = 0 end object Label1: TLabel Left = 16 Height = 26 Top = 40 Width = 49 Caption = 'Once:' ParentColor = False ParentFont = False end object ButtonOk: TButton Left = 296 Height = 38 Top = 224 Width = 100 Caption = 'Ok' Default = True ModalResult = 1 ParentFont = False TabOrder = 1 end object ButtonCancel: TButton Left = 176 Height = 38 Top = 224 Width = 100 Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 2 end object Label2: TLabel Left = 24 Height = 26 Top = 136 Width = 90 Caption = 'Every turn:' ParentColor = False ParentFont = False end object SpinEditRepeat: TSpinEdit Left = 208 Height = 43 Top = 128 Width = 98 OnChange = SpinEditRepeatChange OnKeyPress = FormKeyPress ParentFont = False 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 ParentFont = False 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 ParentFont = False TabOrder = 5 end object ButtonOnceMin: TButton Left = 8 Height = 38 Top = 88 Width = 80 Caption = 'Min' ParentFont = False TabOrder = 6 OnClick = ButtonOnceMinClick end object ButtonOnceMax: TButton Left = 333 Height = 38 Top = 88 Width = 80 Anchors = [akTop, akRight] Caption = 'Max' ParentFont = False TabOrder = 7 OnClick = ButtonOnceMaxClick end object ButtonRepeatMin: TButton Left = 8 Height = 38 Top = 176 Width = 80 Caption = 'Min' ParentFont = False TabOrder = 8 OnClick = ButtonRepeatMinClick end object ButtonRepeatMax: TButton Left = 333 Height = 38 Top = 176 Width = 80 Anchors = [akTop, akRight] Caption = 'Max' ParentFont = False TabOrder = 9 OnClick = ButtonRepeatMaxClick end object Label3: TLabel Left = 16 Height = 26 Top = 8 Width = 134 Caption = 'Win probability:' ParentColor = False ParentFont = False end object LabelWinProbability: TLabel Left = 264 Height = 26 Top = 8 Width = 15 Caption = ' ' ParentColor = False ParentFont = False end object ButtonRemove: TButton Left = 48 Height = 38 Top = 224 Width = 100 Caption = 'Delete' ParentFont = False TabOrder = 10 OnClick = ButtonRemoveClick end end