home *** CD-ROM | disk | FTP | other *** search
/ Jumbo 2,500 Game Pack / DDVDAV937D1.iso / sharewarefin / RIDE.ZIP / LETITR~1.EXE / 0 / RCDATA / TFORMPAYOFFTABLE / TFORMPAYOFFTABLE.txt
Text File  |  1996-06-16  |  3KB  |  196 lines

  1. object formPayOffTable: TformPayOffTable
  2.   Left = 236
  3.   Top = 132
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'PayOff Table'
  7.   ClientHeight = 279
  8.   ClientWidth = 228
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 45
  18.     Top = 8
  19.     Width = 38
  20.     Height = 16
  21.     Caption = 'Hand'
  22.     Font.Color = clWindowText
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 152
  30.     Top = 8
  31.     Width = 47
  32.     Height = 16
  33.     Caption = 'PayOff'
  34.     Font.Color = clWindowText
  35.     Font.Height = -13
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Label3: TLabel
  41.     Left = 13
  42.     Top = 40
  43.     Width = 103
  44.     Height = 13
  45.     Caption = 'Pair of Tens or Higher'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 43
  49.     Top = 62
  50.     Width = 42
  51.     Height = 13
  52.     Caption = 'Two Pair'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 28
  56.     Top = 84
  57.     Width = 73
  58.     Height = 13
  59.     Caption = 'Three of a Kind'
  60.   end
  61.   object Label6: TLabel
  62.     Left = 46
  63.     Top = 106
  64.     Width = 36
  65.     Height = 13
  66.     Caption = 'Straight'
  67.   end
  68.   object Label7: TLabel
  69.     Left = 52
  70.     Top = 128
  71.     Width = 25
  72.     Height = 13
  73.     Caption = 'Flush'
  74.   end
  75.   object Label8: TLabel
  76.     Left = 39
  77.     Top = 150
  78.     Width = 50
  79.     Height = 13
  80.     Caption = 'Full House'
  81.   end
  82.   object Label9: TLabel
  83.     Left = 32
  84.     Top = 194
  85.     Width = 64
  86.     Height = 13
  87.     Caption = 'Straight Flush'
  88.   end
  89.   object Label10: TLabel
  90.     Left = 31
  91.     Top = 172
  92.     Width = 66
  93.     Height = 13
  94.     Caption = 'Four of a Kind'
  95.   end
  96.   object Label11: TLabel
  97.     Left = 37
  98.     Top = 216
  99.     Width = 55
  100.     Height = 13
  101.     Caption = 'Royal Flush'
  102.   end
  103.   object Label12: TLabel
  104.     Left = 165
  105.     Top = 40
  106.     Width = 21
  107.     Height = 13
  108.     Caption = '1 : 1'
  109.   end
  110.   object Label13: TLabel
  111.     Left = 165
  112.     Top = 62
  113.     Width = 21
  114.     Height = 13
  115.     Caption = '2 : 1'
  116.   end
  117.   object Label14: TLabel
  118.     Left = 165
  119.     Top = 84
  120.     Width = 21
  121.     Height = 13
  122.     Caption = '3 : 1'
  123.   end
  124.   object Label15: TLabel
  125.     Left = 165
  126.     Top = 106
  127.     Width = 21
  128.     Height = 13
  129.     Caption = '5 : 1'
  130.   end
  131.   object Label16: TLabel
  132.     Left = 165
  133.     Top = 128
  134.     Width = 21
  135.     Height = 13
  136.     Caption = '8 : 1'
  137.   end
  138.   object Label17: TLabel
  139.     Left = 162
  140.     Top = 150
  141.     Width = 27
  142.     Height = 13
  143.     Caption = '10 : 1'
  144.   end
  145.   object Label18: TLabel
  146.     Left = 162
  147.     Top = 172
  148.     Width = 27
  149.     Height = 13
  150.     Caption = '50 : 1'
  151.   end
  152.   object Label19: TLabel
  153.     Left = 159
  154.     Top = 194
  155.     Width = 33
  156.     Height = 13
  157.     Caption = '100 : 1'
  158.   end
  159.   object Label20: TLabel
  160.     Left = 159
  161.     Top = 216
  162.     Width = 33
  163.     Height = 13
  164.     Caption = '200 : 1'
  165.   end
  166.   object Chip3: TShape
  167.     Left = 180
  168.     Top = 240
  169.     Width = 25
  170.     Height = 33
  171.     Brush.Color = clRed
  172.     Pen.Color = clMaroon
  173.     Pen.Width = 2
  174.     Shape = stCircle
  175.   end
  176.   object Shape1: TShape
  177.     Left = 28
  178.     Top = 240
  179.     Width = 25
  180.     Height = 33
  181.     Brush.Color = clRed
  182.     Pen.Color = clMaroon
  183.     Pen.Width = 2
  184.     Shape = stCircle
  185.   end
  186.   object BitBtn1: TBitBtn
  187.     Left = 79
  188.     Top = 242
  189.     Width = 75
  190.     Height = 31
  191.     TabOrder = 0
  192.     OnClick = BitBtn1Click
  193.     Kind = bkOK
  194.   end
  195. end
  196.