home *** CD-ROM | disk | FTP | other *** search
/ 350 Great Games / 350GamesWindows31.iso / 350games / programs / 95anbj11 / anibj.exe / 0 / RCDATA / TSLOT100FORM / TSLOT100FORM.txt
Text File  |  1997-04-23  |  1KB  |  66 lines

  1. object Slot100Form: TSlot100Form
  2.   Left = 263
  3.   Top = 115
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'You'#39've Reached 40 Hands'
  7.   ClientHeight = 200
  8.   ClientWidth = 321
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 10
  19.     Top = 7
  20.     Width = 303
  21.     Height = 154
  22.     BorderStyle = bsNone
  23.     Color = clBtnFace
  24.     Ctl3D = False
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     Lines.Strings = (
  30.       'Memo1')
  31.     ParentCtl3D = False
  32.     ParentFont = False
  33.     TabOrder = 1
  34.   end
  35.   object Button1: TButton
  36.     Left = 12
  37.     Top = 163
  38.     Width = 133
  39.     Height = 33
  40.     Caption = '&Registration Info'
  41.     Default = True
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ModalResult = 1
  47.     ParentFont = False
  48.     TabOrder = 0
  49.   end
  50.   object Button2: TButton
  51.     Left = 168
  52.     Top = 163
  53.     Width = 137
  54.     Height = 33
  55.     Caption = '&New Game'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ModalResult = 1
  61.     ParentFont = False
  62.     TabOrder = 2
  63.     OnClick = Button2Click
  64.   end
  65. end
  66.