object frmSelect: TfrmSelect Left = 204 Top = 143 BorderIcons = [] BorderStyle = bsDialog Caption = 'Keystroke Selection' ClientHeight = 209 ClientWidth = 277 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblCaller: TLabel Left = 184 Top = 80 Width = 65 Height = 17 AutoSize = False Caption = 'lblCaller' Visible = False end object Button1: TButton Left = 188 Top = 12 Width = 75 Height = 25 Hint = 'Press to add the selected keystroke' Caption = 'O&K' Default = True ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 188 Top = 40 Width = 75 Height = 25 Hint = 'Press to cancel with no changes' Caption = '&Cancel' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = Button2Click end object grdSelect: TStringGrid Left = 12 Top = 12 Width = 157 Height = 181 Hint = 'A list of all possible keys you can allocate to a joystick butto' + 'n press' ColCount = 2 DefaultColWidth = 300 DefaultRowHeight = 18 FixedCols = 0 FixedRows = 0 Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goRowSelect, goThumbTracking] ParentFont = False ParentShowHint = False ScrollBars = ssVertical ShowHint = True TabOrder = 2 OnDblClick = grdSelectDblClick end object chkCtrl: TCheckBox Left = 188 Top = 152 Width = 65 Height = 17 Hint = 'Select this for combination keystrokes' Caption = 'CTRL' ParentShowHint = False ShowHint = True TabOrder = 3 end object chkShift: TCheckBox Left = 188 Top = 176 Width = 65 Height = 17 Hint = 'Select this for combination keystrokes' Caption = 'SHIFT' ParentShowHint = False ShowHint = True TabOrder = 4 end object chkAlt: TCheckBox Left = 188 Top = 128 Width = 65 Height = 17 Hint = 'Select this for combination keystrokes' Caption = 'ALT' ParentShowHint = False ShowHint = True TabOrder = 5 end end