home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / AnimatedSlots / 32ani14.exe / ANIMATE.EXE / 0 / RCDATA / TAUTOFORM / TAUTOFORM.txt
Encoding:
Text File  |  1998-07-15  |  2.4 KB  |  120 lines

  1. object AutoForm: TAutoForm
  2.   Left = 263
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Bonus Screen'
  6.   ClientHeight = 207
  7.   ClientWidth = 320
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 8
  19.     Top = 16
  20.     Width = 305
  21.     Height = 89
  22.     BorderStyle = bsNone
  23.     Color = clBtnFace
  24.     Ctl3D = False
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     Lines.Strings = (
  30.       'Memo1')
  31.     ParentCtl3D = False
  32.     ParentFont = False
  33.     TabOrder = 0
  34.   end
  35.   object Button1: TButton
  36.     Left = 8
  37.     Top = 112
  38.     Width = 89
  39.     Height = 25
  40.     Caption = 'Box 1'
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     OnClick = Button1Click
  48.   end
  49.   object Button2: TButton
  50.     Left = 116
  51.     Top = 112
  52.     Width = 89
  53.     Height = 25
  54.     Caption = 'Box 2'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 2
  61.     OnClick = Button2Click
  62.   end
  63.   object Button3: TButton
  64.     Left = 224
  65.     Top = 112
  66.     Width = 89
  67.     Height = 25
  68.     Caption = 'Box 3'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 3
  75.     OnClick = Button3Click
  76.   end
  77.   object Button4: TButton
  78.     Left = 7
  79.     Top = 144
  80.     Width = 138
  81.     Height = 25
  82.     Caption = 'Box 4'
  83.     Font.Color = clBlack
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     TabOrder = 4
  89.     OnClick = Button4Click
  90.   end
  91.   object Button5: TButton
  92.     Left = 176
  93.     Top = 144
  94.     Width = 133
  95.     Height = 25
  96.     Caption = 'Box 5'
  97.     Font.Color = clBlack
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     TabOrder = 5
  103.     OnClick = Button5Click
  104.   end
  105.   object Button7: TButton
  106.     Left = 7
  107.     Top = 176
  108.     Width = 306
  109.     Height = 25
  110.     Caption = 'Stop on Bonus Screen to Select Box'
  111.     Font.Color = clBlack
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = []
  115.     ParentFont = False
  116.     TabOrder = 6
  117.     OnClick = Button7Click
  118.   end
  119. end
  120.