home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / xvi / XVI32.exe / 0 / RCDATA / TFORMINSPECT / TFORMINSPECT.txt
Text File  |  2003-08-02  |  1KB  |  65 lines

  1. object FormInspect: TFormInspect
  2.   Left = 336
  3.   Top = 179
  4.   Width = 255
  5.   Height = 170
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Data Inspector'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Memo1: TMemo
  22.     Left = 97
  23.     Top = 0
  24.     Width = 150
  25.     Height = 136
  26.     Align = alClient
  27.     BorderStyle = bsNone
  28.     Color = clBtnFace
  29.     PopupMenu = PopupMenu1
  30.     ReadOnly = True
  31.     TabOrder = 0
  32.     WordWrap = False
  33.     OnDblClick = Memo1DblClick
  34.     OnMouseDown = Memo1MouseDown
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 0
  38.     Top = 0
  39.     Width = 97
  40.     Height = 136
  41.     Align = alLeft
  42.     BevelOuter = bvNone
  43.     TabOrder = 1
  44.     object Label1: TLabel
  45.       Left = 5
  46.       Top = 0
  47.       Width = 3
  48.       Height = 13
  49.     end
  50.   end
  51.   object PopupMenu1: TPopupMenu
  52.     AutoPopup = False
  53.     Left = 164
  54.     Top = 52
  55.     object Configure1: TMenuItem
  56.       Caption = '&Configure...'
  57.       OnClick = Configure1Click
  58.     end
  59.     object Edit1: TMenuItem
  60.       Caption = '&Edit...'
  61.       OnClick = Edit1Click
  62.     end
  63.   end
  64. end
  65.