object HelpForm: THelpForm Left = 267 Top = 197 Width = 500 Height = 500 ActiveControl = ZavriBtn Caption = 'Tv�rce rozvrh� - n�pov�da' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Lucida Console' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object DolniPanel: TPanel Left = 0 Top = 432 Width = 492 Height = 34 Align = alBottom Ctl3D = False Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 object ZavriBtn: TButton Left = 203 Top = 4 Width = 85 Height = 25 Caption = 'Zav��t okno' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = ZavriBtnClick end end object HelpText: TRichEdit Left = 0 Top = 0 Width = 492 Height = 432 Align = alClient ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end end