home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / Chip_2002-01_cd1.bin / oddech / tilerama / _SETUP.1 / Tilerama.exe / 0 / RCDATA / TFORMSTOP / TFORMSTOP.txt
Text File  |  2001-11-12  |  2KB  |  91 lines

  1. object FormStop: TFormStop
  2.   Left = 328
  3.   Top = 203
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Game Paused'
  7.   ClientHeight = 144
  8.   ClientWidth = 144
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnActivate = FormActivate
  18.   OnCloseQuery = FormCloseQuery
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ImageBack: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 144
  27.     Height = 144
  28.     Cursor = 21
  29.     Align = alClient
  30.     OnMouseDown = ImageBackMouseDown
  31.     OnMouseMove = ImageBackMouseMove
  32.     OnMouseUp = ImageBackMouseUp
  33.   end
  34.   object Panel: TPanel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 128
  38.     Height = 80
  39.     BevelOuter = bvLowered
  40.     TabOrder = 0
  41.     object Label1: TLabel
  42.       Left = 30
  43.       Top = 11
  44.       Width = 7
  45.       Height = 13
  46.       AutoSize = False
  47.       Caption = '__'
  48.     end
  49.     object Label2: TLabel
  50.       Left = 30
  51.       Top = 30
  52.       Width = 7
  53.       Height = 13
  54.       AutoSize = False
  55.       Caption = '__'
  56.     end
  57.     object RadioButtonContinue: TRadioButton
  58.       Left = 12
  59.       Top = 10
  60.       Width = 96
  61.       Height = 13
  62.       Cursor = crHandPoint
  63.       Caption = 'Back to Game'
  64.       TabOrder = 0
  65.       OnKeyDown = FormKeyDown
  66.     end
  67.     object RadioButtonAbort: TRadioButton
  68.       Left = 12
  69.       Top = 29
  70.       Width = 80
  71.       Height = 13
  72.       Cursor = crHandPoint
  73.       Caption = 'Abort Game'
  74.       TabOrder = 1
  75.       OnKeyDown = FormKeyDown
  76.     end
  77.   end
  78.   object ButtonOK: TButton
  79.     Left = 89
  80.     Top = 59
  81.     Width = 38
  82.     Height = 21
  83.     Cursor = crHandPoint
  84.     Caption = 'OK'
  85.     TabOrder = 1
  86.     OnClick = ButtonOKClick
  87.     OnKeyDown = FormKeyDown
  88.     OnMouseDown = ButtonOKMouseDown
  89.   end
  90. end
  91.