home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95PIONEE / _SETUP.1 / Pioneer.exe / 0 / RCDATA / TFRM_LOSTWON / TFRM_LOSTWON.txt
Text File  |  1998-01-14  |  1KB  |  71 lines

  1. object frm_LostWon: Tfrm_LostWon
  2.   Left = 282
  3.   Top = 116
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Lost/Won'
  7.   ClientHeight = 129
  8.   ClientWidth = 240
  9.   Color = clTeal
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object lbl_CongSorry: TLabel
  18.     Left = 48
  19.     Top = 16
  20.     Width = 156
  21.     Height = 24
  22.     Caption = 'Congratulation!'
  23.     Font.Color = clAqua
  24.     Font.Height = -21
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object lbl_LostWon: TLabel
  30.     Left = 64
  31.     Top = 44
  32.     Width = 127
  33.     Height = 32
  34.     Caption = 'You Won!'
  35.     Font.Color = clYellow
  36.     Font.Height = -27
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Bevel1: TBevel
  42.     Left = 16
  43.     Top = 8
  44.     Width = 209
  45.     Height = 73
  46.   end
  47.   object OKBtn: TBitBtn
  48.     Left = 29
  49.     Top = 92
  50.     Width = 77
  51.     Height = 27
  52.     TabOrder = 0
  53.     Kind = bkOK
  54.     Margin = 2
  55.     Spacing = -1
  56.     IsControl = True
  57.   end
  58.   object HelpBtn: TBitBtn
  59.     Left = 136
  60.     Top = 92
  61.     Width = 77
  62.     Height = 27
  63.     TabOrder = 1
  64.     OnClick = HelpBtnClick
  65.     Kind = bkHelp
  66.     Margin = 2
  67.     Spacing = -1
  68.     IsControl = True
  69.   end
  70. end
  71.