home *** CD-ROM | disk | FTP | other *** search
- object CardForm: TCardForm
- Left = 338
- Top = 191
- Width = 640
- Height = 440
- HelpContext = 41006
- Caption = 'Double or Nothing Card Game'
- Color = clGreen
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnMouseUp = FormMouseUp
- OnPaint = FormPaint
- TextHeight = 20
- object Royal: TImage
- Left = 273
- Top = 4
- Width = 141
- Height = 148
- Picture.Data = {<image000.bmp>}
- Visible = False
- end
- object back: TImage
- Left = 337
- Top = 164
- Width = 73
- Height = 98
- Picture.Data = {<image001.bmp>}
- Visible = False
- end
- object Pos: TImage
- Left = 257
- Top = 164
- Width = 73
- Height = 98
- Picture.Data = {<image002.bmp>}
- Visible = False
- end
- object Neg: TImage
- Left = 177
- Top = 164
- Width = 73
- Height = 98
- Picture.Data = {<image003.bmp>}
- Visible = False
- end
- object Suits: TImage
- Left = 201
- Top = 4
- Width = 60
- Height = 30
- Picture.Data = {<image004.bmp>}
- Visible = False
- end
- object SuitSm: TImage
- Left = 201
- Top = 44
- Width = 44
- Height = 22
- Picture.Data = {<image005.bmp>}
- Visible = False
- end
- object Black: TImage
- Left = 129
- Top = 84
- Width = 117
- Height = 28
- Picture.Data = {<image006.bmp>}
- Visible = False
- end
- object Red: TImage
- Left = 129
- Top = 116
- Width = 117
- Height = 28
- Picture.Data = {<image007.bmp>}
- Visible = False
- end
- object Label1: TLabel
- Left = 12
- Top = 374
- Width = 397
- Height = 35
- Alignment = taCenter
- AutoSize = False
- Caption = 'Label1'
- Font.Color = clYellow
- Font.Height = -24
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 12
- Top = 336
- Width = 605
- Height = 33
- AutoSize = False
- Caption =
- 'A Joker Pays 10-1; an Aces Pays 3-1; any Face Card Pays 2-1; an ' +
- '8-10 is a Push; a 7 Loses Half Your Winnings; and a 2-6 Loses Al' +
- 'l Your Winnings.'
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Joker: TImage
- Left = 417
- Top = 164
- Width = 73
- Height = 98
- Picture.Data = {<image008.bmp>}
- Visible = False
- end
- object BitBtn1: TBitBtn
- Left = 528
- Top = 374
- Width = 89
- Height = 33
- Caption = '&OK'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 424
- Top = 374
- Width = 89
- Height = 33
- HelpContext = 41006
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Kind = bkHelp
- end
- end
-