home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95edi / edi.exe / 0 / RCDATA / TFRMEDIMDI / TFRMEDIMDI.txt < prev   
Text File  |  1997-09-23  |  1KB  |  71 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.   OnPaint = FormPaint
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object RichEdit: TRichEdit
  27.     Left = 0
  28.     Top = 0
  29.     Width = 463
  30.     Height = 247
  31.     Align = alClient
  32.     PlainText = True
  33.     PopupMenu = frmEdiMain.PopupMenu
  34.     ScrollBars = ssBoth
  35.     TabOrder = 0
  36.     WordWrap = False
  37.     OnChange = RichEditChange
  38.     OnKeyDown = RichEditKeyDown
  39.     OnKeyPress = RichEditKeyPress
  40.     OnKeyUp = RichEditKeyUp
  41.     OnMouseDown = RichEditMouseDown
  42.   end
  43.   object mdiStatusBar: TStatusBar
  44.     Left = 0
  45.     Top = 247
  46.     Width = 463
  47.     Height = 19
  48.     Panels = <
  49.       item
  50.         Alignment = taCenter
  51.         Width = 135
  52.       end
  53.       item
  54.         Alignment = taCenter
  55.         Width = 85
  56.       end
  57.       item
  58.         Alignment = taCenter
  59.         Width = 95
  60.       end
  61.       item
  62.         Alignment = taCenter
  63.         Width = 60
  64.       end
  65.       item
  66.         Width = 80
  67.       end>
  68.     SimplePanel = False
  69.   end
  70. end
  71.