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

  1. object Form1: TForm1
  2.   Left = 201
  3.   Top = 100
  4.   Width = 435
  5.   Height = 308
  6.   ActiveControl = Button1
  7.   Caption = 'Form1'
  8.   Color = clLime
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 120
  15.   Scaled = False
  16.   TextHeight = 20
  17.   object Button1: TButton
  18.     Left = 176
  19.     Top = 216
  20.     Width = 90
  21.     Height = 30
  22.     Caption = 'Button1'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object ListBox1: TListBox
  27.     Left = 80
  28.     Top = 24
  29.     Width = 273
  30.     Height = 169
  31.     ItemHeight = 20
  32.     TabOrder = 1
  33.   end
  34. end
  35.