home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / ENUMWIN / MAIN.dfm / MAIN.txt
Text File  |  1995-09-02  |  702b  |  40 lines

  1. object MainForm: TMainForm
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Enumerate Window Titles'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 40
  17.     Top = 24
  18.     Width = 88
  19.     Height = 16
  20.     Caption = 'Window titles'
  21.   end
  22.   object ListBox1: TListBox
  23.     Left = 40
  24.     Top = 40
  25.     Width = 241
  26.     Height = 217
  27.     ItemHeight = 16
  28.     Sorted = True
  29.     TabOrder = 0
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 312
  33.     Top = 224
  34.     Width = 89
  35.     Height = 33
  36.     TabOrder = 1
  37.     Kind = bkClose
  38.   end
  39. end
  40.