home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / MAINTEST.DFM / MAINTEST.txt
Text File  |  1996-05-08  |  505b  |  25 lines

  1. object Form1: TForm1
  2.   Left = 267
  3.   Top = 175
  4.   BorderStyle = bsSingle
  5.   Caption = 'Test AutoProj Automation Example'
  6.   ClientHeight = 67
  7.   ClientWidth = 272
  8.   Font.Color = clBlack
  9.   Font.Height = -15
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   Font.Charset = 128
  13.   PixelsPerInch = 120
  14.   TextHeight = 15
  15.   object bRunAuto: TButton
  16.     Left = 20
  17.     Top = 21
  18.     Width = 234
  19.     Height = 28
  20.     Caption = 'Run Automation Server'
  21.     TabOrder = 0
  22.     OnClick = bRunAutoClick
  23.   end
  24. end
  25.