home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 330 / checkers.exe / 0 / RCDATA / TMUSTJUMPWARNING / TMUSTJUMPWARNING.txt
Text File  |  1997-02-17  |  1KB  |  64 lines

  1. object MustJumpWarning: TMustJumpWarning
  2.   Left = 268
  3.   Top = 130
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Must Jump'
  8.   ClientHeight = 147
  9.   ClientWidth = 317
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 3
  21.     Width = 300
  22.     Height = 98
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object OKBtn: TBitBtn
  27.     Left = 119
  28.     Top = 109
  29.     Width = 77
  30.     Height = 27
  31.     TabOrder = 0
  32.     Kind = bkOK
  33.     Margin = 2
  34.     Spacing = -1
  35.     IsControl = True
  36.   end
  37.   object Memo1: TMemo
  38.     Left = 25
  39.     Top = 10
  40.     Width = 266
  41.     Height = 86
  42.     Alignment = taCenter
  43.     BorderStyle = bsNone
  44.     Color = clBtnFace
  45.     Ctl3D = False
  46.     Font.Color = clBlack
  47.     Font.Height = -13
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     Lines.Strings = (
  51.       'You'#39're playing with the "Must jump" rule '
  52.       'active, so you must jump your opponent'#39's '
  53.       'pieces if possible.  "Must jump" rule (and/or '
  54.       'this reminder message) can be '
  55.       'disabled in the "Options..." box.'
  56.       ''
  57.       ''
  58.       '')
  59.     ParentCtl3D = False
  60.     ParentFont = False
  61.     TabOrder = 1
  62.   end
  63. end
  64.