home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Tools / FormSpy / Frmspy.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  2000-05-25  |  1.5 KB  |  80 lines

  1. object MainForm: TMainForm
  2.   Left = 35
  3.   Top = 68
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Forms spy'
  7.   ClientHeight = 235
  8.   ClientWidth = 522
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 3
  21.     Height = 13
  22.   end
  23.   object Label2: TLabel
  24.     Left = 232
  25.     Top = 8
  26.     Width = 3
  27.     Height = 13
  28.   end
  29.   object NamesListBox: TListBox
  30.     Tag = 3
  31.     Left = 10
  32.     Top = 24
  33.     Width = 201
  34.     Height = 177
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.     OnDblClick = NamesListBoxDblClick
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 0
  41.     Top = 210
  42.     Width = 522
  43.     Height = 25
  44.     Align = alBottom
  45.     Alignment = taLeftJustify
  46.     BevelOuter = bvLowered
  47.     TabOrder = 1
  48.   end
  49.   object RichEdit: TRichEdit
  50.     Left = 224
  51.     Top = 24
  52.     Width = 289
  53.     Height = 177
  54.     ScrollBars = ssVertical
  55.     TabOrder = 2
  56.   end
  57.   object OpenDlg: TOpenDialog
  58.     Left = 40
  59.     Top = 151
  60.   end
  61.   object MainMenu: TMainMenu
  62.     Left = 72
  63.     Top = 151
  64.     object FilesSubMenu: TMenuItem
  65.       Caption = '&File'
  66.       object OpenMenuItem: TMenuItem
  67.         Caption = '&Open'
  68.         OnClick = OpenMenuItemClick
  69.       end
  70.       object N1: TMenuItem
  71.         Caption = '-'
  72.       end
  73.       object ExitMenuItem: TMenuItem
  74.         Caption = 'E&xit'
  75.         OnClick = ExitMenuItemClick
  76.       end
  77.     end
  78.   end
  79. end
  80.