home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / spiele / 2xcherry / 32xcry12.exe / 2XCHERRY.EXE / 0 / RCDATA / TCARDFORM / TCARDFORM.txt < prev   
Encoding:
Text File  |  1999-04-25  |  2.9 KB  |  153 lines

  1. object CardForm: TCardForm
  2.   Left = 338
  3.   Top = 191
  4.   Width = 640
  5.   Height = 440
  6.   HelpContext = 41006
  7.   Caption = 'Double or Nothing Card Game'
  8.   Color = clGreen
  9.   Font.Color = clBlack
  10.   Font.Height = -16
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnMouseUp = FormMouseUp
  20.   OnPaint = FormPaint
  21.   TextHeight = 20
  22.   object Royal: TImage
  23.     Left = 273
  24.     Top = 4
  25.     Width = 141
  26.     Height = 148
  27.     Picture.Data = {<image000.bmp>}
  28.     Visible = False
  29.   end
  30.   object back: TImage
  31.     Left = 337
  32.     Top = 164
  33.     Width = 73
  34.     Height = 98
  35.     Picture.Data = {<image001.bmp>}
  36.     Visible = False
  37.   end
  38.   object Pos: TImage
  39.     Left = 257
  40.     Top = 164
  41.     Width = 73
  42.     Height = 98
  43.     Picture.Data = {<image002.bmp>}
  44.     Visible = False
  45.   end
  46.   object Neg: TImage
  47.     Left = 177
  48.     Top = 164
  49.     Width = 73
  50.     Height = 98
  51.     Picture.Data = {<image003.bmp>}
  52.     Visible = False
  53.   end
  54.   object Suits: TImage
  55.     Left = 201
  56.     Top = 4
  57.     Width = 60
  58.     Height = 30
  59.     Picture.Data = {<image004.bmp>}
  60.     Visible = False
  61.   end
  62.   object SuitSm: TImage
  63.     Left = 201
  64.     Top = 44
  65.     Width = 44
  66.     Height = 22
  67.     Picture.Data = {<image005.bmp>}
  68.     Visible = False
  69.   end
  70.   object Black: TImage
  71.     Left = 129
  72.     Top = 84
  73.     Width = 117
  74.     Height = 28
  75.     Picture.Data = {<image006.bmp>}
  76.     Visible = False
  77.   end
  78.   object Red: TImage
  79.     Left = 129
  80.     Top = 116
  81.     Width = 117
  82.     Height = 28
  83.     Picture.Data = {<image007.bmp>}
  84.     Visible = False
  85.   end
  86.   object Label1: TLabel
  87.     Left = 12
  88.     Top = 374
  89.     Width = 397
  90.     Height = 35
  91.     Alignment = taCenter
  92.     AutoSize = False
  93.     Caption = 'Label1'
  94.     Font.Color = clYellow
  95.     Font.Height = -24
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.   end
  100.   object Label2: TLabel
  101.     Left = 12
  102.     Top = 336
  103.     Width = 605
  104.     Height = 33
  105.     AutoSize = False
  106.     Caption = 
  107.       'A Joker Pays 10-1; an Aces Pays 3-1; any Face Card Pays 2-1; an ' +
  108.       '8-10 is a Push; a 7 Loses Half Your Winnings; and a 2-6 Loses Al' +
  109.       'l Your Winnings.'
  110.     Font.Color = clWhite
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.   end
  116.   object Joker: TImage
  117.     Left = 417
  118.     Top = 164
  119.     Width = 73
  120.     Height = 98
  121.     Picture.Data = {<image008.bmp>}
  122.     Visible = False
  123.   end
  124.   object BitBtn1: TBitBtn
  125.     Left = 528
  126.     Top = 374
  127.     Width = 89
  128.     Height = 33
  129.     Caption = '&OK'
  130.     Font.Color = clBlack
  131.     Font.Height = -13
  132.     Font.Name = 'MS Sans Serif'
  133.     Font.Style = []
  134.     ParentFont = False
  135.     TabOrder = 0
  136.     Kind = bkOK
  137.   end
  138.   object BitBtn2: TBitBtn
  139.     Left = 424
  140.     Top = 374
  141.     Width = 89
  142.     Height = 33
  143.     HelpContext = 41006
  144.     Font.Color = clBlack
  145.     Font.Height = -13
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     ParentFont = False
  149.     TabOrder = 1
  150.     Kind = bkHelp
  151.   end
  152. end
  153.