home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 35
- Top = 68
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Forms spy'
- ClientHeight = 235
- ClientWidth = 522
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 3
- Height = 13
- end
- object Label2: TLabel
- Left = 232
- Top = 8
- Width = 3
- Height = 13
- end
- object NamesListBox: TListBox
- Tag = 3
- Left = 10
- Top = 24
- Width = 201
- Height = 177
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = NamesListBoxDblClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 210
- Width = 522
- Height = 25
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 1
- end
- object RichEdit: TRichEdit
- Left = 224
- Top = 24
- Width = 289
- Height = 177
- ScrollBars = ssVertical
- TabOrder = 2
- end
- object OpenDlg: TOpenDialog
- Left = 40
- Top = 151
- end
- object MainMenu: TMainMenu
- Left = 72
- Top = 151
- object FilesSubMenu: TMenuItem
- Caption = '&File'
- object OpenMenuItem: TMenuItem
- Caption = '&Open'
- OnClick = OpenMenuItemClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object ExitMenuItem: TMenuItem
- Caption = 'E&xit'
- OnClick = ExitMenuItemClick
- end
- end
- end
- end
-