home *** CD-ROM | disk | FTP | other *** search
- object AutoForm: TAutoForm
- Left = 263
- Top = 115
- BorderStyle = bsDialog
- Caption = 'Bonus Screen'
- ClientHeight = 207
- ClientWidth = 320
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- TextHeight = 13
- object Memo1: TMemo
- Left = 8
- Top = 16
- Width = 305
- Height = 89
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'Memo1')
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 0
- end
- object Button1: TButton
- Left = 8
- Top = 112
- Width = 89
- Height = 25
- Caption = 'Box 1'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 116
- Top = 112
- Width = 89
- Height = 25
- Caption = 'Box 2'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 224
- Top = 112
- Width = 89
- Height = 25
- Caption = 'Box 3'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 7
- Top = 144
- Width = 138
- Height = 25
- Caption = 'Box 4'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 176
- Top = 144
- Width = 133
- Height = 25
- Caption = 'Box 5'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = Button5Click
- end
- object Button7: TButton
- Left = 7
- Top = 176
- Width = 306
- Height = 25
- Caption = 'Stop on Bonus Screen to Select Box'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = Button7Click
- end
- end
-