object Form13: TForm13 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Movement patch' ClientHeight = 281 ClientWidth = 186 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label7: TLabel Left = 8 Top = 240 Width = 137 Height = 41 AutoSize = False Caption = 'With this patch you can set movements speed factors, ie to jump ' + 'higher.' WordWrap = True end object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 185 Height = 113 Caption = 'Player' TabOrder = 0 object Label1: TLabel Left = 8 Top = 16 Width = 49 Height = 17 AutoSize = False Caption = 'x-factor:' Enabled = False end object Label2: TLabel Left = 8 Top = 40 Width = 49 Height = 17 AutoSize = False Caption = 'y-factor:' Enabled = False end object Label3: TLabel Left = 8 Top = 64 Width = 49 Height = 17 AutoSize = False Caption = 'z-factor:' Enabled = False end object edit_x: TEdit Left = 56 Top = 15 Width = 121 Height = 18 AutoSize = False Enabled = False TabOrder = 0 OnChange = edit_xChange end object edit_y: TEdit Left = 56 Top = 39 Width = 121 Height = 18 AutoSize = False Enabled = False TabOrder = 1 OnChange = edit_yChange end object edit_z: TEdit Left = 56 Top = 63 Width = 121 Height = 18 AutoSize = False Enabled = False TabOrder = 2 OnChange = edit_zChange end object check_player: TCheckBox Left = 8 Top = 88 Width = 169 Height = 17 Caption = 'Activated' Enabled = False TabOrder = 3 OnClick = check_playerClick end end object GroupBox2: TGroupBox Left = 0 Top = 120 Width = 185 Height = 113 Caption = 'Others' TabOrder = 1 object Label4: TLabel Left = 8 Top = 16 Width = 49 Height = 17 AutoSize = False Caption = 'x-factor:' Enabled = False end object Label5: TLabel Left = 8 Top = 40 Width = 49 Height = 17 AutoSize = False Caption = 'y-factor:' Enabled = False end object Label6: TLabel Left = 8 Top = 64 Width = 49 Height = 17 AutoSize = False Caption = 'z-factor:' Enabled = False end object edit_others_x: TEdit Left = 56 Top = 15 Width = 121 Height = 18 AutoSize = False Enabled = False TabOrder = 0 OnChange = edit_others_xChange end object edit_others_y: TEdit Left = 56 Top = 39 Width = 121 Height = 18 AutoSize = False Enabled = False TabOrder = 1 OnChange = edit_others_yClick end object edit_others_z: TEdit Left = 56 Top = 63 Width = 121 Height = 18 AutoSize = False Enabled = False TabOrder = 2 OnChange = edit_others_zClick end object check_others: TCheckBox Left = 8 Top = 88 Width = 169 Height = 17 Caption = 'Activated' Enabled = False TabOrder = 3 OnClick = check_othersClick end end object timer_getData: TTimer OnTimer = timer_getDataTimer Left = 152 Top = 104 end end