home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / ctenari / Majda / Pokec / Pokec.exe / 0 / RCDATA / THELPDLG / THELPDLG.txt
Text File  |  2000-07-29  |  733b  |  38 lines

  1. object HelpDlg: THelpDlg
  2.   Left = 227
  3.   Top = 108
  4.   AutoScroll = False
  5.   Caption = 'Z∩┐╜sady spr∩┐╜vn∩┐╜ho pokecu'
  6.   ClientHeight = 368
  7.   ClientWidth = 384
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TButton
  19.     Left = 155
  20.     Top = 336
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     TabOrder = 0
  26.     OnClick = OKBtnClick
  27.   end
  28.   object RichEdit1: TRichEdit
  29.     Left = 8
  30.     Top = 8
  31.     Width = 369
  32.     Height = 321
  33.     ReadOnly = True
  34.     ScrollBars = ssVertical
  35.     TabOrder = 1
  36.   end
  37. end
  38.