object ControlForm: TControlForm Left = 245 Top = 108 BorderIcons = [] BorderStyle = bsDialog Caption = 'Controls' ClientHeight = 214 ClientWidth = 313 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 227 Top = 181 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object Defaults: TButton Left = 8 Top = 182 Width = 75 Height = 25 Cancel = True Caption = 'Defaults' ModalResult = 2 TabOrder = 1 OnClick = DefaultsClick end object PlayerControls: TPageControl Left = 7 Top = 14 Width = 296 Height = 154 ActivePage = TabPlayer1 TabOrder = 2 object TabPlayer1: TTabSheet Caption = 'Player 1' object P1Up: TLabel Left = 16 Top = 24 Width = 39 Height = 13 Caption = 'Rotate' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object P1DOWNFAST: TLabel Left = 16 Top = 48 Width = 28 Height = 13 Caption = 'Drop' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object P1LEFT: TLabel Left = 176 Top = 24 Width = 23 Height = 13 Caption = 'Left' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object P1RIGHT: TLabel Left = 176 Top = 48 Width = 31 Height = 13 Caption = 'Right' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object P1DOWNSLOW: TLabel Left = 16 Top = 72 Width = 33 Height = 13 Caption = 'Down' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object P1BONUS: TLabel Left = 176 Top = 72 Width = 36 Height = 13 Caption = 'Bonus' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblrotate1: TLabel Left = 64 Top = 24 Width = 43 Height = 13 Caption = 'lblrotate1' end object lbldrop1: TLabel Left = 64 Top = 48 Width = 37 Height = 13 Caption = 'lbldrop1' end object lbldown1: TLabel Left = 64 Top = 72 Width = 42 Height = 13 Caption = 'lbldown1' end object lblleft1: TLabel Left = 216 Top = 24 Width = 30 Height = 13 Caption = 'lblleft1' end object lblright1: TLabel Left = 216 Top = 48 Width = 36 Height = 13 Caption = 'lblright1' end object lblbonus: TLabel Left = 216 Top = 72 Width = 39 Height = 13 Caption = 'lblbonus' end end object TabPlayer2: TTabSheet Caption = 'Player 2' object p2downfast: TLabel Left = 16 Top = 48 Width = 28 Height = 13 Caption = 'Drop' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object p2up: TLabel Left = 16 Top = 24 Width = 39 Height = 13 Caption = 'Rotate' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 16 Top = 72 Width = 33 Height = 13 Caption = 'Down' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 176 Top = 48 Width = 31 Height = 13 Caption = 'Right' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 176 Top = 24 Width = 23 Height = 13 Caption = 'Left' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lbldown2: TLabel Left = 64 Top = 72 Width = 42 Height = 13 Caption = 'lbldown1' end object lbldrop2: TLabel Left = 64 Top = 48 Width = 37 Height = 13 Caption = 'lbldrop1' end object lblrotate2: TLabel Left = 64 Top = 24 Width = 43 Height = 13 Caption = 'lblrotate2' end object lblleft2: TLabel Left = 216 Top = 24 Width = 30 Height = 13 Caption = 'lblleft1' end object lblright2: TLabel Left = 216 Top = 48 Width = 36 Height = 13 Caption = 'lblright1' end end end object SetBtn: TButton Left = 118 Top = 182 Width = 75 Height = 25 Cancel = True Caption = 'Set Controls' ModalResult = 2 TabOrder = 3 OnClick = SetBtnClick end end