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

  1. object FormSavedGame: TFormSavedGame
  2.   Left = 208
  3.   Top = 230
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Game Saved'
  7.   ClientHeight = 144
  8.   ClientWidth = 432
  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 = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ImageBack: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 432
  26.     Height = 144
  27.     Cursor = 21
  28.     Align = alClient
  29.     OnMouseDown = ImageBackMouseDown
  30.     OnMouseMove = ImageBackMouseMove
  31.     OnMouseUp = ImageBackMouseUp
  32.   end
  33.   object Panel: TPanel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 416
  37.     Height = 80
  38.     BevelOuter = bvLowered
  39.     TabOrder = 0
  40.     object LabelInfo: TLabel
  41.       Left = 8
  42.       Top = 26
  43.       Width = 401
  44.       Height = 13
  45.       Alignment = taCenter
  46.       AutoSize = False
  47.       Transparent = True
  48.     end
  49.     object Label1: TLabel
  50.       Left = 7
  51.       Top = 10
  52.       Width = 401
  53.       Height = 13
  54.       Alignment = taCenter
  55.       AutoSize = False
  56.       Caption = 'Game Saved as : '
  57.       Transparent = True
  58.     end
  59.     object ButtonOK: TButton
  60.       Left = 186
  61.       Top = 51
  62.       Width = 38
  63.       Height = 21
  64.       Cursor = crHandPoint
  65.       Caption = 'OK'
  66.       TabOrder = 0
  67.       OnClick = ButtonOKClick
  68.       OnKeyDown = FormKeyDown
  69.       OnMouseDown = ButtonOKMouseDown
  70.     end
  71.   end
  72. end
  73.