object Form9: TForm9 Left = 0 Top = 0 Width = 649 Height = 409 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsSizeToolWin Caption = 'HotKeys' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object HotKeysTable: TStringGrid Left = 0 Top = 0 Width = 641 Height = 385 DefaultRowHeight = 16 FixedCols = 0 RowCount = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine] ScrollBars = ssVertical TabOrder = 0 OnDblClick = HotKeysTableDblClick OnKeyPress = HotKeysTableKeyPress OnSelectCell = HotKeysTableSelectCell ColWidths = ( 109 235 90 93 86) end end