home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / AUTOFORM.DFM / AUTOFORM.txt
Text File  |  1996-05-08  |  1KB  |  72 lines

  1. object MainForm: TMainForm
  2.   Left = 425
  3.   Top = 109
  4.   BorderStyle = bsSingle
  5.   Caption = 'Automation Demo'
  6.   ClientHeight = 218
  7.   ClientWidth = 208
  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.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 120
  16.   TextHeight = 15
  17.   object CreateButton: TButton
  18.     Left = 9
  19.     Top = 9
  20.     Width = 190
  21.     Height = 27
  22.     Caption = 'Create Memos'
  23.     TabOrder = 0
  24.     OnClick = CreateButtonClick
  25.   end
  26.   object AddTextButton: TButton
  27.     Left = 9
  28.     Top = 43
  29.     Width = 190
  30.     Height = 27
  31.     Caption = 'Add Text to Memos'
  32.     TabOrder = 1
  33.     OnClick = AddTextButtonClick
  34.   end
  35.   object TileButton: TButton
  36.     Left = 9
  37.     Top = 78
  38.     Width = 190
  39.     Height = 26
  40.     Caption = 'Tile Memos'
  41.     TabOrder = 2
  42.     OnClick = TileButtonClick
  43.   end
  44.   object CascadeButton: TButton
  45.     Left = 9
  46.     Top = 112
  47.     Width = 190
  48.     Height = 27
  49.     Caption = 'Cascade Memos'
  50.     TabOrder = 3
  51.     OnClick = CascadeButtonClick
  52.   end
  53.   object CloseButton: TButton
  54.     Left = 9
  55.     Top = 146
  56.     Width = 190
  57.     Height = 27
  58.     Caption = 'Close Memos'
  59.     TabOrder = 4
  60.     OnClick = CloseButtonClick
  61.   end
  62.   object ExitButton: TButton
  63.     Left = 9
  64.     Top = 181
  65.     Width = 190
  66.     Height = 27
  67.     Caption = 'Exit'
  68.     TabOrder = 5
  69.     OnClick = ExitButtonClick
  70.   end
  71. end
  72.