home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / games-card / patien20.exe / PATIENCE.EXE / 0 / RCDATA / TCARDBACKDLG / TCARDBACKDLG.txt
Text File  |  1998-01-12  |  1KB  |  58 lines

  1. object CardBackDlg: TCardBackDlg
  2.   Left = 666
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Card Design'
  6.   ClientHeight = 284
  7.   ClientWidth = 251
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnPaint = FormPaint
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 233
  22.     Height = 237
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 28
  27.     Top = 32
  28.     Width = 194
  29.     Height = 13
  30.     Caption = 'Select the card design you prefer:'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object OKBtn: TButton
  39.     Left = 87
  40.     Top = 252
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.     OnClick = OKBtnClick
  48.   end
  49.   object CardBar: TScrollBar
  50.     Left = 72
  51.     Top = 204
  52.     Width = 100
  53.     Height = 13
  54.     TabOrder = 1
  55.     OnChange = CardBarChange
  56.   end
  57. end
  58.