home *** CD-ROM | disk | FTP | other *** search
/ PC/CD FUN 24 / cdimage.iso / Vrac / Win95 / MNOTE32 / MININOTE.EXE / 0 / RCDATA / TFRMDEBUG / TFRMDEBUG.txt
Text File  |  1996-12-09  |  683b  |  35 lines

  1. object frmDebug: TfrmDebug
  2.   Left = 384
  3.   Top = 359
  4.   Width = 366
  5.   Height = 174
  6.   Caption = 'Debug Window'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   Visible = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object memDebug: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 358
  22.     Height = 147
  23.     Align = alClient
  24.     Color = clBtnFace
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'MS LineDraw'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.     OnDblClick = memDebugDblClick
  33.   end
  34. end
  35.