object SetupForm: TSetupForm Left = 64 Top = 8 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Steering Setup' ClientHeight = 319 ClientWidth = 601 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 304 Top = 23 Width = 3 Height = 218 Style = bsRaised end object GroupBox3: TGroupBox Left = 16 Top = 8 Width = 265 Height = 241 TabOrder = 0 object Label1: TLabel Left = 32 Top = 16 Width = 38 Height = 13 Caption = 'Player &1' end object Labelleft1: TLabel Left = 128 Top = 32 Width = 18 Height = 13 Caption = 'Left' end object LabelRight1: TLabel Left = 128 Top = 56 Width = 25 Height = 13 Caption = 'Right' end object LabelGas1: TLabel Left = 128 Top = 80 Width = 14 Height = 13 Caption = 'Up' end object LabelBrake1: TLabel Left = 128 Top = 104 Width = 28 Height = 13 Caption = 'Down' end object LabelFire1_1: TLabel Left = 128 Top = 129 Width = 26 Height = 13 Caption = 'Fire 1' Enabled = False Visible = False end object LabelFire2_1: TLabel Left = 128 Top = 152 Width = 26 Height = 13 Caption = 'Fire 2' Enabled = False Visible = False end object Label4: TLabel Left = 16 Top = 184 Width = 47 Height = 13 Caption = 'Sensitivity' end object Image1: TImage Left = 82 Top = 11 Width = 44 Height = 20 AutoSize = True Picture.Data = {} end object Label20: TLabel Left = 16 Top = 208 Width = 51 Height = 13 Caption = 'Top speed' end object GroupBox1: TGroupBox Left = 16 Top = 32 Width = 105 Height = 121 Hint = 'pick input device for player 1' TabOrder = 0 object Label3: TLabel Left = 8 Top = 8 Width = 59 Height = 13 Caption = 'Input device' end object RBDevKeyBoard1: TRadioButton Left = 16 Top = 24 Width = 73 Height = 17 Caption = 'Keyboard' TabOrder = 0 OnClick = RBDevKeyBoard1Click end object RBDevMouse1: TRadioButton Left = 16 Top = 48 Width = 65 Height = 17 Caption = 'Mouse' TabOrder = 1 OnClick = RBDevMouse1Click end object RBDevJoyStick1_1: TRadioButton Left = 16 Top = 72 Width = 73 Height = 17 Caption = 'Joystick 1' TabOrder = 2 OnClick = RBDevJoyStick1_1Click end object RBDevJoyStick2_1: TRadioButton Left = 16 Top = 96 Width = 73 Height = 17 Caption = 'Joystick 2' TabOrder = 3 OnClick = RBDevJoyStick2_1Click end end object Sensitive1: TTrackBar Left = 88 Top = 184 Width = 153 Height = 17 Hint = 'change how quickly mouse or joystick responds' Max = 150 Orientation = trHorizontal Frequency = 5 Position = 25 SelEnd = 0 SelStart = 0 TabOrder = 7 TickMarks = tmBottomRight TickStyle = tsAuto end object KeyLeft1: TComboBox Left = 168 Top = 32 Width = 89 Height = 19 Hint = 'Key to steer left' Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 1 OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyRight1: TComboBox Left = 168 Top = 56 Width = 89 Height = 19 Hint = 'Key to steer right' Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 2 OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyGas1: TComboBox Left = 168 Top = 80 Width = 89 Height = 19 Hint = 'Key to steer up' Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 3 OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyBrake1: TComboBox Left = 169 Top = 104 Width = 89 Height = 19 Hint = 'Key to steer down' Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 4 OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyFire1_1: TComboBox Left = 168 Top = 128 Width = 89 Height = 19 Style = csOwnerDrawFixed Enabled = False ItemHeight = 13 TabOrder = 5 Visible = False OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyFire2_1: TComboBox Left = 167 Top = 152 Width = 89 Height = 19 Style = csOwnerDrawFixed Enabled = False ItemHeight = 13 TabOrder = 6 Visible = False OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object TopSpeed1: TTrackBar Left = 88 Top = 208 Width = 150 Height = 17 Hint = 'set limit on top speed' Max = 25 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 8 TickMarks = tmBottomRight TickStyle = tsAuto end end object GroupBox4: TGroupBox Left = 328 Top = 8 Width = 257 Height = 241 TabOrder = 1 object Label2: TLabel Left = 27 Top = 16 Width = 38 Height = 13 Caption = 'Player &2' end object Label6: TLabel Left = 18 Top = 184 Width = 47 Height = 13 Caption = 'Sensitivity' end object Labelleft2: TLabel Left = 119 Top = 32 Width = 18 Height = 13 Caption = 'Left' end object LabelRight2: TLabel Left = 120 Top = 56 Width = 25 Height = 13 Caption = 'Right' end object LabelGas2: TLabel Left = 118 Top = 80 Width = 14 Height = 13 Caption = 'Up' end object LabelBrake2: TLabel Left = 120 Top = 104 Width = 28 Height = 13 Caption = 'Down' end object LabelFire1_2: TLabel Left = 119 Top = 128 Width = 26 Height = 13 Caption = 'Fire 1' Enabled = False Visible = False end object LabelFire2_2: TLabel Left = 119 Top = 152 Width = 26 Height = 13 Caption = 'Fire 2' Enabled = False Visible = False end object Image2: TImage Left = 80 Top = 10 Width = 44 Height = 20 AutoSize = True Picture.Data = {} end object Label21: TLabel Left = 16 Top = 208 Width = 51 Height = 13 Caption = 'Top speed' end object GroupBox2: TGroupBox Left = 16 Top = 32 Width = 97 Height = 121 Hint = 'pick input device for player 2' TabOrder = 0 object Label5: TLabel Left = 8 Top = 8 Width = 59 Height = 13 Caption = 'Input device' end object RBDevKeyBoard2: TRadioButton Left = 16 Top = 24 Width = 73 Height = 17 Caption = 'Keyboard' TabOrder = 0 OnClick = RBDevKeyBoard2Click end object RBDevMouse2: TRadioButton Left = 16 Top = 48 Width = 65 Height = 17 Caption = 'Mouse' TabOrder = 1 OnClick = RBDevMouse2Click end object RBDevJoyStick1_2: TRadioButton Left = 16 Top = 72 Width = 73 Height = 17 Caption = 'Joystick 1' TabOrder = 2 OnClick = RBDevJoyStick1_2Click end object RBDevJoyStick2_2: TRadioButton Left = 16 Top = 96 Width = 73 Height = 17 Caption = 'Joystick 2' TabOrder = 3 OnClick = RBDevJoyStick2_2Click end end object Sensitive2: TTrackBar Left = 88 Top = 184 Width = 150 Height = 17 Hint = 'change how quickly mouse or joystick responds' Max = 150 Orientation = trHorizontal Frequency = 5 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 7 TickMarks = tmBottomRight TickStyle = tsAuto end object KeyLeft2: TComboBox Left = 160 Top = 32 Width = 89 Height = 19 Hint = 'Key to steer left' Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 1 OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyRight2: TComboBox Left = 160 Top = 56 Width = 89 Height = 19 Hint = 'Key to steer right' Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 2 OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyGas2: TComboBox Left = 160 Top = 80 Width = 89 Height = 19 Hint = 'Key to steer up' Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 3 OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyBrakes2: TComboBox Left = 160 Top = 104 Width = 89 Height = 19 Hint = 'Key to steer down' Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 4 OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyFire1_2: TComboBox Left = 160 Top = 128 Width = 89 Height = 19 Style = csOwnerDrawFixed Enabled = False ItemHeight = 13 TabOrder = 5 Visible = False OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object KeyFire2_2: TComboBox Left = 160 Top = 152 Width = 89 Height = 19 Style = csOwnerDrawFixed Enabled = False ItemHeight = 13 TabOrder = 6 Visible = False OnChange = KeyComboChange OnDrawItem = ComboDrawItem end object TopSpeed2: TTrackBar Left = 88 Top = 208 Width = 150 Height = 17 Hint = 'set limit on top speed' Max = 25 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 8 TickMarks = tmBottomRight TickStyle = tsAuto end end object BitBtn1: TBitBtn Left = 200 Top = 272 Width = 75 Height = 25 TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 352 Top = 272 Width = 75 Height = 25 TabOrder = 3 OnClick = BitBtn2Click Kind = bkCancel end end