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

  1. object Payoffs: TPayoffs
  2.   Left = 175
  3.   Top = 129
  4.   HelpContext = 41012
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Payoffs'
  10.   ClientHeight = 404
  11.   ClientWidth = 674
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   PrintScale = poPrintToFit
  19.   OnCreate = FormCreate
  20.   OnPaint = FormPaint
  21.   OnShow = FormShow
  22.   TextHeight = 16
  23.   object Label1: TLabel
  24.     Left = 136
  25.     Top = 8
  26.     Width = 61
  27.     Height = 24
  28.     Alignment = taRightJustify
  29.     Caption = '1 Coin'
  30.     Font.Color = clRed
  31.     Font.Height = -19
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object Label2: TLabel
  37.     Left = 240
  38.     Top = 8
  39.     Width = 71
  40.     Height = 24
  41.     Alignment = taRightJustify
  42.     Caption = '2 Coins'
  43.     Font.Color = clWhite
  44.     Font.Height = -19
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 352
  51.     Top = 8
  52.     Width = 71
  53.     Height = 24
  54.     Alignment = taRightJustify
  55.     Caption = '3 Coins'
  56.     Font.Color = clBlue
  57.     Font.Height = -19
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.   end
  62.   object Label4: TLabel
  63.     Left = 104
  64.     Top = 360
  65.     Width = 217
  66.     Height = 37
  67.     Caption = 'Bonus Sevens'
  68.     Font.Color = clBlack
  69.     Font.Height = -32
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object Label5: TLabel
  75.     Left = 8
  76.     Top = 360
  77.     Width = 39
  78.     Height = 37
  79.     Caption = '$5'
  80.     Font.Color = clRed
  81.     Font.Height = -32
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.   end
  86.   object Label6: TLabel
  87.     Left = 464
  88.     Top = 8
  89.     Width = 71
  90.     Height = 24
  91.     Alignment = taRightJustify
  92.     Caption = '4 Coins'
  93.     Font.Color = clFuchsia
  94.     Font.Height = -19
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = [fsBold]
  97.     ParentFont = False
  98.   end
  99.   object Label7: TLabel
  100.     Left = 576
  101.     Top = 8
  102.     Width = 71
  103.     Height = 24
  104.     Alignment = taRightJustify
  105.     Caption = '5 Coins'
  106.     Font.Color = clGreen
  107.     Font.Height = -19
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.   end
  112.   object Button1: TButton
  113.     Left = 577
  114.     Top = 360
  115.     Width = 89
  116.     Height = 33
  117.     HelpContext = 41012
  118.     Caption = '&OK'
  119.     Font.Color = clBlack
  120.     Font.Height = -13
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ModalResult = 1
  124.     ParentFont = False
  125.     TabOrder = 0
  126.     OnClick = Button1Click
  127.   end
  128.   object Memo1: TMemo
  129.     Left = 8
  130.     Top = 264
  131.     Width = 657
  132.     Height = 33
  133.     BorderStyle = bsNone
  134.     Color = clBtnFace
  135.     Ctl3D = False
  136.     Font.Color = clBlack
  137.     Font.Height = -13
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     Lines.Strings = (
  141.       'Memo1')
  142.     ParentCtl3D = False
  143.     ParentFont = False
  144.     TabOrder = 1
  145.   end
  146.   object Memo2: TMemo
  147.     Left = 8
  148.     Top = 304
  149.     Width = 657
  150.     Height = 49
  151.     BorderStyle = bsNone
  152.     Color = clBtnFace
  153.     Ctl3D = False
  154.     Font.Color = clBlack
  155.     Font.Height = -13
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     Lines.Strings = (
  159.       'Memo1')
  160.     ParentCtl3D = False
  161.     ParentFont = False
  162.     TabOrder = 2
  163.   end
  164. end
  165.