home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / EPA / ea4 / prg / Engact.ex_ / 0 / RCDATA / TWORDTRANSLATIONFORM / TWORDTRANSLATIONFORM.txt
Text File  |  2000-03-20  |  731b  |  32 lines

  1. inherited WordTranslationForm: TWordTranslationForm
  2.   Left = 350
  3.   Top = 168
  4.   BorderIcons = []
  5.   Caption = 'WordTranslationForm'
  6.   ClientHeight = 38
  7.   ClientWidth = 456
  8.   Color = 38770687
  9.   Ctl3D = False
  10.   OnClick = FormClick
  11.   OnCreate = FormCreate
  12.   OnKeyDown = FormKeyDown
  13.   OnPaint = FormPaint
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object TranslationLabel: TLabel
  17.     Left = 9
  18.     Top = 4
  19.     Width = 432
  20.     Height = 16
  21.     Caption = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     Transparent = True
  29.     OnClick = TranslationLabelClick
  30.   end
  31. end
  32.