object ZeichenTabelle: TZeichenTabelle Left = 472 Top = 142 Width = 168 Height = 310 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 = 160 Height = 247 Align = alClient ItemHeight = 16 TabOrder = 0 end object xPanel1: TxPanel Left = 0 Top = 247 Width = 160 Height = 36 Align = alBottom BevelInner = bvLowered Caption = 'Taste dr�cken...' TabOrder = 1 Caption_English = 'Press a key...' Caption_German = 'Taste dr�cken...' data_int = 0 end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 96 Top = 204 end end