object ZeichenTabelle: TZeichenTabelle Left = 486 Top = 393 Width = 182 Height = 302 Caption = 'ASCII-table' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} KeyPreview = True Scaled = False OnActivate = FormActivate OnCreate = FormCreate OnHide = FormHide OnKeyDown = FormKeyDown OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object ListBox1: TListBox Left = 0 Top = 0 Width = 174 Height = 245 Align = alClient ItemHeight = 16 TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 245 Width = 174 Height = 30 Align = alBottom BevelInner = bvLowered Caption = 'Press a key' TabOrder = 1 end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 96 Top = 204 end end