home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / listtrck / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  896 b   |  47 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 100
  4.   ActiveControl = ListBox1
  5.   AutoScroll = False
  6.   Caption = 'List Trick'
  7.   ClientHeight = 263
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object ListBox1: TListBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 427
  20.     Height = 222
  21.     Align = alClient
  22.     ItemHeight = 16
  23.     TabOrder = 0
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 222
  28.     Width = 427
  29.     Height = 41
  30.     Align = alBottom
  31.     Caption = 'Panel1'
  32.     TabOrder = 1
  33.     object BLoadFile: TButton
  34.       Left = 33
  35.       Top = 7
  36.       Width = 369
  37.       Height = 30
  38.       Caption = 'Load File Into Listbox'
  39.       TabOrder = 0
  40.       OnClick = BLoadFileClick
  41.     end
  42.   end
  43.   object OpenDialog1: TOpenDialog
  44.     Filter = 'PasFiles (*.pas)|*.pas'
  45.   end
  46. end
  47.