object FormMove: TFormMove Left = 435 Height = 232 Top = 153 Width = 351 ActiveControl = ButtonOk Caption = 'Move' ClientHeight = 232 ClientWidth = 351 Constraints.MinHeight = 232 Constraints.MinWidth = 351 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow Position = poMainFormCenter LCLVersion = '2.0.0.4' object SpinEditOnce: TSpinEdit Left = 173 Height = 28 Top = 33 Width = 82 OnChange = SpinEditOnceChange OnKeyPress = FormKeyPress ParentFont = False TabOrder = 0 end object Label1: TLabel Left = 13 Height = 20 Top = 33 Width = 37 Caption = 'Once:' ParentColor = False ParentFont = False end object ButtonOk: TButton Left = 247 Height = 32 Top = 187 Width = 83 Caption = 'Ok' Default = True ModalResult = 1 ParentFont = False TabOrder = 1 end object ButtonCancel: TButton Left = 147 Height = 32 Top = 187 Width = 83 Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 2 end object Label2: TLabel Left = 20 Height = 20 Top = 113 Width = 68 Caption = 'Every turn:' ParentColor = False ParentFont = False end object SpinEditRepeat: TSpinEdit Left = 173 Height = 28 Top = 107 Width = 82 OnChange = SpinEditRepeatChange OnKeyPress = FormKeyPress ParentFont = False TabOrder = 3 end object TrackBarOnce: TTrackBar Left = 73 Height = 48 Top = 67 Width = 205 OnChange = TrackBarOnceChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] OnKeyPress = FormKeyPress ParentFont = False TabOrder = 4 end object TrackBarRepeat: TTrackBar Left = 80 Height = 48 Top = 140 Width = 193 OnChange = TrackBarRepeatChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] OnKeyPress = FormKeyPress ParentFont = False TabOrder = 5 end object ButtonOnceMin: TButton Left = 7 Height = 32 Top = 73 Width = 67 Caption = 'Min' OnClick = ButtonOnceMinClick ParentFont = False TabOrder = 6 end object ButtonOnceMax: TButton Left = 277 Height = 32 Top = 73 Width = 67 Anchors = [akTop, akRight] Caption = 'Max' OnClick = ButtonOnceMaxClick ParentFont = False TabOrder = 7 end object ButtonRepeatMin: TButton Left = 7 Height = 32 Top = 147 Width = 67 Caption = 'Min' OnClick = ButtonRepeatMinClick ParentFont = False TabOrder = 8 end object ButtonRepeatMax: TButton Left = 277 Height = 32 Top = 147 Width = 67 Anchors = [akTop, akRight] Caption = 'Max' OnClick = ButtonRepeatMaxClick ParentFont = False TabOrder = 9 end object Label3: TLabel Left = 13 Height = 20 Top = 7 Width = 106 Caption = 'Win probability:' ParentColor = False ParentFont = False end object LabelWinProbability: TLabel Left = 220 Height = 20 Top = 7 Width = 12 Caption = ' ' ParentColor = False ParentFont = False end object ButtonRemove: TButton Left = 40 Height = 32 Top = 187 Width = 83 Caption = 'Delete' OnClick = ButtonRemoveClick ParentFont = False TabOrder = 10 end end