home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc2.iso / STRAT / BEDTRIS2 / BEDTRIS.EXE / 0 / RCDATA / TCONTROLFORM / TCONTROLFORM.txt
Text File  |  1997-05-17  |  6KB  |  276 lines

  1. object ControlForm: TControlForm
  2.   Left = 245
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Controls'
  7.   ClientHeight = 214
  8.   ClientWidth = 313
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TButton
  20.     Left = 227
  21.     Top = 181
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     OnClick = OKBtnClick
  29.   end
  30.   object Defaults: TButton
  31.     Left = 8
  32.     Top = 182
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Defaults'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.     OnClick = DefaultsClick
  40.   end
  41.   object PlayerControls: TPageControl
  42.     Left = 7
  43.     Top = 14
  44.     Width = 296
  45.     Height = 154
  46.     ActivePage = TabPlayer1
  47.     TabOrder = 2
  48.     object TabPlayer1: TTabSheet
  49.       Caption = 'Player 1'
  50.       object P1Up: TLabel
  51.         Left = 16
  52.         Top = 24
  53.         Width = 39
  54.         Height = 13
  55.         Caption = 'Rotate'
  56.         Font.Color = clWindowText
  57.         Font.Height = -11
  58.         Font.Name = 'MS Sans Serif'
  59.         Font.Style = [fsBold]
  60.         ParentFont = False
  61.       end
  62.       object P1DOWNFAST: TLabel
  63.         Left = 16
  64.         Top = 48
  65.         Width = 28
  66.         Height = 13
  67.         Caption = 'Drop'
  68.         Font.Color = clWindowText
  69.         Font.Height = -11
  70.         Font.Name = 'MS Sans Serif'
  71.         Font.Style = [fsBold]
  72.         ParentFont = False
  73.       end
  74.       object P1LEFT: TLabel
  75.         Left = 176
  76.         Top = 24
  77.         Width = 23
  78.         Height = 13
  79.         Caption = 'Left'
  80.         Font.Color = clWindowText
  81.         Font.Height = -11
  82.         Font.Name = 'MS Sans Serif'
  83.         Font.Style = [fsBold]
  84.         ParentFont = False
  85.       end
  86.       object P1RIGHT: TLabel
  87.         Left = 176
  88.         Top = 48
  89.         Width = 31
  90.         Height = 13
  91.         Caption = 'Right'
  92.         Font.Color = clWindowText
  93.         Font.Height = -11
  94.         Font.Name = 'MS Sans Serif'
  95.         Font.Style = [fsBold]
  96.         ParentFont = False
  97.       end
  98.       object P1DOWNSLOW: TLabel
  99.         Left = 16
  100.         Top = 72
  101.         Width = 33
  102.         Height = 13
  103.         Caption = 'Down'
  104.         Font.Color = clWindowText
  105.         Font.Height = -11
  106.         Font.Name = 'MS Sans Serif'
  107.         Font.Style = [fsBold]
  108.         ParentFont = False
  109.       end
  110.       object P1BONUS: TLabel
  111.         Left = 176
  112.         Top = 72
  113.         Width = 36
  114.         Height = 13
  115.         Caption = 'Bonus'
  116.         Font.Color = clWindowText
  117.         Font.Height = -11
  118.         Font.Name = 'MS Sans Serif'
  119.         Font.Style = [fsBold]
  120.         ParentFont = False
  121.       end
  122.       object lblrotate1: TLabel
  123.         Left = 64
  124.         Top = 24
  125.         Width = 43
  126.         Height = 13
  127.         Caption = 'lblrotate1'
  128.       end
  129.       object lbldrop1: TLabel
  130.         Left = 64
  131.         Top = 48
  132.         Width = 37
  133.         Height = 13
  134.         Caption = 'lbldrop1'
  135.       end
  136.       object lbldown1: TLabel
  137.         Left = 64
  138.         Top = 72
  139.         Width = 42
  140.         Height = 13
  141.         Caption = 'lbldown1'
  142.       end
  143.       object lblleft1: TLabel
  144.         Left = 216
  145.         Top = 24
  146.         Width = 30
  147.         Height = 13
  148.         Caption = 'lblleft1'
  149.       end
  150.       object lblright1: TLabel
  151.         Left = 216
  152.         Top = 48
  153.         Width = 36
  154.         Height = 13
  155.         Caption = 'lblright1'
  156.       end
  157.       object lblbonus: TLabel
  158.         Left = 216
  159.         Top = 72
  160.         Width = 39
  161.         Height = 13
  162.         Caption = 'lblbonus'
  163.       end
  164.     end
  165.     object TabPlayer2: TTabSheet
  166.       Caption = 'Player 2'
  167.       object p2downfast: TLabel
  168.         Left = 16
  169.         Top = 48
  170.         Width = 28
  171.         Height = 13
  172.         Caption = 'Drop'
  173.         Font.Color = clWindowText
  174.         Font.Height = -11
  175.         Font.Name = 'MS Sans Serif'
  176.         Font.Style = [fsBold]
  177.         ParentFont = False
  178.       end
  179.       object p2up: TLabel
  180.         Left = 16
  181.         Top = 24
  182.         Width = 39
  183.         Height = 13
  184.         Caption = 'Rotate'
  185.         Font.Color = clWindowText
  186.         Font.Height = -11
  187.         Font.Name = 'MS Sans Serif'
  188.         Font.Style = [fsBold]
  189.         ParentFont = False
  190.       end
  191.       object Label3: TLabel
  192.         Left = 16
  193.         Top = 72
  194.         Width = 33
  195.         Height = 13
  196.         Caption = 'Down'
  197.         Font.Color = clWindowText
  198.         Font.Height = -11
  199.         Font.Name = 'MS Sans Serif'
  200.         Font.Style = [fsBold]
  201.         ParentFont = False
  202.       end
  203.       object Label5: TLabel
  204.         Left = 176
  205.         Top = 48
  206.         Width = 31
  207.         Height = 13
  208.         Caption = 'Right'
  209.         Font.Color = clWindowText
  210.         Font.Height = -11
  211.         Font.Name = 'MS Sans Serif'
  212.         Font.Style = [fsBold]
  213.         ParentFont = False
  214.       end
  215.       object Label6: TLabel
  216.         Left = 176
  217.         Top = 24
  218.         Width = 23
  219.         Height = 13
  220.         Caption = 'Left'
  221.         Font.Color = clWindowText
  222.         Font.Height = -11
  223.         Font.Name = 'MS Sans Serif'
  224.         Font.Style = [fsBold]
  225.         ParentFont = False
  226.       end
  227.       object lbldown2: TLabel
  228.         Left = 64
  229.         Top = 72
  230.         Width = 42
  231.         Height = 13
  232.         Caption = 'lbldown1'
  233.       end
  234.       object lbldrop2: TLabel
  235.         Left = 64
  236.         Top = 48
  237.         Width = 37
  238.         Height = 13
  239.         Caption = 'lbldrop1'
  240.       end
  241.       object lblrotate2: TLabel
  242.         Left = 64
  243.         Top = 24
  244.         Width = 43
  245.         Height = 13
  246.         Caption = 'lblrotate2'
  247.       end
  248.       object lblleft2: TLabel
  249.         Left = 216
  250.         Top = 24
  251.         Width = 30
  252.         Height = 13
  253.         Caption = 'lblleft1'
  254.       end
  255.       object lblright2: TLabel
  256.         Left = 216
  257.         Top = 48
  258.         Width = 36
  259.         Height = 13
  260.         Caption = 'lblright1'
  261.       end
  262.     end
  263.   end
  264.   object SetBtn: TButton
  265.     Left = 118
  266.     Top = 182
  267.     Width = 75
  268.     Height = 25
  269.     Cancel = True
  270.     Caption = 'Set Controls'
  271.     ModalResult = 2
  272.     TabOrder = 3
  273.     OnClick = SetBtnClick
  274.   end
  275. end
  276.