home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Dcomplib / ASSISTNT.LZH / MAIN.DFM / MAIN.txt
Text File  |  1997-02-25  |  401b  |  24 lines

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