home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TMDICHILD / TMDICHILD.txt
Text File  |  1998-10-11  |  2KB  |  75 lines

  1. object MDIChild: TMDIChild
  2.   Left = 0
  3.   Top = 2
  4.   Width = 640
  5.   Height = 450
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   OldCreateOrder = True
  14.   Position = poDefault
  15.   Visible = True
  16.   WindowState = wsMaximized
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object StatusBar1: TStatusBar
  24.     Left = 0
  25.     Top = 404
  26.     Width = 632
  27.     Height = 19
  28.     Panels = <
  29.       item
  30.         Width = 50
  31.       end
  32.       item
  33.         Alignment = taCenter
  34.         Width = 60
  35.       end
  36.       item
  37.         Width = 40
  38.       end>
  39.     SimplePanel = False
  40.   end
  41.   object EditedText: TRichEdit
  42.     Left = 0
  43.     Top = 0
  44.     Width = 632
  45.     Height = 404
  46.     Align = alClient
  47.     HideScrollBars = False
  48.     PlainText = True
  49.     ScrollBars = ssBoth
  50.     TabOrder = 1
  51.     WordWrap = False
  52.     OnChange = EditedTextSelectionChange
  53.     OnKeyDown = EditedTextKeyDown
  54.     OnKeyUp = EditedTextKeyUp
  55.     OnMouseDown = EditedTextMouseDown
  56.     OnSelectionChange = EditedTextSelectionChange
  57.   end
  58.   object SaveDialog: TSaveDialog
  59.     Filter = 'All files|*.*|HTML files|*.html|HTM files|*.htm'
  60.     FilterIndex = 2
  61.     Left = 52
  62.     Top = 13
  63.   end
  64.   object FormStorage1: TFormStorage
  65.     IniSection = '\Software\DRHTML\MainForm'
  66.     Options = []
  67.     UseRegistry = True
  68.     StoredProps.Strings = (
  69.       'SaveDialog.InitialDir'
  70.       'SaveDialog.FilterIndex')
  71.     Left = 16
  72.     Top = 8
  73.   end
  74. end
  75.