home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / fddelphi.pak / USEPASS.DFM / USEPASS.txt
Encoding:
Text File  |  1995-08-24  |  325 b   |  20 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 95
  4.   AutoScroll = False
  5.   Width = 435
  6.   Height = 300
  7.   ActiveControl = Button1
  8.   Caption = 'Form1'
  9.   PixelsPerInch = 96
  10.   object Button1: TButton
  11.     Left = 112
  12.     Top = 88
  13.     Width = 89
  14.     Height = 33
  15.     TabOrder = 0
  16.     Caption = 'Button1'
  17.     OnClick = Button1Click
  18.   end
  19. end
  20.