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

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 100
  4.   ActiveControl = Button1
  5.   AutoScroll = False
  6.   Caption = 'Form1'
  7.   ClientHeight = 294
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 120
  15.   TextHeight = 20
  16.   object Button1: TButton
  17.     Left = 24
  18.     Top = 176
  19.     Width = 385
  20.     Height = 89
  21.     Caption = 'Button1'
  22.     DragCursor = crDefault
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26. end
  27.