home *** CD-ROM | disk | FTP | other *** search
/ Jumbo 2,500 Game Pack / DDVDAV937D1.iso / sharewarefin / BMPRBLLR.ZIP / bbbdemo.exe / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt < prev   
Text File  |  1998-03-20  |  11KB  |  524 lines

  1. object SetupForm: TSetupForm
  2.   Left = 64
  3.   Top = 8
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Steering Setup'
  7.   ClientHeight = 319
  8.   ClientWidth = 601
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 304
  22.     Top = 23
  23.     Width = 3
  24.     Height = 218
  25.     Style = bsRaised
  26.   end
  27.   object GroupBox3: TGroupBox
  28.     Left = 16
  29.     Top = 8
  30.     Width = 265
  31.     Height = 241
  32.     TabOrder = 0
  33.     object Label1: TLabel
  34.       Left = 32
  35.       Top = 16
  36.       Width = 38
  37.       Height = 13
  38.       Caption = 'Player &1'
  39.     end
  40.     object Labelleft1: TLabel
  41.       Left = 128
  42.       Top = 32
  43.       Width = 18
  44.       Height = 13
  45.       Caption = 'Left'
  46.     end
  47.     object LabelRight1: TLabel
  48.       Left = 128
  49.       Top = 56
  50.       Width = 25
  51.       Height = 13
  52.       Caption = 'Right'
  53.     end
  54.     object LabelGas1: TLabel
  55.       Left = 128
  56.       Top = 80
  57.       Width = 14
  58.       Height = 13
  59.       Caption = 'Up'
  60.     end
  61.     object LabelBrake1: TLabel
  62.       Left = 128
  63.       Top = 104
  64.       Width = 28
  65.       Height = 13
  66.       Caption = 'Down'
  67.     end
  68.     object LabelFire1_1: TLabel
  69.       Left = 128
  70.       Top = 129
  71.       Width = 26
  72.       Height = 13
  73.       Caption = 'Fire 1'
  74.       Enabled = False
  75.       Visible = False
  76.     end
  77.     object LabelFire2_1: TLabel
  78.       Left = 128
  79.       Top = 152
  80.       Width = 26
  81.       Height = 13
  82.       Caption = 'Fire 2'
  83.       Enabled = False
  84.       Visible = False
  85.     end
  86.     object Label4: TLabel
  87.       Left = 16
  88.       Top = 184
  89.       Width = 47
  90.       Height = 13
  91.       Caption = 'Sensitivity'
  92.     end
  93.     object Image1: TImage
  94.       Left = 82
  95.       Top = 11
  96.       Width = 44
  97.       Height = 20
  98.       AutoSize = True
  99.       Picture.Data = {<image000.bmp>}
  100.     end
  101.     object Label20: TLabel
  102.       Left = 16
  103.       Top = 208
  104.       Width = 51
  105.       Height = 13
  106.       Caption = 'Top speed'
  107.     end
  108.     object GroupBox1: TGroupBox
  109.       Left = 16
  110.       Top = 32
  111.       Width = 105
  112.       Height = 121
  113.       Hint = 'pick input device for player 1'
  114.       TabOrder = 0
  115.       object Label3: TLabel
  116.         Left = 8
  117.         Top = 8
  118.         Width = 59
  119.         Height = 13
  120.         Caption = 'Input device'
  121.       end
  122.       object RBDevKeyBoard1: TRadioButton
  123.         Left = 16
  124.         Top = 24
  125.         Width = 73
  126.         Height = 17
  127.         Caption = 'Keyboard'
  128.         TabOrder = 0
  129.         OnClick = RBDevKeyBoard1Click
  130.       end
  131.       object RBDevMouse1: TRadioButton
  132.         Left = 16
  133.         Top = 48
  134.         Width = 65
  135.         Height = 17
  136.         Caption = 'Mouse'
  137.         TabOrder = 1
  138.         OnClick = RBDevMouse1Click
  139.       end
  140.       object RBDevJoyStick1_1: TRadioButton
  141.         Left = 16
  142.         Top = 72
  143.         Width = 73
  144.         Height = 17
  145.         Caption = 'Joystick 1'
  146.         TabOrder = 2
  147.         OnClick = RBDevJoyStick1_1Click
  148.       end
  149.       object RBDevJoyStick2_1: TRadioButton
  150.         Left = 16
  151.         Top = 96
  152.         Width = 73
  153.         Height = 17
  154.         Caption = 'Joystick 2'
  155.         TabOrder = 3
  156.         OnClick = RBDevJoyStick2_1Click
  157.       end
  158.     end
  159.     object Sensitive1: TTrackBar
  160.       Left = 88
  161.       Top = 184
  162.       Width = 153
  163.       Height = 17
  164.       Hint = 'change how quickly mouse or joystick responds'
  165.       Max = 150
  166.       Orientation = trHorizontal
  167.       Frequency = 5
  168.       Position = 25
  169.       SelEnd = 0
  170.       SelStart = 0
  171.       TabOrder = 7
  172.       TickMarks = tmBottomRight
  173.       TickStyle = tsAuto
  174.     end
  175.     object KeyLeft1: TComboBox
  176.       Left = 168
  177.       Top = 32
  178.       Width = 89
  179.       Height = 19
  180.       Hint = 'Key to steer left'
  181.       Style = csOwnerDrawFixed
  182.       ItemHeight = 13
  183.       TabOrder = 1
  184.       OnChange = KeyComboChange
  185.       OnDrawItem = ComboDrawItem
  186.     end
  187.     object KeyRight1: TComboBox
  188.       Left = 168
  189.       Top = 56
  190.       Width = 89
  191.       Height = 19
  192.       Hint = 'Key to steer right'
  193.       Style = csOwnerDrawFixed
  194.       ItemHeight = 13
  195.       TabOrder = 2
  196.       OnChange = KeyComboChange
  197.       OnDrawItem = ComboDrawItem
  198.     end
  199.     object KeyGas1: TComboBox
  200.       Left = 168
  201.       Top = 80
  202.       Width = 89
  203.       Height = 19
  204.       Hint = 'Key to steer up'
  205.       Style = csOwnerDrawFixed
  206.       ItemHeight = 13
  207.       TabOrder = 3
  208.       OnChange = KeyComboChange
  209.       OnDrawItem = ComboDrawItem
  210.     end
  211.     object KeyBrake1: TComboBox
  212.       Left = 169
  213.       Top = 104
  214.       Width = 89
  215.       Height = 19
  216.       Hint = 'Key to steer down'
  217.       Style = csOwnerDrawFixed
  218.       ItemHeight = 13
  219.       TabOrder = 4
  220.       OnChange = KeyComboChange
  221.       OnDrawItem = ComboDrawItem
  222.     end
  223.     object KeyFire1_1: TComboBox
  224.       Left = 168
  225.       Top = 128
  226.       Width = 89
  227.       Height = 19
  228.       Style = csOwnerDrawFixed
  229.       Enabled = False
  230.       ItemHeight = 13
  231.       TabOrder = 5
  232.       Visible = False
  233.       OnChange = KeyComboChange
  234.       OnDrawItem = ComboDrawItem
  235.     end
  236.     object KeyFire2_1: TComboBox
  237.       Left = 167
  238.       Top = 152
  239.       Width = 89
  240.       Height = 19
  241.       Style = csOwnerDrawFixed
  242.       Enabled = False
  243.       ItemHeight = 13
  244.       TabOrder = 6
  245.       Visible = False
  246.       OnChange = KeyComboChange
  247.       OnDrawItem = ComboDrawItem
  248.     end
  249.     object TopSpeed1: TTrackBar
  250.       Left = 88
  251.       Top = 208
  252.       Width = 150
  253.       Height = 17
  254.       Hint = 'set limit on top speed'
  255.       Max = 25
  256.       Orientation = trHorizontal
  257.       Frequency = 1
  258.       Position = 0
  259.       SelEnd = 0
  260.       SelStart = 0
  261.       TabOrder = 8
  262.       TickMarks = tmBottomRight
  263.       TickStyle = tsAuto
  264.     end
  265.   end
  266.   object GroupBox4: TGroupBox
  267.     Left = 328
  268.     Top = 8
  269.     Width = 257
  270.     Height = 241
  271.     TabOrder = 1
  272.     object Label2: TLabel
  273.       Left = 27
  274.       Top = 16
  275.       Width = 38
  276.       Height = 13
  277.       Caption = 'Player &2'
  278.     end
  279.     object Label6: TLabel
  280.       Left = 18
  281.       Top = 184
  282.       Width = 47
  283.       Height = 13
  284.       Caption = 'Sensitivity'
  285.     end
  286.     object Labelleft2: TLabel
  287.       Left = 119
  288.       Top = 32
  289.       Width = 18
  290.       Height = 13
  291.       Caption = 'Left'
  292.     end
  293.     object LabelRight2: TLabel
  294.       Left = 120
  295.       Top = 56
  296.       Width = 25
  297.       Height = 13
  298.       Caption = 'Right'
  299.     end
  300.     object LabelGas2: TLabel
  301.       Left = 118
  302.       Top = 80
  303.       Width = 14
  304.       Height = 13
  305.       Caption = 'Up'
  306.     end
  307.     object LabelBrake2: TLabel
  308.       Left = 120
  309.       Top = 104
  310.       Width = 28
  311.       Height = 13
  312.       Caption = 'Down'
  313.     end
  314.     object LabelFire1_2: TLabel
  315.       Left = 119
  316.       Top = 128
  317.       Width = 26
  318.       Height = 13
  319.       Caption = 'Fire 1'
  320.       Enabled = False
  321.       Visible = False
  322.     end
  323.     object LabelFire2_2: TLabel
  324.       Left = 119
  325.       Top = 152
  326.       Width = 26
  327.       Height = 13
  328.       Caption = 'Fire 2'
  329.       Enabled = False
  330.       Visible = False
  331.     end
  332.     object Image2: TImage
  333.       Left = 80
  334.       Top = 10
  335.       Width = 44
  336.       Height = 20
  337.       AutoSize = True
  338.       Picture.Data = {<image001.bmp>}
  339.     end
  340.     object Label21: TLabel
  341.       Left = 16
  342.       Top = 208
  343.       Width = 51
  344.       Height = 13
  345.       Caption = 'Top speed'
  346.     end
  347.     object GroupBox2: TGroupBox
  348.       Left = 16
  349.       Top = 32
  350.       Width = 97
  351.       Height = 121
  352.       Hint = 'pick input device for player 2'
  353.       TabOrder = 0
  354.       object Label5: TLabel
  355.         Left = 8
  356.         Top = 8
  357.         Width = 59
  358.         Height = 13
  359.         Caption = 'Input device'
  360.       end
  361.       object RBDevKeyBoard2: TRadioButton
  362.         Left = 16
  363.         Top = 24
  364.         Width = 73
  365.         Height = 17
  366.         Caption = 'Keyboard'
  367.         TabOrder = 0
  368.         OnClick = RBDevKeyBoard2Click
  369.       end
  370.       object RBDevMouse2: TRadioButton
  371.         Left = 16
  372.         Top = 48
  373.         Width = 65
  374.         Height = 17
  375.         Caption = 'Mouse'
  376.         TabOrder = 1
  377.         OnClick = RBDevMouse2Click
  378.       end
  379.       object RBDevJoyStick1_2: TRadioButton
  380.         Left = 16
  381.         Top = 72
  382.         Width = 73
  383.         Height = 17
  384.         Caption = 'Joystick 1'
  385.         TabOrder = 2
  386.         OnClick = RBDevJoyStick1_2Click
  387.       end
  388.       object RBDevJoyStick2_2: TRadioButton
  389.         Left = 16
  390.         Top = 96
  391.         Width = 73
  392.         Height = 17
  393.         Caption = 'Joystick 2'
  394.         TabOrder = 3
  395.         OnClick = RBDevJoyStick2_2Click
  396.       end
  397.     end
  398.     object Sensitive2: TTrackBar
  399.       Left = 88
  400.       Top = 184
  401.       Width = 150
  402.       Height = 17
  403.       Hint = 'change how quickly mouse or joystick responds'
  404.       Max = 150
  405.       Orientation = trHorizontal
  406.       Frequency = 5
  407.       Position = 0
  408.       SelEnd = 0
  409.       SelStart = 0
  410.       TabOrder = 7
  411.       TickMarks = tmBottomRight
  412.       TickStyle = tsAuto
  413.     end
  414.     object KeyLeft2: TComboBox
  415.       Left = 160
  416.       Top = 32
  417.       Width = 89
  418.       Height = 19
  419.       Hint = 'Key to steer left'
  420.       Style = csOwnerDrawFixed
  421.       ItemHeight = 13
  422.       TabOrder = 1
  423.       OnChange = KeyComboChange
  424.       OnDrawItem = ComboDrawItem
  425.     end
  426.     object KeyRight2: TComboBox
  427.       Left = 160
  428.       Top = 56
  429.       Width = 89
  430.       Height = 19
  431.       Hint = 'Key to steer right'
  432.       Style = csOwnerDrawFixed
  433.       ItemHeight = 13
  434.       TabOrder = 2
  435.       OnChange = KeyComboChange
  436.       OnDrawItem = ComboDrawItem
  437.     end
  438.     object KeyGas2: TComboBox
  439.       Left = 160
  440.       Top = 80
  441.       Width = 89
  442.       Height = 19
  443.       Hint = 'Key to steer up'
  444.       Style = csOwnerDrawFixed
  445.       ItemHeight = 13
  446.       TabOrder = 3
  447.       OnChange = KeyComboChange
  448.       OnDrawItem = ComboDrawItem
  449.     end
  450.     object KeyBrakes2: TComboBox
  451.       Left = 160
  452.       Top = 104
  453.       Width = 89
  454.       Height = 19
  455.       Hint = 'Key to steer down'
  456.       Style = csOwnerDrawFixed
  457.       ItemHeight = 13
  458.       TabOrder = 4
  459.       OnChange = KeyComboChange
  460.       OnDrawItem = ComboDrawItem
  461.     end
  462.     object KeyFire1_2: TComboBox
  463.       Left = 160
  464.       Top = 128
  465.       Width = 89
  466.       Height = 19
  467.       Style = csOwnerDrawFixed
  468.       Enabled = False
  469.       ItemHeight = 13
  470.       TabOrder = 5
  471.       Visible = False
  472.       OnChange = KeyComboChange
  473.       OnDrawItem = ComboDrawItem
  474.     end
  475.     object KeyFire2_2: TComboBox
  476.       Left = 160
  477.       Top = 152
  478.       Width = 89
  479.       Height = 19
  480.       Style = csOwnerDrawFixed
  481.       Enabled = False
  482.       ItemHeight = 13
  483.       TabOrder = 6
  484.       Visible = False
  485.       OnChange = KeyComboChange
  486.       OnDrawItem = ComboDrawItem
  487.     end
  488.     object TopSpeed2: TTrackBar
  489.       Left = 88
  490.       Top = 208
  491.       Width = 150
  492.       Height = 17
  493.       Hint = 'set limit on top speed'
  494.       Max = 25
  495.       Orientation = trHorizontal
  496.       Frequency = 1
  497.       Position = 0
  498.       SelEnd = 0
  499.       SelStart = 0
  500.       TabOrder = 8
  501.       TickMarks = tmBottomRight
  502.       TickStyle = tsAuto
  503.     end
  504.   end
  505.   object BitBtn1: TBitBtn
  506.     Left = 200
  507.     Top = 272
  508.     Width = 75
  509.     Height = 25
  510.     TabOrder = 2
  511.     OnClick = BitBtn1Click
  512.     Kind = bkOK
  513.   end
  514.   object BitBtn2: TBitBtn
  515.     Left = 352
  516.     Top = 272
  517.     Width = 75
  518.     Height = 25
  519.     TabOrder = 3
  520.     OnClick = BitBtn2Click
  521.     Kind = bkCancel
  522.   end
  523. end
  524.