home *** CD-ROM | disk | FTP | other *** search
- object Payoffs: TPayoffs
- Left = 175
- Top = 129
- HelpContext = 41012
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Payoffs'
- ClientHeight = 404
- ClientWidth = 674
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- PrintScale = poPrintToFit
- OnCreate = FormCreate
- OnPaint = FormPaint
- OnShow = FormShow
- TextHeight = 16
- object Label1: TLabel
- Left = 136
- Top = 8
- Width = 61
- Height = 24
- Alignment = taRightJustify
- Caption = '1 Coin'
- Font.Color = clRed
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 240
- Top = 8
- Width = 71
- Height = 24
- Alignment = taRightJustify
- Caption = '2 Coins'
- Font.Color = clWhite
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 352
- Top = 8
- Width = 71
- Height = 24
- Alignment = taRightJustify
- Caption = '3 Coins'
- Font.Color = clBlue
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 104
- Top = 360
- Width = 217
- Height = 37
- Caption = 'Bonus Sevens'
- Font.Color = clBlack
- Font.Height = -32
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 8
- Top = 360
- Width = 39
- Height = 37
- Caption = '$5'
- Font.Color = clRed
- Font.Height = -32
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label6: TLabel
- Left = 464
- Top = 8
- Width = 71
- Height = 24
- Alignment = taRightJustify
- Caption = '4 Coins'
- Font.Color = clFuchsia
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 576
- Top = 8
- Width = 71
- Height = 24
- Alignment = taRightJustify
- Caption = '5 Coins'
- Font.Color = clGreen
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Button1: TButton
- Left = 577
- Top = 360
- Width = 89
- Height = 33
- HelpContext = 41012
- Caption = '&OK'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 8
- Top = 264
- Width = 657
- Height = 33
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'Memo1')
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 1
- end
- object Memo2: TMemo
- Left = 8
- Top = 304
- Width = 657
- Height = 49
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'Memo1')
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 2
- end
- end
-