home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / FE.exe / 0 / RCDATA / THELPFORM / THELPFORM.txt < prev   
Text File  |  2001-06-15  |  810b  |  38 lines

  1. object HelpForm: THelpForm
  2.   Left = 416
  3.   Top = 92
  4.   Width = 551
  5.   Height = 339
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Complex functions'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object RichEdit1: TRichEdit
  21.     Left = 0
  22.     Top = 0
  23.     Width = 543
  24.     Height = 312
  25.     Align = alClient
  26.     Font.Charset = RUSSIAN_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     ReadOnly = True
  33.     ScrollBars = ssVertical
  34.     TabOrder = 0
  35.     WordWrap = False
  36.   end
  37. end
  38.