object FormSavedGame: TFormSavedGame Left = 208 Top = 230 BorderIcons = [] BorderStyle = bsNone Caption = 'Game Saved' ClientHeight = 144 ClientWidth = 432 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ImageBack: TImage Left = 0 Top = 0 Width = 432 Height = 144 Cursor = 21 Align = alClient OnMouseDown = ImageBackMouseDown OnMouseMove = ImageBackMouseMove OnMouseUp = ImageBackMouseUp end object Panel: TPanel Left = 8 Top = 8 Width = 416 Height = 80 BevelOuter = bvLowered TabOrder = 0 object LabelInfo: TLabel Left = 8 Top = 26 Width = 401 Height = 13 Alignment = taCenter AutoSize = False Transparent = True end object Label1: TLabel Left = 7 Top = 10 Width = 401 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Game Saved as : ' Transparent = True end object ButtonOK: TButton Left = 186 Top = 51 Width = 38 Height = 21 Cursor = crHandPoint Caption = 'OK' TabOrder = 0 OnClick = ButtonOKClick OnKeyDown = FormKeyDown OnMouseDown = ButtonOKMouseDown end end end