home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / program / ctenari / Jaros / rozvrhy.exe / 0 / RCDATA / THELPFORM / THELPFORM.txt
Text File  |  2004-06-21  |  1KB  |  61 lines

  1. object HelpForm: THelpForm
  2.   Left = 267
  3.   Top = 197
  4.   Width = 500
  5.   Height = 500
  6.   ActiveControl = ZavriBtn
  7.   Caption = 'Tv∩┐╜rce rozvrh∩┐╜ - n∩┐╜pov∩┐╜da'
  8.   Font.Charset = EASTEUROPE_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Lucida Console'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DolniPanel: TPanel
  20.     Left = 0
  21.     Top = 432
  22.     Width = 492
  23.     Height = 34
  24.     Align = alBottom
  25.     Ctl3D = False
  26.     Font.Charset = EASTEUROPE_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentCtl3D = False
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     object ZavriBtn: TButton
  35.       Left = 203
  36.       Top = 4
  37.       Width = 85
  38.       Height = 25
  39.       Caption = 'Zav∩┐╜∩┐╜t okno'
  40.       Font.Charset = EASTEUROPE_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = []
  45.       ParentFont = False
  46.       TabOrder = 0
  47.       OnClick = ZavriBtnClick
  48.     end
  49.   end
  50.   object HelpText: TRichEdit
  51.     Left = 0
  52.     Top = 0
  53.     Width = 492
  54.     Height = 432
  55.     Align = alClient
  56.     ReadOnly = True
  57.     ScrollBars = ssVertical
  58.     TabOrder = 1
  59.   end
  60. end
  61.