home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / MAINTEST.DFM / MAINTEST.txt
Text File  |  1997-02-14  |  515b  |  26 lines

  1. object Form1: TForm1
  2.   Left = 218
  3.   Top = 176
  4.   AutoScroll = False
  5.   Caption = 'Test AutoProj Automation Example'
  6.   ClientHeight = 62
  7.   ClientWidth = 348
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultPosOnly
  13.   Visible = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object bRunAuto: TButton
  17.     Left = 52
  18.     Top = 21
  19.     Width = 234
  20.     Height = 20
  21.     Caption = 'Run Automation Server'
  22.     TabOrder = 0
  23.     OnClick = bRunAutoClick
  24.   end
  25. end
  26.