home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TZEICHENTABELLE / TZEICHENTABELLE.txt < prev   
Text File  |  1996-12-20  |  907b  |  48 lines

  1. object ZeichenTabelle: TZeichenTabelle
  2.   Left = 486
  3.   Top = 393
  4.   Width = 182
  5.   Height = 302
  6.   Caption = 'ASCII-table'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   KeyPreview = True
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnKeyDown = FormKeyDown
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object ListBox1: TListBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 174
  26.     Height = 245
  27.     Align = alClient
  28.     ItemHeight = 16
  29.     TabOrder = 0
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 0
  33.     Top = 245
  34.     Width = 174
  35.     Height = 30
  36.     Align = alBottom
  37.     BevelInner = bvLowered
  38.     Caption = 'Press a key'
  39.     TabOrder = 1
  40.   end
  41.   object Timer1: TTimer
  42.     Interval = 500
  43.     OnTimer = Timer1Timer
  44.     Left = 96
  45.     Top = 204
  46.   end
  47. end
  48.