home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / ctenari / Turek / _SETUP.1 / ElektronickyTest.exe / 0 / RCDATA / THELPWIN / THELPWIN.txt
Encoding:
Text File  |  2000-10-22  |  731 b   |  37 lines

  1. object HelpWin: THelpWin
  2.   Left = 257
  3.   Top = 229
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 140
  7.   ClientWidth = 232
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnDeactivate = FormDeactivate
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object RichEdit: TRichEdit
  25.     Left = 0
  26.     Top = 0
  27.     Width = 232
  28.     Height = 140
  29.     Align = alClient
  30.     BorderStyle = bsNone
  31.     BorderWidth = 5
  32.     Enabled = False
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.   end
  36. end
  37.