home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / objects / subcomp / main.dfm / main.txt
Encoding:
Text File  |  1995-03-21  |  413 b   |  24 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 100
  4.   Width = 435
  5.   Height = 300
  6.   ActiveControl = Button1
  7.   Caption = 'Form1'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 20
  14.   object Button1: TButton
  15.     Left = 128
  16.     Top = 176
  17.     Width = 89
  18.     Height = 33
  19.     Caption = 'Button1'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23. end
  24.