home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 100
- ActiveControl = ListBox1
- AutoScroll = False
- Caption = 'List Trick'
- ClientHeight = 263
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- TextHeight = 16
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 427
- Height = 222
- Align = alClient
- ItemHeight = 16
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 222
- Width = 427
- Height = 41
- Align = alBottom
- Caption = 'Panel1'
- TabOrder = 1
- object BLoadFile: TButton
- Left = 33
- Top = 7
- Width = 369
- Height = 30
- Caption = 'Load File Into Listbox'
- TabOrder = 0
- OnClick = BLoadFileClick
- end
- end
- object OpenDialog1: TOpenDialog
- Filter = 'PasFiles (*.pas)|*.pas'
- end
- end
-