home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95edi97 / edi.exe / 0 / RCDATA / TFRMEDIMDI / TFRMEDIMDI.txt < prev   
Text File  |  1997-03-31  |  1KB  |  70 lines

  1. object frmEdiMDI: TfrmEdiMDI
  2.   Left = 322
  3.   Top = 156
  4.   AutoScroll = False
  5.   Caption = 'Edi'
  6.   ClientHeight = 266
  7.   ClientWidth = 463
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   OnKeyPress = FormKeyPress
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object RichEdit1: TRichEdit
  26.     Left = 0
  27.     Top = 0
  28.     Width = 463
  29.     Height = 247
  30.     Align = alClient
  31.     PlainText = True
  32.     PopupMenu = frmEdiMain.PopupMenu1
  33.     ScrollBars = ssBoth
  34.     TabOrder = 0
  35.     WordWrap = False
  36.     OnChange = RichEdit1Change
  37.     OnKeyDown = RichEdit1KeyDown
  38.     OnKeyPress = RichEdit1KeyPress
  39.     OnKeyUp = RichEdit1KeyUp
  40.     OnMouseDown = RichEdit1MouseDown
  41.   end
  42.   object mdiStatusBar: TStatusBar
  43.     Left = 0
  44.     Top = 247
  45.     Width = 463
  46.     Height = 19
  47.     Panels = <
  48.       item
  49.         Alignment = taCenter
  50.         Width = 140
  51.       end
  52.       item
  53.         Alignment = taCenter
  54.         Width = 90
  55.       end
  56.       item
  57.         Alignment = taCenter
  58.         Width = 90
  59.       end
  60.       item
  61.         Alignment = taCenter
  62.         Width = 60
  63.       end
  64.       item
  65.         Width = 80
  66.       end>
  67.     SimplePanel = False
  68.   end
  69. end
  70.