home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / Iavadraw.exe / 0 / RCDATA / TZEICHENTABELLE / TZEICHENTABELLE.txt < prev   
Text File  |  1997-09-20  |  1KB  |  51 lines

  1. object ZeichenTabelle: TZeichenTabelle
  2.   Left = 472
  3.   Top = 142
  4.   Width = 168
  5.   Height = 310
  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 = 160
  26.     Height = 247
  27.     Align = alClient
  28.     ItemHeight = 16
  29.     TabOrder = 0
  30.   end
  31.   object xPanel1: TxPanel
  32.     Left = 0
  33.     Top = 247
  34.     Width = 160
  35.     Height = 36
  36.     Align = alBottom
  37.     BevelInner = bvLowered
  38.     Caption = 'Taste dr∩┐╜cken...'
  39.     TabOrder = 1
  40.     Caption_English = 'Press a key...'
  41.     Caption_German = 'Taste dr∩┐╜cken...'
  42.     data_int = 0
  43.   end
  44.   object Timer1: TTimer
  45.     Interval = 500
  46.     OnTimer = Timer1Timer
  47.     Left = 96
  48.     Top = 204
  49.   end
  50. end
  51.