home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D / SNPTST20.ZIP / TestDLL / TestDLL.dfm / TestDLL.txt
Text File  |  1998-07-25  |  552b  |  32 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 134
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Button1: TButton
  15.     Left = 80
  16.     Top = 72
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'Local'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Button2: TButton
  24.     Left = 200
  25.     Top = 72
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'DLL'
  29.     TabOrder = 1
  30.   end
  31. end
  32.